aboutsummaryrefslogtreecommitdiff
path: root/mail/greyfix
Commit message (Collapse)AuthorAgeFilesLines
* USE_BDB cleanup.Mathieu Arnold2016-08-081-1/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* - Modernize plistDmitry Marakasov2015-12-211-7/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=404191
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* - Update from 0.3.9 to 0.4.0Danilo Egea Gondolfo2014-06-145-10/+165
| | | | | | | | | | | - Update MASTER_SITES - Install the man page PR: ports/188319 Submitted by: Keith Gaughan <k@stereochro.me> Notes: svn path=/head/; revision=357806
* Support stagingEmanuel Haupt2014-02-261-7/+4
| | | | Notes: svn path=/head/; revision=346160
* 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
* Greyfix is the greylisting policy daemon for Postfix written by Kim MinhSahil Tandon2011-05-215-0/+67
Kaplan. Greyfix uses Postfix policy mechanism to enable greylisting with Postfix. WWW: http://www.kim-minh.com/pub/greyfix/ PR: ports/157052 Submitted by: Keith Gaughan <k@stereochro.me> Notes: svn path=/head/; revision=274401