Date: Mon, 18 Feb 2008 16:22:32 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/120799: [UPDATE] databases/p5-DBD-Multi Message-ID: <200802181622.m1IGMWxs002498@www.freebsd.org> Resent-Message-ID: <200802181630.m1IGU2L1074227@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120799 >Category: ports >Synopsis: [UPDATE] databases/p5-DBD-Multi >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: Mon Feb 18 16:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 0.12; - Use CPAN macro; - Add missing deps. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-Multi/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 7 Jul 2007 20:10:27 -0000 1.2 +++ Makefile 18 Feb 2008 03:32:36 -0000 @@ -6,23 +6,25 @@ # PORTNAME= DBD-Multi -PORTVERSION= 0.10 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Manage Multiple Data Sources with Failover and Load Balancing -RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/Sys/SigAction.pm:${PORTSDIR}/devel/p5-Sys-SigAction \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ +BUILD_DEPENDS= ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -BUILD_DEPENDS= ${RUN_DEPENDS} + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ + ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ + ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/Sys/SigAction.pm:${PORTSDIR}/devel/p5-Sys-SigAction \ + ${SITE_PERL}/${PERL_ARCH}/Bundle/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-Multi/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 7 Jul 2007 11:57:18 -0000 1.1 +++ distinfo 18 Feb 2008 03:32:36 -0000 @@ -1,3 +1,3 @@ -MD5 (DBD-Multi-0.10.tar.gz) = 548eebd686f03eb04a633eafe12b75ba -SHA256 (DBD-Multi-0.10.tar.gz) = 0b02ff16692132b79355623dfbf07b65dc75d24073ba6930b95a11904fd02e5d -SIZE (DBD-Multi-0.10.tar.gz) = 15636 +MD5 (DBD-Multi-0.12.tar.gz) = 6d2ee66a2b9678f0913d6b77766eaea0 +SHA256 (DBD-Multi-0.12.tar.gz) = f28587d30489c522a86c15c2e53bbf7a7a052c8d0bfc49e452eda4a938202af3 +SIZE (DBD-Multi-0.12.tar.gz) = 19130 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802181622.m1IGMWxs002498>