diff options
author | adam <adam@pkgsrc.org> | 2010-06-02 13:05:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-06-02 13:05:50 +0000 |
commit | 00dcbaffd34d6dd534cd5d65ee8b0225eb4cb7e9 (patch) | |
tree | 29bab07862a5e57a0b370add610dfc48deecceb1 /mail/postgrey/Makefile | |
parent | c97d1d21b6beac110cac730675a1765d1cfecb4f (diff) | |
download | pkgsrc-00dcbaffd34d6dd534cd5d65ee8b0225eb4cb7e9.tar.gz |
Changes 1.33:
* fix warning with IPv6 address
* added --x-greylist-header option
* contrib/postgrey.init: new LSB-compliant init script by Adrian von Bidder
* contrib/postgreyreport: fix POD error
* contrib/postgreyreport: added --tab and --show_time options
* updated whitelist
Changes 1.32:
* fixed recipients whitelisting
* added --syslog-facility option
* add support for BATV
* updated whitelist
Diffstat (limited to 'mail/postgrey/Makefile')
-rw-r--r-- | mail/postgrey/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 757403a35e5..67e7cb9424a 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2008/09/06 20:54:33 wiz Exp $ -# +# $NetBSD: Makefile,v 1.26 2010/06/02 13:05:50 adam Exp $ -DISTNAME= postgrey-1.31 -PKGREVISION= 1 +DISTNAME= postgrey-1.33 CATEGORIES= mail MASTER_SITES= http://postgrey.schweikert.ch/pub/ @@ -16,8 +14,9 @@ DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server PKG_DESTDIR_SUPPORT= user-destdir -NO_CONFIGURE= yes -USE_TOOLS+= perl:run +BDB_ACCEPTED= db4 db5 +NO_CONFIGURE= yes +USE_TOOLS+= perl:run .include "../../mk/bsd.prefs.mk" @@ -82,5 +81,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/${EGDIR}/${i} .endfor -.include "../../databases/db4/buildlink3.mk" +.include "../../mk/bdb.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |