diff options
author | tron <tron> | 2006-10-12 13:14:43 +0000 |
---|---|---|
committer | tron <tron> | 2006-10-12 13:14:43 +0000 |
commit | e4370ff8eb73e630e5dc7da2c2a022b2e55b44af (patch) | |
tree | 9fd8a0cbcdee498843f27631d5259d310e67b9f4 /mail/milter-greylist/Makefile | |
parent | 51ab5592ee562752076c3fd156a1fb19ce905a4e (diff) | |
download | pkgsrc-e4370ff8eb73e630e5dc7da2c2a022b2e55b44af.tar.gz |
Update "milter-greylist" package to version 3.0rc4.
Changes since version 2.1.2:
- DNSRBL support in ACL
- Per-ACL greylisting and autowhitelisting delays
- ACL blacklist feature
- Add support to use Sendmail macros in the ACL
- Allow rejecting by tempfail on blacklist configuration
- per-ACL SMTP error code and messages
- Multi-line statement in the config file
- Report matching ACL line number in the logs
- Lists for from, rcpt, domain, netblocks and DNSRBL
- Make log output consistent (Fredrik Pettai)
- Tell local connexions are non IP instead of non IPv4 (Attila Bruncsak)
- Faster ACL code
- Option to log expired entries (Jeff Rife)
- Cosmetic changes in debug logs (Fredrik Pettai)
- A lot of bug and build fixes
This fixes PR pkg/34793 by Eric Schnoebelen.
Diffstat (limited to 'mail/milter-greylist/Makefile')
-rw-r--r-- | mail/milter-greylist/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 7060843ab4d..a76f92da177 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2006/04/23 00:12:38 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/10/12 13:14:43 tron Exp $ -DISTNAME= milter-greylist-2.1.2 -PKGREVISION= 2 +DISTNAME= milter-greylist-3.0rc4 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz @@ -11,11 +10,10 @@ HOMEPAGE= http://hcpnet.free.fr/milter-greylist/ COMMENT= Easy-to-use greylist milter for sendmail -HAS_CONFIGURE= YES -CONFIGURE_ARGS+=--with-user=smmsp -CONFIGURE_ARGS+=--with-libspf_alt=${PREFIX:Q} -CONFIGURE_ARGS+=--prefix=${PREFIX:Q} -BUILD_TARGET= milter-greylist +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-user=smmsp + +BUILD_TARGET= milter-greylist PKG_GROUPS= smmsp PKG_USERS= smmsp:smmsp @@ -23,6 +21,8 @@ PKG_GECOS.smmsp= Sendmail Message Submission Program RCD_SCRIPTS= milter-greylist +.include "options.mk" + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/milter-greylist ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/milter-greylist |