diff options
author | sahil <sahil@FreeBSD.org> | 2011-09-08 06:42:24 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-09-08 06:42:24 +0800 |
commit | 8a835d0099745e494861a54a46d19b296c9e65fb (patch) | |
tree | cfa8a46432bdef52664d43ee997da90784475e36 /mail | |
parent | 266f78bdb6eeae2c00566a06287349ee975d4ada (diff) | |
download | freebsd-ports-gnome-8a835d0099745e494861a54a46d19b296c9e65fb.tar.gz freebsd-ports-gnome-8a835d0099745e494861a54a46d19b296c9e65fb.tar.zst freebsd-ports-gnome-8a835d0099745e494861a54a46d19b296c9e65fb.zip |
- Update to 1.30
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 14 | ||||
-rw-r--r-- | mail/postfix-postfwd/distinfo | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index 18735f27c35c..5b0c06fa4d40 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -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} diff --git a/mail/postfix-postfwd/distinfo b/mail/postfix-postfwd/distinfo index ef0df10ac209..a9199eb7efba 100644 --- a/mail/postfix-postfwd/distinfo +++ b/mail/postfix-postfwd/distinfo @@ -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 |