From owner-freebsd-perl@FreeBSD.ORG Mon Jul 26 04:04:05 2010 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 3D94D1065672; Mon, 26 Jul 2010 04:04:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 280988FC14; Mon, 26 Jul 2010 04:04:04 +0000 (UTC) Received: by pxi8 with SMTP id 8so5082546pxi.13 for ; Sun, 25 Jul 2010 21:04:04 -0700 (PDT) Received: by 10.142.194.15 with SMTP id r15mr8464815wff.31.1280117044329; Sun, 25 Jul 2010 21:04:04 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id l36sm1580618rvb.6.2010.07.25.21.04.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 25 Jul 2010 21:04:03 -0700 (PDT) Received: by sunpoet.net (Postfix, from userid 1000) id DA08B2AEC4DE; Mon, 26 Jul 2010 12:04:30 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20100726040430.DA08B2AEC4DE@sunpoet.net> Date: Mon, 26 Jul 2010 12:04:30 +0800 (CST) Cc: perl@FreeBSD.org Subject: [PATCH] databases/p5-DBI: update to 1.613 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: Mon, 26 Jul 2010 04:04:05 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: SUNPOET.net >Confidential: no >Synopsis: [PATCH] databases/p5-DBI: update to 1.613 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.1-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010 >Description: - Update to 1.613 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DBI-1.613.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/Makefile /usr/ports/sunpoet/p5-DBI/Makefile --- /usr/ports/databases/p5-DBI/Makefile 2010-04-30 08:37:38.000000000 +0800 +++ /usr/ports/sunpoet/p5-DBI/Makefile 2010-07-26 11:13:30.000000000 +0800 @@ -6,11 +6,11 @@ # PORTNAME= DBI -PORTVERSION= 1.61.1 +PORTVERSION= 1.613 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules @@ -29,6 +29,8 @@ MAN3= Bundle::DBI.3 \ DBD::DBM.3 \ DBD::File.3 \ + DBD::File::Developers.3 \ + DBD::File::Roadmap.3 \ DBD::Gofer.3 \ DBD::Gofer::Policy::Base.3 \ DBD::Gofer::Policy::classic.3 \ @@ -47,6 +49,7 @@ DBI::Const::GetInfoType.3 \ DBI::DBD.3 \ DBI::DBD::Metadata.3 \ + DBI::DBD::SqlEngine.3 \ DBI::FAQ.3 \ DBI::Gofer::Execute.3 \ DBI::Gofer::Request.3 \ diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/distinfo /usr/ports/sunpoet/p5-DBI/distinfo --- /usr/ports/databases/p5-DBI/distinfo 2010-04-30 08:37:38.000000000 +0800 +++ /usr/ports/sunpoet/p5-DBI/distinfo 2010-07-26 11:11:17.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (DBI-1.611.tar.gz) = f48bc718e871f8926809af16682783fb -SHA256 (DBI-1.611.tar.gz) = d38544d7b2385172651944e4c4eadebc0ac955113db87d68017d79650f4bbf4f -SIZE (DBI-1.611.tar.gz) = 534200 +MD5 (DBI-1.613.tar.gz) = 1fb75474c3ff75fcbc16a98656e8f89d +SHA256 (DBI-1.613.tar.gz) = 64699525044db83253f3ec7e61ebe14b6b327b36aa282dd4eaafc31d44489082 +SIZE (DBI-1.613.tar.gz) = 566542 diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/pkg-plist /usr/ports/sunpoet/p5-DBI/pkg-plist --- /usr/ports/databases/p5-DBI/pkg-plist 2007-10-24 12:47:13.000000000 +0800 +++ /usr/ports/sunpoet/p5-DBI/pkg-plist 2010-07-26 11:14:40.000000000 +0800 @@ -6,6 +6,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBD/DBM.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/ExampleP.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/File.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DBD/File/Roadmap.pod +%%SITE_PERL%%/%%PERL_ARCH%%/DBD/File/Developers.pod %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/Base.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/classic.pm @@ -26,6 +28,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Const/GetInfoType.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD/Metadata.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DBI/DBD/SqlEngine.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/FAQ.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Execute.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Gofer/Request.pm @@ -78,5 +81,6 @@ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD/File @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle --- p5-DBI-1.613.patch ends here ---