Date: Wed, 9 Aug 2006 13:19:56 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perl@FreeBSD.org, gslin@gslin.org Subject: ports/101684: [PATCH] databases/p5-DBI: update to 1.52 Message-ID: <20060809051956.17B2715E@netnews.NCTU.edu.tw> Resent-Message-ID: <200608090520.k795KGm8066368@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101684 >Category: ports >Synopsis: [PATCH] databases/p5-DBI: update to 1.52 >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: Wed Aug 09 05:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >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 --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060809051956.17B2715E>