ports/135906: [MAINTAINER-UPDATE] mail/postfix-postfwd from 1.10.8b -> 1.11

Sahil Tandon sahil at tandon.net
Mon Jun 22 04:10:04 UTC 2009


>Number:         135906
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] mail/postfix-postfwd from 1.10.8b -> 1.11
>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:   Mon Jun 22 04:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        7.1-RELEASE
>Organization:
>Environment:
FreeBSD internal.hamla.org 7.1-RELEASE FreeBSD 7.1-RELEASE #0
>Description:
- update underlying software to 1.11
- misc. refinements in Makefile and files/pkg-message.in
>How-To-Repeat:

>Fix:
Apply CVS diff, attached:

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/postfix-postfwd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	18 Oct 2008 05:22:55 -0000	1.2
+++ Makefile	22 Jun 2009 03:56:52 -0000
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	postfwd
-DISTVERSION=	1.10.8b
+PORTVERSION=	1.11
 CATEGORIES=	mail
-MASTER_SITES=	http://www.postfwd.org/old/
+MASTER_SITES=	http://www.${PORTNAME}.org/old/
 PKGNAMEPREFIX=	postfix-
-DISTNAME=	postfwd-1.10pre8b
 
 MAINTAINER=	sahil at tandon.net
 COMMENT=	A postfix firewall policy daemon
@@ -18,33 +17,33 @@
 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
+PORTDOCS=	CHANGELOG ${PORTNAME}.html ${PORTNAME}.txt
 PORTEXAMPLES=	request.sample
-PLIST_FILES=	bin/postfwd etc/postfwd.conf.sample
+PLIST_FILES=	bin/${PORTNAME} etc/${PORTNAME}.conf.sample
 
 SUB_FILES=	pkg-message
 
-USE_RC_SUBR=	postfwd
+USE_RC_SUBR=	${PORTNAME}	
 USE_PERL5_RUN=	yes
 NO_BUILD=	yes
 
-MAN8=		postfwd.8
+MAN8=		${PORTNAME}.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_DATA} ${WRKSRC}/etc/${PORTNAME}.cf.sample ${PREFIX}/etc/${PORTNAME}.conf.sample
 	@${INSTALL_MAN} ${WRKSRC}/man/man8/${MAN8} ${MANPREFIX}/man/man8/
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${INSTALL} -d ${DOCSDIR}
+	@${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${DOCSDIR}
 	@cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 .if !defined(NOPORTEXAMPLES)
-	@${INSTALL} -d ${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/tools/request.sample ${EXAMPLESDIR}
+	@${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 555 -d ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/tools/${PORTEXAMPLES} ${EXAMPLESDIR}
 .endif
 	@${CAT} ${PKGMESSAGE}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/postfix-postfwd/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	18 Oct 2008 05:22:55 -0000	1.2
+++ distinfo	22 Jun 2009 03:56:52 -0000
@@ -1,3 +1,3 @@
-MD5 (postfwd-1.10pre8b.tar.gz) = 077855c4b7ce015deec16cddd2c5156e
-SHA256 (postfwd-1.10pre8b.tar.gz) = ea60b32c511145d0d8724babd327c7a2091739b7647fbff0d3d1e7d83a0cca46
-SIZE (postfwd-1.10pre8b.tar.gz) = 84688
+MD5 (postfwd-1.11.tar.gz) = db68544653d625b0d5d6edf90915e4f1
+SHA256 (postfwd-1.11.tar.gz) = 49028f39ee4bfcfcb3f0afdbe5507807729d60b0e440a1f9485b109dd01765b9
+SIZE (postfwd-1.11.tar.gz) = 90723
Index: files/pkg-message.in
===================================================================
RCS file: /home/ncvs/ports/mail/postfix-postfwd/files/pkg-message.in,v
retrieving revision 1.1
diff -u -r1.1 pkg-message.in
--- files/pkg-message.in	21 May 2008 01:54:45 -0000	1.1
+++ files/pkg-message.in	22 Jun 2009 03:56:52 -0000
@@ -1,7 +1,7 @@
 *************
 * Start postfwd with:
 
-# %%PREFIX%%/bin/postfwd start
+# %%PREFIX%%/etc/rc.d/postfwd start
 
 * Integrate thusly in: %%PREFIX%%/etc/postfix/main.cf
 


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



More information about the freebsd-ports-bugs mailing list