aboutsummaryrefslogtreecommitdiff
path: root/mail/dkfilter
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add LICENSEDmitry Marakasov2015-08-211-0/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=394981
* Reset maintainerErwin Lansing2015-08-191-1/+1
| | | | | | | | | | | | <yanagisawa@csg.is.titech.ac.jp>: host mail.csg.ci.i.u-tokyo.ac.jp[133.11.54.4] said: 550 5.1.1 <yanagisawa@csg.is.titech.ac.jp>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=394756
* Cleanup plistAntoine Brodin2014-11-221-5/+0
| | | | Notes: svn path=/head/; revision=373086
* - Stage supportMartin Wilke2014-02-021-1/+0
| | | | | | | - Convert few ports to USES Notes: svn path=/head/; revision=342300
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+1
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326271
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-4/+4
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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
* - Use USERS and GROUPSChris Rees2011-06-273-60/+3
| | | | | | | | | PR: ports/157576 Submitted by: Chris Rees (utisoft@gmail.com) Approved by: tabthorpe (co-mentor), maintainer Notes: svn path=/head/; revision=276514
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-271-3/+2
| | | | | | | | | (part 11). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248679
* Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.Mark Linimon2007-10-011-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=200495
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+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
* - Fix pkg-plistRong-En Fan2006-11-031-0/+1
| | | | | | | | Reported by: pointyhat via kris Approved by: Yoshisato YANAGISAWA (maintainer, implicit) Notes: svn path=/head/; revision=176249
* - Update to 0.11Rong-En Fan2006-11-013-14/+12
| | | | | | | | PR: ports/104967 Submitted by: Yoshisato YANAGISAWA (maintainer) Notes: svn path=/head/; revision=176017
* - rc scripts have race condition to stop executing at start-up time.Rong-En Fan2006-09-183-8/+30
| | | | | | | | | | | | | | | This also stops FreeBSD start up. Ref: http://docs.freebsd.org/cgi/mid.cgi?450CA21C.3080407 - There are potential DoS attacks by dkfilter_{in,out} program. They can change their pid file to illegally stop any program when an administrator try to stop them by rc script. - pet portlint(1) PR: ports/103344 Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=173326
* - rc.d scripts are changed to show error messages when some errorRong-En Fan2006-07-295-13/+97
| | | | | | | | | | | | | | | | occurs. It didn't show error messages even if they are fatal. - Each rc.d script now logs all messages got at starting a daemon. - pkg-install is made to automatically make a user to execute dkfilter which is specified by Makefile. Register UIDs, GIDs. - pkg-deinstall is made to notice that an admin should remove the user made at install-time if they don't need him or her - Bump PORTREVISION for all these changes PR: ports/100978 Submitted by: Yoshisato YANAGISAWA (maintainer) Notes: svn path=/head/; revision=169022
* - update to 0.10Cheng-Lung Sung2006-07-156-11/+11
| | | | | | | | | | - pet portlint PR: ports/100349 Submitted by: maintainer (Yoshisato YANAGISAWA) Notes: svn path=/head/; revision=167907
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* - Fix rc.d scriptsRenato Botelho2006-01-253-5/+7
| | | | | | | | | | - Bump PORTREVISION PR: ports/92302 Submitted by: maintainer Notes: svn path=/head/; revision=154416
* Add rc scripts dkfilter_in.sh and dkfilter_out.shMarcus Alves Grando2005-11-126-2/+147
| | | | | | | | | | | Fix pkg-descr and one patch to fix Signature.pm Bump PORTREVISION PR: 88881 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=148057
* Add dkfilter 0.8, domainkeys filter for Postfix.Vanilla I. Shu2005-11-054-0/+63
PR: ports/88442 Submitted by: Yoshisato YANAGISAWA Notes: svn path=/head/; revision=147256