mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.6.0
Feature safe: yes
This commit is contained in:
parent
34f19e5913
commit
6cc3596c18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307270
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= milter-callback
|
PORTNAME= milter-callback
|
||||||
PORTVERSION= 1.5.10
|
PORTVERSION= 1.6.0
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://unix.zhegan.in/distfiles/ \
|
MASTER_SITES= http://unix.zhegan.in/distfiles/ \
|
||||||
CRITICAL
|
CRITICAL
|
||||||
@ -12,24 +12,22 @@ COMMENT= Milter to perform a envelope-from sender verification on target MX
|
|||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
LIB_DEPENDS+= spf2:${PORTSDIR}/mail/libspf2
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_RC_SUBR= milter-callback
|
USE_RC_SUBR= milter-callback
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
MAN8= milter-callback.8
|
MAN8= milter-callback.8
|
||||||
|
|
||||||
|
MAKE_ENV+= WITH_SPF=yes
|
||||||
|
|
||||||
# make sure flat distfile gets extracted in ${WRKSRC}
|
# make sure flat distfile gets extracted in ${WRKSRC}
|
||||||
EXTRACT_AFTER_ARGS= | (${MKDIR} ${WRKSRC}; ${TAR} -xf - --no-same-owner \
|
EXTRACT_AFTER_ARGS= | (${MKDIR} ${WRKSRC}; ${TAR} -xf - --no-same-owner \
|
||||||
--no-same-permissions -C ${WRKSRC})
|
--no-same-permissions -C ${WRKSRC})
|
||||||
|
|
||||||
OPTIONS_DEFINE= SPF
|
.if ${CC} == "clang" || ${CXX} == "clang++"
|
||||||
SPF_DESC= libspf support
|
BROKEN= does not build with clang, uses nested functions
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSPF}
|
|
||||||
MAKE_ENV+= WITH_SPF=yes
|
|
||||||
LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (milter-callback-1.5.10.tar.bz2) = 34936bfa7c270f57465fc5fadaac556d3440e948bab248aad1562419b8b6d946
|
SHA256 (milter-callback-1.6.0.tar.bz2) = 9800b8779b7d4eb137c8745d4a8380851120e48436b8ab8137f9ebcdd3455012
|
||||||
SIZE (milter-callback-1.5.10.tar.bz2) = 1309317
|
SIZE (milter-callback-1.6.0.tar.bz2) = 1345345
|
||||||
|
Loading…
Reference in New Issue
Block a user