From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 28 01:20:03 2009 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 C98C11065679 for ; Sat, 28 Nov 2009 01:20: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 909F58FC16 for ; Sat, 28 Nov 2009 01:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAS1K3UM015513 for ; Sat, 28 Nov 2009 01:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAS1K3dC015510; Sat, 28 Nov 2009 01:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 28 Nov 2009 01:20:03 GMT Resent-Message-Id: <200911280120.nAS1K3dC015510@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, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74BB4106566C; Sat, 28 Nov 2009 01:15:05 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 643A18FC15; Sat, 28 Nov 2009 01:15:05 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id E6B1B1723A; Fri, 27 Nov 2009 20:15:04 -0500 (EST) Message-Id: <20091128011504.E6B1B1723A@spartan.hamla.org> Date: Fri, 27 Nov 2009 20:15:04 -0500 (EST) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org Subject: ports/140953: [PATCH] databases/p5-DBD-CSV: update to 0.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 01:20:04 -0000 >Number: 140953 >Category: ports >Synopsis: [PATCH] databases/p5-DBD-CSV: update to 0.26 >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: Sat Nov 28 01:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 0.26 - Tweak BUILD_DEPENDS to include minimum-required version of requisite ports - Flesh out pkg-descr >How-To-Repeat: >Fix: --- p5-DBD-CSV.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-CSV/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 19 Oct 2009 14:16:42 -0000 1.24 +++ Makefile 28 Nov 2009 01:08:52 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DBD-CSV -PORTVERSION= 0.25 +PORTVERSION= 0.26 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -16,9 +16,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= DBI driver for CSV files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-DBI>=1.00:${PORTSDIR}/databases/p5-DBI \ + p5-SQL-Statement>=1.22:${PORTSDIR}/databases/p5-SQL-Statement \ + p5-Text-CSV_XS>=0.64:${PORTSDIR}/textproc/p5-Text-CSV_XS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-CSV/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 19 Oct 2009 14:16:42 -0000 1.10 +++ distinfo 28 Nov 2009 01:08:52 -0000 @@ -1,3 +1,3 @@ -MD5 (DBD-CSV-0.25.tgz) = 741362f1427768b664d98fff4b12bc9c -SHA256 (DBD-CSV-0.25.tgz) = 154d69eac9f63c903986880a5dfd518b6eaec97b6cda68665ba0fb2834680a9e -SIZE (DBD-CSV-0.25.tgz) = 25557 +MD5 (DBD-CSV-0.26.tgz) = ebb5d61717d67c56867e77a33d94df1a +SHA256 (DBD-CSV-0.26.tgz) = 521daf9a9ed65850de0fc347cd957aac7ef522621f5200cfa59d9abc11b8497e +SIZE (DBD-CSV-0.26.tgz) = 25818 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-CSV/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- pkg-descr 29 Dec 1999 03:37:40 -0000 1.1.1.1 +++ pkg-descr 28 Nov 2009 01:08:52 -0000 @@ -1 +1,7 @@ - DBD::CSV - DBI driver for CSV files +The DBD::CSV module is yet another driver for the DBI (Database +independent interface for Perl). This one is based on the SQL +"engine" SQL::Statement and the abstract DBI driver DBD::File +and implements access to so-called CSV files (Comma separated +values). + +WWW: http://search.cpan.org/dist/DBD-CSV/ --- p5-DBD-CSV.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: