From owner-freebsd-perl@FreeBSD.ORG Wed Aug 9 05:19:59 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51FBF16A4E6; Wed, 9 Aug 2006 05:19:59 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F1B43D4C; Wed, 9 Aug 2006 05:19:58 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 17B2715E; Wed, 9 Aug 2006 13:19:56 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060809051956.17B2715E@netnews.NCTU.edu.tw> Date: Wed, 9 Aug 2006 13:19:56 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] databases/p5-DBI: update to 1.52 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: Wed, 09 Aug 2006 05:19:59 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] databases/p5-DBI: update to 1.52 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 1.52 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DBI-1.52.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/Makefile /home/staff/gslin/work/p5-DBI/Makefile --- /usr/ports/databases/p5-DBI/Makefile Thu Jun 8 14:52:49 2006 +++ /home/staff/gslin/work/p5-DBI/Makefile Wed Aug 9 13:17:39 2006 @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.51 +PORTVERSION= 1.52 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -15,13 +15,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +BUILD_DEPENDS= ${RUN_DEPENDS} .if defined(WITH_PROXY) -PROXY_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC -BUILD_DEPENDS+= ${PROXY_DEPENDS} -RUN_DEPENDS+= ${PROXY_DEPENDS} +RUN_DEPENDS+= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC .endif CONFLICTS= p5-DBI-1.3* @@ -46,6 +44,7 @@ DBI::ProfileData.3 \ DBI::ProfileDumper.3 \ DBI::ProfileDumper::Apache.3 \ + DBI::ProfileSubs.3 \ DBI::ProxyServer.3 \ DBI::PurePerl.3 \ DBI::SQL::Nano.3 \ diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/distinfo /home/staff/gslin/work/p5-DBI/distinfo --- /usr/ports/databases/p5-DBI/distinfo Thu Jun 8 14:52:49 2006 +++ /home/staff/gslin/work/p5-DBI/distinfo Wed Aug 9 13:15:09 2006 @@ -1,3 +1,3 @@ -MD5 (DBI-1.51.tar.gz) = d2ecc92395c4ab8221bac2866afbae04 -SHA256 (DBI-1.51.tar.gz) = 95c0df3b88c9b6e1e87b597164fbe29a446262e7f10b2fe7ef15ccf9f3c5c445 -SIZE (DBI-1.51.tar.gz) = 415205 +MD5 (DBI-1.52.tar.gz) = 57208ef6dccb3e72cf2df665983ce313 +SHA256 (DBI-1.52.tar.gz) = 53d17223e47acca95e495c9cc18feaa85d8ad4f1ea1e80849f8bd9224e050705 +SIZE (DBI-1.52.tar.gz) = 419674 diff -ruN --exclude=CVS /usr/ports/databases/p5-DBI/pkg-plist /home/staff/gslin/work/p5-DBI/pkg-plist --- /usr/ports/databases/p5-DBI/pkg-plist Sun Jan 22 09:29:03 2006 +++ /home/staff/gslin/work/p5-DBI/pkg-plist Wed Aug 9 13:16:47 2006 @@ -21,6 +21,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProfileData.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProfileDumper.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProfileDumper/Apache.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProfileSubs.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/ProxyServer.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/PurePerl.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBI/Roadmap.pm --- p5-DBI-1.52.patch ends here ---