aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-regex
Commit message (Collapse)AuthorAgeFilesLines
* - remove broken MANPREFIXDirk Meyer2014-03-041-2/+2
| | | | Notes: svn path=/head/; revision=346994
* - fix pkgng problemDirk Meyer2013-12-151-3/+1
| | | | | | | | do not use @dirrmtry PR: 184695 Notes: svn path=/head/; revision=336513
* - update to 2.0Dirk Meyer2013-11-274-17/+18
| | | | Notes: svn path=/head/; revision=334995
* - use STAGEDIRDirk Meyer2013-11-133-14/+16
| | | | Notes: svn path=/head/; revision=333653
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-1/+0
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* - cleanup headerDirk Meyer2013-01-261-6/+2
| | | | Notes: svn path=/head/; revision=311027
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - update to 1.9Dirk Meyer2012-01-114-23/+25
| | | | Notes: svn path=/head/; revision=288946
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+2
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=274133
* - update to 1.8Dirk Meyer2010-08-132-4/+4
| | | | Notes: svn path=/head/; revision=259190
* - add COPYRIGHTDirk Meyer2010-06-114-0/+32
| | | | Notes: svn path=/head/; revision=256350
* LICENSE BSDDirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255721
* - Fix pkg-plist to delete directories installed out of PREFIXDirk Meyer2010-04-171-0/+1
| | | | | | | | PR: 145742 Submitted by: Sahil Tandon Notes: svn path=/head/; revision=252809
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-10/+3
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* - add LICENSE:Dirk Meyer2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226285
* - update to 1.7Dirk Meyer2007-08-073-14/+13
| | | | Notes: svn path=/head/; revision=197280
* Another round of the periodic sweep for removal of theDoug Barton2007-02-261-2/+5
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=186045
* - add :Dirk Meyer2007-02-201-1/+1
| | | | Notes: svn path=/head/; revision=185564
* - fix pidfileDirk Meyer2007-02-204-162/+111
| | | | | | | | | Reportey by: Clemens Fischer - merge and clean patches in ascii Notes: svn path=/head/; revision=185563
* - add flag -quietDirk Meyer2007-02-172-0/+52
| | | | | | | | PR: 106602 Submitted by: Denis Eremenko Notes: svn path=/head/; revision=185358
* - use milter frameworkDirk Meyer2007-01-131-18/+1
| | | | Notes: svn path=/head/; revision=182277
* - fix package nameDirk Meyer2006-11-091-4/+2
| | | | | | | - let user set SPOOLDIR Notes: svn path=/head/; revision=176926
* - distfiles was repackedDirk Meyer2006-11-062-4/+4
| | | | | | | | | 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 Notes: svn path=/head/; revision=176636
* - take maintainershipDirk Meyer2006-11-031-1/+1
| | | | Notes: svn path=/head/; revision=176252
* - Add support for rc.d style startup scripts for mail/milter-regex port.Cheng-Lung Sung2006-11-027-57/+178
| | | | | | | | | | | - reset maintainership PR: ports/103114 Submitted by: Derek Marcotte <derekm dot nospam_AT_rogers dot com> Approved by: maintainer (dhartmei) Notes: svn path=/head/; revision=176169
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - update to 1.6Dirk Meyer2005-11-202-7/+24
| | | | | | | | | - make prefix safe - register shared milter dependency Approved by: dhartmei Notes: svn path=/head/; revision=148859
* Update to 1.5Daniel Hartmeier2004-04-074-21/+30
| | | | Notes: svn path=/head/; revision=106427
* Turn maintainership over to dhartmei, the author of the program andTrevor Johnson2004-04-071-1/+1
| | | | | | | | | of the OpenBSD port on which this port is based. Approved by: dhartmei Notes: svn path=/head/; revision=106410
* Quotes are unnecessary in the COMMENT.Trevor Johnson2004-04-071-1/+1
| | | | Notes: svn path=/head/; revision=106409
* Be less verbose.Trevor Johnson2004-04-071-4/+4
| | | | Notes: svn path=/head/; revision=106407
* Add size data.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99278
* Update to 0.8, requested by Stephane Lentz. Use PLIST_FILES.Trevor Johnson2004-01-252-6/+3
| | | | Notes: svn path=/head/; revision=98993
* Update to 0.7. Don't treat warnings as errors.Trevor Johnson2004-01-162-6/+4
| | | | | | | | PR: 61410 Submitted by: dinoex Notes: svn path=/head/; revision=98335
* Enable compilation on FreeBSD 5.2-BETA by avoiding "log" namespaceTrevor Johnson2003-12-091-2/+6
| | | | | | | | | | | conflict. PR: 59975 Submitted by: Volker Stolz of the Lehrstuhl fur Informatik II at RWTH Aachen Notes: svn path=/head/; revision=95486
* Remove my e-mail address from DESCR files of portsTrevor Johnson2003-11-131-2/+1
| | | | | | | I have contributed, in order to attract less spam. Notes: svn path=/head/; revision=93877
* Remove unnecessary USE_PERL5.Trevor Johnson2003-10-061-1/+0
| | | | | | | Submitted by: Stephane Lentz Notes: svn path=/head/; revision=90472
* Update to 0.6 (still untested).Trevor Johnson2003-10-063-34/+2
| | | | | | | Submitted by: Daniel Hartmeier and Stephane Lentz Notes: svn path=/head/; revision=90465
* new port of the milter-regex plugin for sendmailTrevor Johnson2003-10-045-0/+140
Obtained from: the OpenBSD port by Daniel Hartmeier (author of milter-regex) Notes: svn path=/head/; revision=90254