Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2012 09:17:33 GMT
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sahil@FreeBSD.org
Subject:   ports/167835: [PATCH] mail/postfix-postfwd: update to 1.32
Message-ID:  <201205130917.q4D9HX2A092513@bert.mlan.solnet.ch>
Resent-Message-ID: <201205130930.q4D9U7q3083322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167835
>Category:       ports
>Synopsis:       [PATCH] mail/postfix-postfwd: update to 1.32
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 13 09:30:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Vogt
>Release:        FreeBSD 8.3-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD bert.mlan.solnet.ch 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #1: Sun Mar 25 18:25:37 UTC 2012
>Description:
- Update to 1.32

New features need another perl module:
- feature: new option --save_rates=<file> allows to load and save
	   rate limit counters to disk on program start and termination.
	   this allows rate limit persistence during restarts and reboots
	   (requires perl module 'Storable')

Port maintainer (sahil@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- postfix-postfwd-1.32.patch begins here ---
diff -ruN --exclude=CVS ../postfix-postfwd.orig/Makefile ./Makefile
--- ../postfix-postfwd.orig/Makefile	2011-10-18 01:50:45.000000000 +0000
+++ ./Makefile	2012-05-13 09:03:41.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	postfwd
-PORTVERSION=	1.31
+PORTVERSION=	1.32
 CATEGORIES=	mail
 MASTER_SITES=	http://www.${PORTNAME}.org/old/
 PKGNAMEPREFIX=	postfix-
@@ -18,6 +18,7 @@
 
 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}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
 		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
 
 PORTDOCS=	arch.html ${PORTNAME}.CHANGELOG ${PORTNAME}.html \
diff -ruN --exclude=CVS ../postfix-postfwd.orig/distinfo ./distinfo
--- ../postfix-postfwd.orig/distinfo	2011-10-18 01:50:45.000000000 +0000
+++ ./distinfo	2012-05-13 09:03:48.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (postfwd-1.31.tar.gz) = 3d38f65db5496356946395c048ab2bcd65cf8ff85c9c4acfcb33809fbaf0ef8c
-SIZE (postfwd-1.31.tar.gz) = 341073
+SHA256 (postfwd-1.32.tar.gz) = 0b3773374d00dfc19829b10648a647169d6326bce7e07e1550572be8878f16a3
+SIZE (postfwd-1.32.tar.gz) = 348717
--- postfix-postfwd-1.32.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205130917.q4D9HX2A092513>