summaryrefslogtreecommitdiff
path: root/mail/milter-greylist
diff options
context:
space:
mode:
authormanu <manu>2004-04-14 15:45:45 +0000
committermanu <manu>2004-04-14 15:45:45 +0000
commit243e350edbc352e89b5021dd3fe7d7aa24a6c7de (patch)
tree852143f1bc8d431b531e95f60afbfdadbe211a80 /mail/milter-greylist
parente0dc1f2c873930fbabad64549b99cec36f15fb2c (diff)
downloadpkgsrc-243e350edbc352e89b5021dd3fe7d7aa24a6c7de.tar.gz
Upgrade milter greylist to 1.2
- SMTP AUTH support - subnet matching and SPF support to better work with mail farms - All command line options now have equivalent in the config file - IPv6 aware - regex can be used in the configuration file
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r--mail/milter-greylist/Makefile10
-rw-r--r--mail/milter-greylist/PLIST3
-rw-r--r--mail/milter-greylist/distinfo6
3 files changed, 11 insertions, 8 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index db630008055..a0d712dce48 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/04/12 13:55:59 tron Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/14 15:45:45 manu Exp $
-DISTNAME= milter-greylist-1.0.2
-PKGREVISION= 1
+DISTNAME= milter-greylist-1.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
EXTRACT_SUFX= .tgz
@@ -14,7 +13,9 @@ USE_PKGINSTALL= YES
USE_BUILDLINK2= YES
HAS_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-user=smmsp --prefix=${PREFIX}
+CONFIGURE_ARGS+=--with-user=smmsp
+CONFIGURE_ARGS+=--with-libspf_alt=${PREFIX}
+CONFIGURE_ARGS+=--prefix=${PREFIX}
ALL_TARGET= milter-greylist
PKG_GROUPS= smmsp
@@ -29,5 +30,6 @@ post-install:
${PREFIX}/share/examples/milter-greylist
.include "../../mail/libmilter/buildlink2.mk"
+.include "../../mail/libspf-alt/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/milter-greylist/PLIST b/mail/milter-greylist/PLIST
index c76d703d85e..e47073b346f 100644
--- a/mail/milter-greylist/PLIST
+++ b/mail/milter-greylist/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2004/04/12 13:55:59 tron Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/04/14 15:45:46 manu Exp $
bin/milter-greylist
etc/rc.d/milter-greylist
man/man8/milter-greylist.8
+man/man5/greylist.conf.5
share/doc/milter-greylist/README
share/examples/milter-greylist/greylist.conf
@dirrm share/examples/milter-greylist
diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo
index a6b48e99344..65e217c9f6b 100644
--- a/mail/milter-greylist/distinfo
+++ b/mail/milter-greylist/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/03/29 15:46:49 manu Exp $
+$NetBSD: distinfo,v 1.5 2004/04/14 15:45:46 manu Exp $
-SHA1 (milter-greylist-1.0.2.tgz) = 5123d3fbf17006ac46809af70334a289ed27585b
-Size (milter-greylist-1.0.2.tgz) = 75756 bytes
+SHA1 (milter-greylist-1.2.tgz) = fd63691ff1fdb258f2165a00677ae3773492efad
+Size (milter-greylist-1.2.tgz) = 88274 bytes