From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 18 16:30:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0178416A417 for ; Mon, 18 Feb 2008 16:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D6DEA13C4F5 for ; Mon, 18 Feb 2008 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IGU26i074232 for ; Mon, 18 Feb 2008 16:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1IGU2L1074227; Mon, 18 Feb 2008 16:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 18 Feb 2008 16:30:02 GMT Resent-Message-Id: <200802181630.m1IGU2L1074227@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Felippe de Meirelles Motta Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D02916A468 for ; Mon, 18 Feb 2008 16:25:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2F78D13C4E8 for ; Mon, 18 Feb 2008 16:25:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IGMWeR002499 for ; Mon, 18 Feb 2008 16:22:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1IGMWxs002498; Mon, 18 Feb 2008 16:22:32 GMT (envelope-from nobody) Message-Id: <200802181622.m1IGMWxs002498@www.freebsd.org> Date: Mon, 18 Feb 2008 16:22:32 GMT From: Felippe de Meirelles Motta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120799: [UPDATE] databases/p5-DBD-Multi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 16:30:03 -0000 >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: