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 | |
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')
-rw-r--r-- | mail/postgrey/Makefile | 13 | ||||
-rw-r--r-- | mail/postgrey/distinfo | 8 |
2 files changed, 10 insertions, 11 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" diff --git a/mail/postgrey/distinfo b/mail/postgrey/distinfo index b5bdb889cd6..996aa7ebf2c 100644 --- a/mail/postgrey/distinfo +++ b/mail/postgrey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/01/20 21:08:02 xtraeme Exp $ +$NetBSD: distinfo,v 1.8 2010/06/02 13:05:50 adam Exp $ -SHA1 (postgrey-1.31.tar.gz) = 198ba4ebb84be87f189a336bceaa81c22049c697 -RMD160 (postgrey-1.31.tar.gz) = b78bc600617e5ed84a2b783a439f83427d168d97 -Size (postgrey-1.31.tar.gz) = 34895 bytes +SHA1 (postgrey-1.33.tar.gz) = 2273d4b6087f0ae6ad6d3ee6b388a672a4190906 +RMD160 (postgrey-1.33.tar.gz) = 0dfd72accef8404301832389d84edb1433e4e7f9 +Size (postgrey-1.33.tar.gz) = 36077 bytes |