aboutsummaryrefslogtreecommitdiff
path: root/mail/dkimproxy
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-4/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for m* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514142
* mail/dkimproxy: Change url of detail webpageDanilo G. Baio2018-03-182-7/+8
| | | | | | | | | | | | | While here: Update LICENSE. Reorder Makefile. PR: 225238 Submitted by: takefu@airport.fm Approved by: maintainer timeout (andrey@bsdnir.info, > 2 weeks) Notes: svn path=/head/; revision=464905
* Fix random build failure.Mathieu Arnold2016-11-085-8/+17
| | | | | | | | | | | | | | | | Because scripts/dkimproxy.out is patched, its timestamp may be after the one of scripts/dkimproxy_out.8, forcing a rebuild of the man page. - The Makefile are generated with autotools, and need gmake - Fix some syntax error in dkimproxy.out's pod section. While there, regenerate patches. Reported by: pkg-fallout Sponsored by: Absolight Notes: svn path=/head/; revision=425734
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix IPv6 patchThomas Zander2016-01-016-18/+22
| | | | | | | | | PR: 205752 Submitted by: takefu@airport.fm Approved by: andrey@bsdnir.info (maintainer) Notes: svn path=/head/; revision=405008
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-5/+2
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* mail/dkimproxy: Add IPv6 support, submitter takes MAINTAINERKurt Jaeger2015-12-155-2/+100
| | | | | | | | | | | | See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656041 PR: 205300 Submitted by: Andrey Fesenko <andrey@bsdnir.info> Reviewed by: koobs Notes: svn path=/head/; revision=403798
* - Add NO_ARCHDmitry Marakasov2015-08-201-0/+1
| | | | Notes: svn path=/head/; revision=394889
* 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-2/+0
| | | | Notes: svn path=/head/; revision=373086
* - Stage supportMartin Wilke2014-02-032-3/+2
| | | | Notes: svn path=/head/; revision=342401
* 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=326249
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-3/+3
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* 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
* - Update to 1.4.1Cheng-Lung Sung2011-11-014-28/+7
| | | | | | | | | | | - portlint(1) complains PR: ports/162213 Submitted by: Takefu <takefu_AT_airport.fm> Approved by: maintainer (Yoshisato YANAGISAWA) Notes: svn path=/head/; revision=284846
* - 's|/usr/bin/perl|${PERL}|' (now "command_interpreter" can be used in rc ↵Olli Hauer2010-11-275-118/+60
| | | | | | | | | | | | | | scripts) - rewrite rc scripts - update to version 1.3 PR: 150574 Submitted by: Erik Steigler <erik _at_ okcupid.com> Approved by: Yoshisato YANAGISAWA <yanagisawa _at_ csg.is.titech.ac.jp> Notes: svn path=/head/; revision=265292
* 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
* - Update to 1.2Pav Lucistnik2009-09-165-69/+9
| | | | | | | | | | | | | PR: ports/138019 Submitted by: Ayumi M <ayu@commun.jp> Approved by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> - While here, convert to USERS/GROUPS Feature safe: yes Notes: svn path=/head/; revision=241507
* - Update to 1.1Dmitry Marakasov2009-02-284-8/+6
| | | | | | | | PR: 132183 Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg dot is dot titech dot ac dot jp> (maintainer) Notes: svn path=/head/; revision=229219
* - Update to 1.0.1Martin Wilke2008-02-253-5/+7
| | | | | | | | PR: 121056 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=207852
* - Add missing dependency (p5-Error )Martin Wilke2008-02-011-2/+4
| | | | | | | | PR: 119998 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=206598
* 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
* - Update to 0.16Martin Wilke2007-06-055-6/+26
| | | | | | | | PR: 113247 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=192849
* - Update to 0.15Martin Wilke2007-03-062-4/+4
| | | | | | | | | PR: 109904 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=186752
* - Maintainer update of dkimproxy from 0.13 to 0.14.Cheng-Lung Sung2006-11-023-6/+4
| | | | | | | | PR: ports/104962 Submitted by: maintainer (Yoshisato YANAGISAWA) Notes: svn path=/head/; revision=176140
* - Fix race condition and DoS in rc script.Rong-En Fan2006-09-183-12/+35
| | | | | | | | | | These fixes are similar to mail/dkfilter, see ports/103344. PR: ports/103346 Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer) Notes: svn path=/head/; revision=173327
* - rc.d scripts are changed:Martin Wilke2006-09-132-9/+43
| | | | | | | | | | | | - to log all messages at start-up time of a daemon, - to show error messages when some error occurs at that time, - and to checks $dkfilter_{in,out}_user exist or not. PR: ports/101024 Submitted by: Yoshisato YANAGISAWA <yanagisawa(at)csg.is.titech.ac.jp> (Maintainer) Notes: svn path=/head/; revision=172937
* Add dkimproxy 0.13, DKIM filter for Postfix.Rong-En Fan2006-07-278-0/+228
PR: ports/100381 Submitted by: Yoshisato YANAGISAWA Notes: svn path=/head/; revision=168892