From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 13 09:30:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C7E1106564A for ; Sun, 13 May 2012 09:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD958FC15 for ; Sun, 13 May 2012 09:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4D9U7MK083323 for ; Sun, 13 May 2012 09:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4D9U7q3083322; Sun, 13 May 2012 09:30:07 GMT (envelope-from gnats) Resent-Date: Sun, 13 May 2012 09:30:07 GMT Resent-Message-Id: <201205130930.q4D9U7q3083322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Vogt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0273A106564A; Sun, 13 May 2012 09:26:55 +0000 (UTC) (envelope-from thomas@bert.mlan.solnet.ch) Received: from mail01.solnet.ch (mail01.solnet.ch [212.101.4.135]) by mx1.freebsd.org (Postfix) with ESMTP id AE6B68FC15; Sun, 13 May 2012 09:26:54 +0000 (UTC) Received: from mail01.solnet.ch (localhost.solnet.ch [127.0.0.1]) by mail01.solnet.ch (Postfix) with ESMTP id E8C1A4AC50; Sun, 13 May 2012 09:17:33 +0000 (UTC) Received: from mail01.solnet.ch ([127.0.0.1]) by mail01.solnet.ch (mail01.solnet.ch [127.0.0.1]) (SolNet-Check, port 10024) with LMTP id XLhinu7aoApc; Sun, 13 May 2012 09:17:33 +0000 (UTC) Received: from bert.mlan.solnet.ch (bert.mlan.solnet.ch [212.101.1.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail01.solnet.ch (Postfix) with ESMTPS id 6F9154AC42; Sun, 13 May 2012 09:17:33 +0000 (UTC) Received: from bert.mlan.solnet.ch (localhost [127.0.0.1]) by bert.mlan.solnet.ch (8.14.5/8.14.5) with ESMTP id q4D9HXTf092514; Sun, 13 May 2012 09:17:33 GMT (envelope-from thomas@bert.mlan.solnet.ch) Received: (from thomas@localhost) by bert.mlan.solnet.ch (8.14.5/8.14.5/Submit) id q4D9HX2A092513; Sun, 13 May 2012 09:17:33 GMT (envelope-from thomas) Message-Id: <201205130917.q4D9HX2A092513@bert.mlan.solnet.ch> Date: Sun, 13 May 2012 09:17:33 GMT From: Thomas Vogt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sahil@FreeBSD.org Subject: ports/167835: [PATCH] mail/postfix-postfwd: update to 1.32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 09:30:07 -0000 >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= 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: