aboutsummaryrefslogtreecommitdiff
path: root/mail/spampd
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* Fix sig_stop in rc.d scriptTilman Keskinoz2010-07-282-2/+2
| | | | | | | | | | Bump PORTREVISION PR: 148868 Submitted by: danger Notes: svn path=/head/; revision=258392
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* Reset christian.schade@interface-systems.de due to maintainer-timeoutsMark Linimon2008-09-031-1/+1
| | | | | | | | | and no response to email. Hat: portmgr Notes: svn path=/head/; revision=219714
* - Fix typo on startup script.Felippe de Meirelles Motta2008-06-191-1/+1
| | | | | | | | | PR: ports/124510 Submitted by: Junichi Matsuyama <QVB00057@nifty.com> Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks) Notes: svn path=/head/; revision=215240
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Add necessary information to RC script.Wesley Shields2008-04-172-1/+4
| | | | | | | | | PR: ports/121669 Submitted by: Doug Martin <drearwig@hotmail.com> Approved by: garga (mentor), maintainer (timeout) Notes: svn path=/head/; revision=211423
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-0/+1
| | | | | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=201032
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Switch to rc_subr startup script. The app will now run under spamd user byPav Lucistnik2006-10-074-24/+50
| | | | | | | | | | | default PR: ports/99794 Submitted by: Marshal Newrock <marshal@idealso.com> Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=174753
* - Allow spampd to change user_directory [1]Yen-Ming Lee2005-12-093-4/+22
| | | | | | | | | | | | - update to 2.30 - mark IGNORE on old perl PR: [1] ports/88901 Submitted by: Rauf Kuliyev <rauf@kuliyev.com> Approved by: maintainer Notes: svn path=/head/; revision=150713
* - Update to 2.20Sergey Matveychuk2004-12-064-86/+14
| | | | | | | | PR: ports/74540 Submitted by: maintainer Notes: svn path=/head/; revision=123314
* Support the changed API of spamassassin 3.0.Joerg Wunsch2004-11-032-0/+64
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=120693
* Initial import of spampd, an SMPT/LMTP proxy that connects toJoerg Wunsch2004-04-086-0/+80
spamassassin. Useful to wire spamassassin into Postfix. Submitted by: Christian Schade <christian.schade@interface-systems.de> Notes: svn path=/head/; revision=106476