aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-callback
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-11-10 11:42:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-11-10 11:42:06 +0000
commit6cc3596c181fdba643e4ec9a50159ec0632f3055 (patch)
tree23fb31506a0a65e73aa256904a073e6e5661fb81 /mail/milter-callback
parent34f19e5913162b5b8e283ff6eceea920fe753282 (diff)
downloadports-6cc3596c181fdba643e4ec9a50159ec0632f3055.tar.gz
ports-6cc3596c181fdba643e4ec9a50159ec0632f3055.zip
- Update to 1.6.0
Feature safe: yes
Notes
Notes: svn path=/head/; revision=307270
Diffstat (limited to 'mail/milter-callback')
-rw-r--r--mail/milter-callback/Makefile16
-rw-r--r--mail/milter-callback/distinfo4
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