ports/128019: [UPDATE] mail/postfix-postfwd - upgrade to 1.10pre8b

Sahil Tandon sahil at tandon.net
Sat Oct 11 22:50:02 UTC 2008


>Number:         128019
>Category:       ports
>Synopsis:       [UPDATE] mail/postfix-postfwd - upgrade to 1.10pre8b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 11 22:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        7.0
>Organization:
>Environment:
FreeBSD fqdn.hamla.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Upgrade to new version of program.  cvs diff (attached as patch.txt) created following guide here: 

http://sce-tindy.tecnik93.com/FreeBSD/How-to-submit-a-diff.txt 
>How-To-Repeat:

>Fix:
Apply patch.

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/postfix-postfwd/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	21 May 2008 01:54:45 -0000	1.1
+++ Makefile	11 Oct 2008 21:52:08 -0000
@@ -6,21 +6,20 @@
 #
 
 PORTNAME=	postfwd
-DISTVERSION=	1.10.7b
+DISTVERSION=	1.10.8b
 CATEGORIES=	mail
 MASTER_SITES=	http://www.postfwd.org/old/
 PKGNAMEPREFIX=	postfix-
-DISTNAME=	postfwd-1.10pre7b
+DISTNAME=	postfwd-1.10pre8b
 
 MAINTAINER=	sahil at tandon.net
 COMMENT=	A postfix firewall policy daemon
 
-RUN_DEPENDS=	${SITE_PERL}/Net/DNS/Async.pm:${PORTSDIR}/dns/p5-Net-DNS-Async \
-		${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite \
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
 		${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex
 
 PORTDOCS=	CHANGELOG postfwd.html postfwd.txt
-PORTEXAMPLES=	postfwd-rblcheck.pl request.sample
+PORTEXAMPLES=	request.sample
 PLIST_FILES=	bin/postfwd etc/postfwd.conf.sample
 
 SUB_FILES=	pkg-message
@@ -29,14 +28,14 @@
 USE_PERL5_RUN=	yes
 NO_BUILD=	yes
 
-MAN1=		postfwd.1
+MAN8=		postfwd.8
 
 .include <bsd.port.pre.mk>
 
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/sbin/${PORTNAME} ${PREFIX}/bin/
 	@${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.cf ${PREFIX}/etc/${PORTNAME}.conf.sample
-	@${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1/
+	@${INSTALL_MAN} ${WRKSRC}/man/man8/${MAN8} ${MANPREFIX}/man/man8/
 
 post-install:
 .if !defined(NOPORTDOCS)
@@ -45,7 +44,6 @@
 .endif
 .if !defined(NOPORTEXAMPLES)
 	@${INSTALL} -d ${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/bin/postfwd-rblcheck.pl ${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/tools/request.sample ${EXAMPLESDIR}
 .endif
 	@${CAT} ${PKGMESSAGE}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/postfix-postfwd/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	21 May 2008 01:54:45 -0000	1.1
+++ distinfo	11 Oct 2008 21:52:08 -0000
@@ -1,3 +1,3 @@
-MD5 (postfwd-1.10pre7b.tar.gz) = 6ae4a3f7b7748ff20dc8ec915f76c4e9
-SHA256 (postfwd-1.10pre7b.tar.gz) = e8213518032061f6a85dcd54846f487d78e1f9886ef950dfc95456de1de0c70a
-SIZE (postfwd-1.10pre7b.tar.gz) = 81798
+MD5 (postfwd-1.10pre8b.tar.gz) = 077855c4b7ce015deec16cddd2c5156e
+SHA256 (postfwd-1.10pre8b.tar.gz) = ea60b32c511145d0d8724babd327c7a2091739b7647fbff0d3d1e7d83a0cca46
+SIZE (postfwd-1.10pre8b.tar.gz) = 84688
Index: files/postfwd.in
===================================================================
RCS file: /home/ncvs/ports/mail/postfix-postfwd/files/postfwd.in,v
retrieving revision 1.1
diff -u -r1.1 postfwd.in
--- files/postfwd.in	21 May 2008 01:54:45 -0000	1.1
+++ files/postfwd.in	11 Oct 2008 21:52:08 -0000
@@ -40,6 +40,6 @@
 : ${postfwd_enable="NO"}
 : ${postfwd_config="%%PREFIX%%/etc/${name}.conf"}
 
-command_args="-d -f ${required_files} -i 127.0.0.1 -p 10040 -u nobody -g nobody -S"
+command_args="--shortlog --summary=600 --cache=600 --cache-rbl-timeout=3600 --cleanup-requests=1200 --cleanup-rbls=1800 --cleanup-rates=1200 -d -f ${required_files} -i 127.0.0.1 -p 10040 -u nobody -g nobody"
 
 run_rc_command "$1"


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list