aboutsummaryrefslogtreecommitdiffstats
path: root/mail/greyfix
Commit message (Collapse)AuthorAgeFilesLines
* onvert to UCL & cleanup pkg-message (categories l-m)mat2019-08-141-0/+6
|
* USE_BDB cleanup.mat2016-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
* - Modernize plistamdmi32015-12-221-7/+1
| | | | Approved by: portmgr blanket
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-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)
* - Update from 0.3.9 to 0.4.0danilo2014-06-155-10/+165
| | | | | | | | - Update MASTER_SITES - Install the man page PR: ports/188319 Submitted by: Keith Gaughan <k@stereochro.me>
* Support stagingehaupt2014-02-261-7/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | mail)
* Greyfix is the greylisting policy daemon for Postfix written by Kim Minhsahil2011-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>