Date: Sun, 7 Dec 2014 01:38:14 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374168 - head/databases/p5-DBD-CSV Message-ID: <201412070138.sB71cElk067427@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sun Dec 7 01:38:13 2014 New Revision: 374168 URL: https://svnweb.freebsd.org/changeset/ports/374168 QAT: https://qat.redports.org/buildarchive/r374168/ Log: - Update to 0.46 Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog - Update DEPENDS Modified: head/databases/p5-DBD-CSV/Makefile head/databases/p5-DBD-CSV/distinfo Modified: head/databases/p5-DBD-CSV/Makefile ============================================================================== --- head/databases/p5-DBD-CSV/Makefile Sun Dec 7 01:22:57 2014 (r374167) +++ head/databases/p5-DBD-CSV/Makefile Sun Dec 7 01:38:13 2014 (r374168) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-CSV -PORTVERSION= 0.43 -PORTREVISION= 1 +PORTVERSION= 0.46 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -14,9 +13,9 @@ COMMENT= DBI driver for CSV files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI \ - p5-SQL-Statement>=1.33:${PORTSDIR}/databases/p5-SQL-Statement \ - p5-Text-CSV_XS>=0.71:${PORTSDIR}/textproc/p5-Text-CSV_XS +BUILD_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI \ + p5-SQL-Statement>=1.405:${PORTSDIR}/databases/p5-SQL-Statement \ + p5-Text-CSV_XS>=1.01:${PORTSDIR}/textproc/p5-Text-CSV_XS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 tar:tgz Modified: head/databases/p5-DBD-CSV/distinfo ============================================================================== --- head/databases/p5-DBD-CSV/distinfo Sun Dec 7 01:22:57 2014 (r374167) +++ head/databases/p5-DBD-CSV/distinfo Sun Dec 7 01:38:13 2014 (r374168) @@ -1,2 +1,2 @@ -SHA256 (DBD-CSV-0.43.tgz) = df9653f25a1b71871d3e660ee6ce5f1749a0b55017ae87cb1effe9678841f95c -SIZE (DBD-CSV-0.43.tgz) = 39688 +SHA256 (DBD-CSV-0.46.tgz) = ed18e12022dda782ce40cad1623cafcbca32d81896bc30236ca09b9ccfe4129f +SIZE (DBD-CSV-0.46.tgz) = 40219
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412070138.sB71cElk067427>