Upgrade to 4.2.5

This commit is contained in:
Andrey A. Chernov 2010-05-02 13:38:16 +00:00
parent 196aff031e
commit b01db2d6b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253559
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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