aboutsummaryrefslogtreecommitdiff
path: root/mail/dkim-milter
Commit message (Collapse)AuthorAgeFilesLines
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-6/+0
| | | | | | | | | | | | | | | | | | 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
* - Fix broken symlink when WITH_LIBDKIM_INSTALL=yesSahil Tandon2010-07-042-2/+2
| | | | | | | | | | | | - Fix plist PR: ports/147775 Submitted by: Glen Barber <glen.j.barber@gmail.com> Approved by: maintainer, wxs@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=257352
* 2 more RC_SUBR[_PREFIX] stragglersDoug Barton2010-03-281-1/+1
| | | | Notes: svn path=/head/; revision=251660
* 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
* - Chase libtre shlib bumpMartin Wilke2009-12-221-0/+1
| | | | Notes: svn path=/head/; revision=246443
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 2.8.3Martin Wilke2009-06-056-23/+86
| | | | | | | | PR: 135225 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=235238
* - use strl*() functions in libc, instead of sm_strl*()Pav Lucistnik2009-03-042-2/+17
| | | | | | | | | | - add an option to link against libunbound PR: ports/131884 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=229496
* Upgrade to 2.8.2Andrey A. Chernov2009-02-193-14/+12
| | | | | | | | PR: 131819 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=228626
* Fix default assignment of milterdkim_flags in rc.d script.Stefan Walter2009-02-072-2/+2
| | | | | | | Noticed by: dougb Notes: svn path=/head/; revision=227762
* Bump PORTREVISION for previous change.Stefan Walter2009-02-051-0/+1
| | | | | | | | Noticed by: flz Pointy hat to: stefan Notes: svn path=/head/; revision=227659
* Fix a syntax error in the rc.d script.Stefan Walter2009-02-051-1/+1
| | | | | | | | PR: 131161 Submitted by: "Ben C. O. Grimm" <freebsd@bengrimm.net> Notes: svn path=/head/; revision=227652
* - Update to 2.8.1Wesley Shields2009-01-193-25/+32
| | | | | | | | | | | - Defer use of != - Update RC script to be more modern PR: ports/130636 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=226452
* - Update to 2.8.0Martin Wilke2009-01-093-14/+25
| | | | | | | | PR: 130328 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=225609
* - Update to 2.7.2Martin Wilke2008-09-052-4/+4
| | | | Notes: svn path=/head/; revision=219910
* update to 2.7.1Andrey A. Chernov2008-08-282-5/+4
| | | | | | | | PR: 126918 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=219374
* previous changes in mail/dkim-milter rc script concerningAndrey A. Chernov2008-07-282-4/+5
| | | | | | | | | | milterdkim_socket break precmd/postcmd. PR: 126034 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=217783
* - Update to 2.7.0Martin Wilke2008-07-275-12/+15
| | | | | | | | PR: 125933 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=217701
* - Update to 2.6.0.Felippe de Meirelles Motta2008-06-176-27/+31
| | | | | | | | | | | - Added note on UPDATING to upgrade dkim-milter. PR: ports/124486 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=214983
* - Fix build with WITH_POSTFIX_MILTER option being enabledMartin Wilke2008-05-181-1/+2
| | | | | | | | | PR: 123738 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Approved by: maintainer Notes: svn path=/head/; revision=213271
* - Update to 2.5.5Martin Wilke2008-04-263-6/+6
| | | | | | | | PR: 123098 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=212023
* - The new versien of mail/dkim-milter 2.5.3 has been released.Cheng-Lung Sung2008-04-152-4/+4
| | | | | | | | | Release notes: https://sourceforge.net/project/shownotes.php?release_id=592153 PR: ports/122776 Submitted by: maintainer (Hirohisa Yamaguchi) Notes: svn path=/head/; revision=211269
* - Update to 2.5.2Martin Wilke2008-03-293-15/+4
| | | | | | | | PR: 122213 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=210113
* - Update to 2.5.1Martin Wilke2008-03-255-108/+16
| | | | | | | | PR: 121945 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=209819
* - fix OmitHeaders not workingDirk Meyer2008-03-174-2/+108
| | | | | | | | | | | - fix dkim-stat error - fix Mutex not initialized properly for testing mode - fix build with WITH_SENDMAIL_PORT defined PR: 121700 Submitted by: Hirohisa Yamaguchi (maintainer) Notes: svn path=/head/; revision=209215
* - Update to 2.5.0Martin Wilke2008-03-075-48/+31
| | | | | | | | PR: 121465 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=208577
* - Update to 2.4.4Martin Wilke2008-02-012-4/+4
| | | | | | | | PR: 119988 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=206599
* - Update to 2.4.3Martin Wilke2008-01-204-6/+36
| | | | | | | | PR: 119792 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=205925
* - Update to 2.4.2Martin Wilke2008-01-032-4/+4
| | | | | | | | PR: 119292 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=204913
* - Update to 2.4.1Martin Wilke2007-12-212-6/+6
| | | | | | | | PR: 118913 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (Maintainer) Notes: svn path=/head/; revision=204254
* There are some executables installed with dkim-filter, theAndrey A. Chernov2007-12-163-4/+36
| | | | | | | | | | | | | | | milter program; dkim-genkey, dkim-stats, dkim-testkey and dkim-testssp. These are installed into the same directory with dkim-filter (i.e. ${PREFIX}/libexec/), but should be placed to ${PREFIX}/bin/ instead, since they're not daemon. PR: 118752 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=203870
* - Update to 2.4.0Martin Wilke2007-12-143-18/+39
| | | | | | | | PR: 118365 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=203574
* - Update to 2.3.2Martin Wilke2007-10-232-5/+5
| | | | | | | | PR: 117347 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=201808
* Update to 2.3.1Andrey A. Chernov2007-10-132-4/+4
| | | | | | | | PR: 117148 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=201419
* - Update to 2.3.0Martin Wilke2007-10-063-14/+10
| | | | | | | | PR: 116979 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=201018
* Update to 2.2.1Andrey A. Chernov2007-09-092-4/+4
| | | | | | | | PR: 116189 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=199148
* The new version of mail/dkim-milter 2.2.0 has been released.Cheng-Lung Sung2007-08-312-4/+4
| | | | | | | | | | Release Notes: https://sourceforge.net/project/shownotes.php?group_id=139420&release_id=536081 PR: ports/115959 Submitted by: maintainer (Hirohisa Yamaguchi) Notes: svn path=/head/; revision=198578
* Upgrade to 2.1.2Andrey A. Chernov2007-08-232-4/+4
| | | | | | | | PR: 115720 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=198174
* - The new version of mail/dkim-milter 2.1.1 has been released.Cheng-Lung Sung2007-08-142-5/+8
| | | | | | | | | | Release Notes: https://sourceforge.net/project/shownotes.php?group_id=139420&release_id=531917 PR: ports/115487 Submitted by: maintainer (Hirohisa Yamaguchi) Notes: svn path=/head/; revision=197628
* Upgrade to 2.1.0Andrey A. Chernov2007-08-102-4/+4
| | | | | | | | PR: 115375 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=197418
* tarbal rerolled (minor test script changes)Andrey A. Chernov2007-08-101-3/+3
| | | | Notes: svn path=/head/; revision=197404
* Update to 2.0.2Andrey A. Chernov2007-08-103-4/+8
| | | | | | | | PR: 115177 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=197403
* - Update to 2.0.1Martin Wilke2007-08-024-20/+39
| | | | | | | | PR: 115147 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=196975
* - Update to 1.2.0Martin Wilke2007-06-273-11/+8
| | | | | | | | PR: 114054 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=194325
* - Update to 1.1.0Pav Lucistnik2007-06-163-40/+26
| | | | | | | | PR: ports/113737 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=193667
* Don't build it static by defaultAndrey A. Chernov2007-06-141-1/+2
| | | | | | | | PR: 113653 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=193489
* - Update to 1.0.0Martin Wilke2007-05-258-118/+119
| | | | | | | | PR: 112916 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=191849
* - Update to 0.6.6Cheng-Lung Sung2007-04-273-8/+68
| | | | | | | | | | | | - Release notes: http://sourceforge.net/project/shownotes.php?release_id=503723 - WITH_VERIFY_DOMAINKEYS option seems to work okay now, so unbreak the feature. PR: ports/112152 Submitted by: maintainer (Hirohisa Yamaguchi) Notes: svn path=/head/; revision=190997
* - Update to 0.6.5Martin Wilke2007-04-213-4/+15
| | | | | | | | PR: 111964 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=190548