1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
Thomas Abthorpe
49626f567a - Strip header at request of original creator
Submitted by:	trevor
With hat:	portmgr
2013-01-27 05:55:20 +00:00
Dirk Meyer
d579cd2aaa - cleanup header 2013-01-26 16:34:39 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dirk Meyer
f1ecf33f43 - update to 1.9 2012-01-11 06:42:53 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53: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
Dirk Meyer
560ce1767d - update to 1.8 2010-08-13 16:33:45 +00:00
Dirk Meyer
7babeb52eb - add COPYRIGHT 2010-06-11 07:42:14 +00:00
Dirk Meyer
0862ea05a1 LICENSE BSD 2010-06-04 14:08:27 +00:00
Dirk Meyer
2968734d20 - Fix pkg-plist to delete directories installed out of PREFIX
PR:		145742
Submitted by:	Sahil Tandon
2010-04-17 17:03:07 +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
Dirk Meyer
b34b48fdee - add LICENSE: 2009-01-16 19:53:36 +00:00
Dirk Meyer
124ba4c952 - update to 1.7 2007-08-07 10:27:30 +00:00
Doug Barton
b4118877b1 Another round of the periodic sweep for removal of the
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).

Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality.
2007-02-26 23:02:04 +00:00
Dirk Meyer
5638a73430 - add : 2007-02-20 16:42:23 +00:00
Dirk Meyer
ef77b8f796 - fix pidfile
Reportey by:	Clemens Fischer

- merge and clean patches in ascii
2007-02-20 16:40:07 +00:00
Dirk Meyer
7d8819ea3d - add flag -quiet
PR:		106602
Submitted by:	Denis Eremenko
2007-02-17 09:09:43 +00:00
Dirk Meyer
7bf0ee809a - use milter framework 2007-01-13 04:22:51 +00:00
Dirk Meyer
1c75ffb354 - fix package name
- let user set SPOOLDIR
2006-11-09 12:48:59 +00:00
Dirk Meyer
f4c12dca1b - distfiles was repacked
diff -urN showed that no file was changed, only the name of the WRKSRC
used DIST_SUBDIR to save users and mirrod from stalled updates.
Reported by:	ache
2006-11-06 19:13:28 +00:00
Dirk Meyer
d6f8a62888 - take maintainership 2006-11-03 04:42:22 +00:00
Cheng-Lung Sung
9c99ed6527 - Add support for rc.d style startup scripts for mail/milter-regex port.
- reset maintainership

PR:		ports/103114
Submitted by:	Derek Marcotte <derekm dot nospam_AT_rogers dot com>
Approved by:	maintainer (dhartmei)
2006-11-02 06:52:54 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Dirk Meyer
af3f41a632 - update to 1.6
- make prefix safe
- register shared milter dependency
Approved by:	dhartmei
2005-11-20 16:03:43 +00:00
Daniel Hartmeier
2725630efa Update to 1.5 2004-04-07 15:44:50 +00:00
Trevor Johnson
2b96635340 Turn maintainership over to dhartmei, the author of the program and
of the OpenBSD port on which this port is based.

Approved by:	dhartmei
2004-04-07 14:10:46 +00:00
Trevor Johnson
10ad16a074 Quotes are unnecessary in the COMMENT. 2004-04-07 14:09:52 +00:00
Trevor Johnson
8c1c864057 Be less verbose. 2004-04-07 14:07:31 +00:00
Trevor Johnson
05910b268e Add size data. 2004-01-27 16:12:37 +00:00
Trevor Johnson
ec5aabeb3a Update to 0.8, requested by Stephane Lentz. Use PLIST_FILES. 2004-01-25 01:47:14 +00:00
Trevor Johnson
968e19b443 Update to 0.7. Don't treat warnings as errors.
PR:		61410
Submitted by:	dinoex
2004-01-16 20:51:34 +00:00
Trevor Johnson
51d92e7bab Enable compilation on FreeBSD 5.2-BETA by avoiding "log" namespace
conflict.

PR:		59975
Submitted by:   Volker Stolz of the Lehrstuhl fur Informatik II at
		RWTH Aachen
2003-12-09 18:42:22 +00:00
Trevor Johnson
7dae1c683f Remove my e-mail address from DESCR files of ports
I have contributed, in order to attract less spam.
2003-11-13 10:21:08 +00:00
Trevor Johnson
7d3d51f6f2 Remove unnecessary USE_PERL5.
Submitted by:	Stephane Lentz
2003-10-06 21:22:33 +00:00
Trevor Johnson
0d8495116c Update to 0.6 (still untested).
Submitted by:	Daniel Hartmeier and Stephane Lentz
2003-10-06 18:12:05 +00:00
Trevor Johnson
58c62615af new port of the milter-regex plugin for sendmail
Obtained from:	the OpenBSD port by Daniel Hartmeier (author of
		milter-regex)
2003-10-04 16:03:17 +00:00