From owner-freebsd-perl@FreeBSD.ORG Tue Jun 21 05:54:51 2011 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5A8D1065673; Tue, 21 Jun 2011 05:54:51 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (deep.tw [122.116.130.101]) by mx1.freebsd.org (Postfix) with ESMTP id A50178FC18; Tue, 21 Jun 2011 05:54:51 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id C2D6B5C37; Tue, 21 Jun 2011 13:54:50 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Jin-Sih Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20110621055450.C2D6B5C37@deep.tw> Date: Tue, 21 Jun 2011 13:54:50 +0800 (CST) Cc: perl@FreeBSD.org Subject: [PATCH] databases/p5-Exception-Class-DBI: update to 1.01 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 21 Jun 2011 05:54:51 -0000 >Submitter-Id: current-users >Originator: Jin-Sih Lin >Organization: FreeBSD @ Taiwan >Confidential: no >Synopsis: [PATCH] databases/p5-Exception-Class-DBI: update to 1.01 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.2-STABLE i386 >Environment: System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011 >Description: - Update to 1.01 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Exception-Class-DBI-1.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-Exception-Class-DBI.orig/Makefile /usr/ports/databases/p5-Exception-Class-DBI/Makefile --- /usr/ports/databases/p5-Exception-Class-DBI.orig/Makefile 2008-05-26 19:31:46.000000000 +0800 +++ /usr/ports/databases/p5-Exception-Class-DBI/Makefile 2011-06-21 13:45:48.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= Exception-Class-DBI -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS /usr/ports/databases/p5-Exception-Class-DBI.orig/distinfo /usr/ports/databases/p5-Exception-Class-DBI/distinfo --- /usr/ports/databases/p5-Exception-Class-DBI.orig/distinfo 2011-03-20 20:47:36.000000000 +0800 +++ /usr/ports/databases/p5-Exception-Class-DBI/distinfo 2011-06-21 13:45:49.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Exception-Class-DBI-1.00.tar.gz) = 5a88a3303131e14eb41315728ac2f0370eae46e864b8762f6f05eaa179eecd2e -SIZE (Exception-Class-DBI-1.00.tar.gz) = 12054 +SHA256 (Exception-Class-DBI-1.01.tar.gz) = 1ec7af370f518378855957c34ef281d2657641634df4f0298dc8d56fafe174e2 +SIZE (Exception-Class-DBI-1.01.tar.gz) = 14401 --- p5-Exception-Class-DBI-1.01.patch ends here ---