Commit graph

17 commits

Author SHA1 Message Date
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
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
Baptiste Daroussin
0c64bcaaad Ensure that this port starts after known databases at system boot
PR:		ports/149739
Submitted by:	Sergei Vyshenski <svysh _at_ cryptocom.ru> (maintainer)
Approved by:	tabthorpe (mentor)
2010-08-18 12:47:08 +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
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +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
Marcelo Araujo
626365089c - Update to 0.9.1386.
PR:		ports/130803
Submitted by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
2009-01-22 02:49:00 +00:00
Martin Wilke
13ace79e47 - Update to 0.9.1265
PR:		125051
Submitted by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
2008-06-29 00:23:55 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
a0d840679d - Update to 0.9.1068
PR:		116863
Submitted by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
2007-10-09 22:33:49 +00:00
Martin Wilke
4dad64030e - Fix pkg-plist
Submitted by:	pointyhat via kris
2007-06-08 08:34:52 +00:00
Martin Wilke
c9da96619f - Update to 0.9.913
PR:		113411
Submitted by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
2007-06-07 05:37:26 +00:00
Martin Wilke
23a3d8db98 - Update to 0.9.781
PR:             110936
Submitted by:   Sergei Vyshenski <svysh@cryptocom.ru>
2007-03-28 17:24:13 +00:00
Martin Wilke
f398a6850f - Update to 0.9.720
PR:		108621
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-02-03 09:49:52 +00:00
Martin Wilke
8d74908f09 - Update to 0.9.659
PR:		ports/107329
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2006-12-30 17:18:34 +00:00
Pav Lucistnik
13c2c88c2e - Remove symlinks created by mtree target from plists
Pointy hats to:	rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu,
		miwi
2006-10-08 14:59:46 +00:00
Rong-En Fan
243c063a6a Add p5-openxpki-deployment 0.9.543, perl based enterprise class
trustcenter software for PKI.

PR:		ports/103949
Submitted by:	Sergei Vyshenski <svysh at cryptocom.ru>
2006-10-07 12:32:19 +00:00