Commit graph

14 commits

Author SHA1 Message Date
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Martin Wilke
0cef1b2346 - Update to 4.0.0
- Pass maintainership to submitter

PR:		128358
Submitted by:	Wen heping <wenheping@gmail.com>
2009-01-15 11:47:44 +00:00
Aaron Dalton
034da62417 General port cleanup: USE_RC_SUBR and plist fixes mostly. 2006-12-26 16:25:45 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Emanuel Haupt
9466619af6 - Update to 3.17.3
- Provide pkg-deinstall
- Cleanup

PR:		86901
Submitted by:	Chris Mikkelson <cmikk@qwest.net>
Approved by:	maintainer timeout (16 days after postponement)
2005-10-28 18:30:58 +00:00
Oliver Eikemeier
0bf587a1d1 update of net/spread and net/spread-j to version 3.17.2
PR:		69095
Submitted by:	Joshua Goodall <joshua@roughtrade.net> (maintainer)
2004-07-22 12:15:28 +00:00
Edwin Groothuis
12f56a38a7 [MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmodule
* Use more bsd.port.mk convenience switches.
* Use rc.subr properly for spread daemon.
* Write a logfile rather than spewing to stdio.
* Move rendezvous socket to /var/run.
* Make Makefile.PL behave properly with PREFIX.

PR:             ports/60053
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
2003-12-29 06:21:20 +00:00
Edwin Groothuis
1420ecfec7 Maintainer update to version 3.17.0
PR:		ports/45178
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
2002-11-16 22:28:08 +00:00
Kris Kennaway
96f8dfa671 Fix build on -current (don't assume that everything not FreeBSD 4.x is
FreeBSD 3.x)
2002-09-05 09:04:07 +00:00
Ernst de Haan
e2411c3d19 Update to release 3.16.2. Added stability fixes. Updated manpages.
Use USE_JAVA. Handle jikes properly. Dtrt wrt javadoc.

PR:		36814
Submitted by:	maintainer
2002-04-13 10:02:26 +00:00
Pete Fritchman
1825eac2c9 - update to 3.16.1
- pass maintainership to submitter
- make the java dependency more flexible
- get rid of NO_PACKAGE and add a pkg-install script to create the
  user/group needed
- use DOCSDIR instead of the port-specific DOCDIR
- set PKGMESSAGE to the license file
- sort pkg-plist
- respect PREFIX

PR:		35407
Submitted by:	Joshua Goodall <joshua@roughtrade.net> (new maintainer)
2002-03-02 16:59:30 +00:00
SADA Kenji
39164a1693 New port: net/spread
WWW: http://www.spread.org

PR:		ports/28025
Submitted by:	Anders Nordby <anders@fix.no>
2001-10-25 14:36:41 +00:00