summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2010-05-02 13:38:16 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2010-05-02 13:38:16 +0000
commitb01db2d6b45c27b7c512345b111db29333cd7284 (patch)
tree3b6f63171db4444be8ea35c0455c6ea2e6a9fe79 /mail
parentBuild and use the internal pccts in order avoid the conflict between (diff)
Upgrade to 4.2.5
Notes
Notes: svn path=/head/; revision=253559
Diffstat (limited to 'mail')
-rw-r--r--mail/milter-greylist/Makefile7
-rw-r--r--mail/milter-greylist/distinfo6
2 files changed, 9 insertions, 4 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index 6f93f2c82a17..ce74a75dab1e 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= milter-greylist
-PORTVERSION= 4.2.3
+PORTVERSION= 4.2.5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
DISTNAME= milter-greylist-${PORTVERSION}
@@ -23,6 +23,7 @@ OPTIONS= MANPAGES "Install manpages" on\
GEOIP "Include GeoIP support" off\
CURL "Include curl support" off\
OPENLDAP "Include OpenLDAP support" off\
+ P0F "Include P0F support" off\
POSTFIX "Use Postfix instead of Sendmail" off
.include <bsd.port.pre.mk>
@@ -62,6 +63,10 @@ CONFIGURE_ARGS+= --with-libcurl=${LOCALBASE}
USE_OPENLDAP=yes
CONFIGURE_ARGS+= --with-openldap
.endif
+.if defined(WITH_P0F)
+RUN_DEPENDS+= p0f:${PORTSDIR}/net-mgmt/p0f
+CONFIGURE_ARGS+= --enable-p0f
+.endif
.if defined(WITH_POSTFIX)
CONFIGURE_ARGS+= --enable-postfix
.else
diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo
index a016a81bad7b..176c09557c1a 100644
--- a/mail/milter-greylist/distinfo
+++ b/mail/milter-greylist/distinfo
@@ -1,3 +1,3 @@
-MD5 (milter-greylist-4.2.3.tgz) = e821a8a4527c1e313f21fe36dbde4a24
-SHA256 (milter-greylist-4.2.3.tgz) = d7dce6ab0b0f23887da876a6b807b046d0b91e0542f8e7438ef74f823fb1146d
-SIZE (milter-greylist-4.2.3.tgz) = 210106
+MD5 (milter-greylist-4.2.5.tgz) = fa1e68ff0a8b759b946c09f92d40af9d
+SHA256 (milter-greylist-4.2.5.tgz) = e14a1f23e52283389b9b397379ac3038be5acf3d5dd9c834a97c8364a6baa963
+SIZE (milter-greylist-4.2.5.tgz) = 213385