From owner-freebsd-perl@FreeBSD.ORG Thu Jul 25 03:54:57 2013 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7AA6E81D; Thu, 25 Jul 2013 03:54:57 +0000 (UTC) (envelope-from stephon@saturn.pixnet.net) Received: from epaper.pixnet.net (srvnat.pixnet.tw [60.199.247.250]) by mx1.freebsd.org (Postfix) with ESMTP id 4649E2AD9; Thu, 25 Jul 2013 03:54:56 +0000 (UTC) Date: Thu, 25 Jul 2013 11:57:01 +0800 (CST) Message-Id: <201307250357.r6P3v1mo051831@saturn> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/p5-Log-Dispatch: update to 2.41 From: Stephon Chen X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 03:54:57 -0000 >Submitter-Id: current-users >Originator: Stephon Chen >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Log-Dispatch: update to 2.41 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.4-RELEASE-p1 amd64 >Environment: System: FreeBSD saturn 8.4-RELEASE-p1 FreeBSD 8.4-RELEASE-p1 #0: Fri Jun 28 03:50:33 UTC 2013 >Description: - Update to 2.41 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-Log-Dispatch-2.41.patch begins here --- diff -ruN /usr/ports/devel/p5-Log-Dispatch/Makefile ./Makefile --- /usr/ports/devel/p5-Log-Dispatch/Makefile 2013-07-08 10:05:40.000000000 +0800 +++ ./Makefile 2013-07-25 11:12:05.199591000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: devel/p5-Log-Dispatch/Makefile 322477 2013-07-08 02:05:40Z clsung $ PORTNAME= Log-Dispatch -PORTVERSION= 2.40 +PORTVERSION= 2.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN /usr/ports/devel/p5-Log-Dispatch/distinfo ./distinfo --- /usr/ports/devel/p5-Log-Dispatch/distinfo 2013-07-08 10:05:40.000000000 +0800 +++ ./distinfo 2013-07-25 11:12:33.079596000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-2.40.tar.gz) = ce302a56021ca85b763c9ae484d25efb450870e50defc03d9034ed9865115249 -SIZE (Log-Dispatch-2.40.tar.gz) = 35057 +SHA256 (Log-Dispatch-2.41.tar.gz) = 3f81fa068a2d68b0d13243a874da765ffb728a9d26ed44ef088ca627faa4556f +SIZE (Log-Dispatch-2.41.tar.gz) = 35285 --- p5-Log-Dispatch-2.41.patch ends here ---