mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 1.30
This commit is contained in:
parent
0dba27d9d7
commit
609a543f77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281406
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= postfwd
|
||||
PORTVERSION= 1.22
|
||||
PORTVERSION= 1.30
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.${PORTNAME}.org/old/
|
||||
PKGNAMEPREFIX= postfix-
|
||||
@ -17,10 +17,13 @@ COMMENT= A postfix firewall policy daemon
|
||||
LICENSE= BSD
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server
|
||||
${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
|
||||
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
|
||||
PORTDOCS= CHANGELOG ${PORTNAME}.html ${PORTNAME}.txt quick.html versions.html
|
||||
PORTEXAMPLES= request.sample
|
||||
PORTDOCS= arch.html ${PORTNAME}.CHANGELOG ${PORTNAME}.html \
|
||||
${PORTNAME}.txt quick.html versions.html
|
||||
|
||||
PORTEXAMPLES= request.sample postfwd.plugins.sample
|
||||
PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
@ -45,7 +48,8 @@ post-install:
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 555 -d ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/tools/${PORTEXAMPLES} ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/tools/request.sample ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/plugins/postfwd.plugins.sample ${EXAMPLESDIR}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (postfwd-1.22.tar.gz) = dc3109c912e617b6eeca174256b9b93b7a84173d950c97a50bc1ee37564f738e
|
||||
SIZE (postfwd-1.22.tar.gz) = 246118
|
||||
SHA256 (postfwd-1.30.tar.gz) = 44022083c385f4d7825cc44346f812cf137892177be64a2db0a256795f310cfe
|
||||
SIZE (postfwd-1.30.tar.gz) = 336912
|
||||
|
Loading…
Reference in New Issue
Block a user