diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-10 11:42:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-10 11:42:06 +0000 |
commit | 6cc3596c181fdba643e4ec9a50159ec0632f3055 (patch) | |
tree | 23fb31506a0a65e73aa256904a073e6e5661fb81 /mail/milter-callback | |
parent | 34f19e5913162b5b8e283ff6eceea920fe753282 (diff) | |
download | ports-6cc3596c181fdba643e4ec9a50159ec0632f3055.tar.gz ports-6cc3596c181fdba643e4ec9a50159ec0632f3055.zip |
Notes
Diffstat (limited to 'mail/milter-callback')
-rw-r--r-- | mail/milter-callback/Makefile | 16 | ||||
-rw-r--r-- | mail/milter-callback/distinfo | 4 |
2 files changed, 9 insertions, 11 deletions
diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index ac966fbf569b..266a375d6fb6 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= milter-callback -PORTVERSION= 1.5.10 +PORTVERSION= 1.6.0 CATEGORIES= mail MASTER_SITES= http://unix.zhegan.in/distfiles/ \ CRITICAL @@ -12,24 +12,22 @@ COMMENT= Milter to perform a envelope-from sender verification on target MX LICENSE= GPLv3 +LIB_DEPENDS+= spf2:${PORTSDIR}/mail/libspf2 + USE_BZIP2= yes USE_RC_SUBR= milter-callback SUB_FILES= pkg-message MAN8= milter-callback.8 +MAKE_ENV+= WITH_SPF=yes + # make sure flat distfile gets extracted in ${WRKSRC} EXTRACT_AFTER_ARGS= | (${MKDIR} ${WRKSRC}; ${TAR} -xf - --no-same-owner \ --no-same-permissions -C ${WRKSRC}) -OPTIONS_DEFINE= SPF -SPF_DESC= libspf support - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSPF} -MAKE_ENV+= WITH_SPF=yes -LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 +.if ${CC} == "clang" || ${CXX} == "clang++" +BROKEN= does not build with clang, uses nested functions .endif post-patch: diff --git a/mail/milter-callback/distinfo b/mail/milter-callback/distinfo index df05fd68e170..ab6646eb51cf 100644 --- a/mail/milter-callback/distinfo +++ b/mail/milter-callback/distinfo @@ -1,2 +1,2 @@ -SHA256 (milter-callback-1.5.10.tar.bz2) = 34936bfa7c270f57465fc5fadaac556d3440e948bab248aad1562419b8b6d946 -SIZE (milter-callback-1.5.10.tar.bz2) = 1309317 +SHA256 (milter-callback-1.6.0.tar.bz2) = 9800b8779b7d4eb137c8745d4a8380851120e48436b8ab8137f9ebcdd3455012 +SIZE (milter-callback-1.6.0.tar.bz2) = 1345345 |