svn commit: r324105 - head/databases/p5-DBD-CSV
Philippe Audeoud
jadawin at FreeBSD.org
Thu Aug 1 13:28:58 UTC 2013
Author: jadawin
Date: Thu Aug 1 13:28:58 2013
New Revision: 324105
URL: http://svnweb.freebsd.org/changeset/ports/324105
Log:
- Update to 0.41
- Convert to new perl5 framework
- Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.41/ChangeLog
Modified:
head/databases/p5-DBD-CSV/Makefile
head/databases/p5-DBD-CSV/distinfo (contents, props changed)
Modified: head/databases/p5-DBD-CSV/Makefile
==============================================================================
--- head/databases/p5-DBD-CSV/Makefile Thu Aug 1 13:28:30 2013 (r324104)
+++ head/databases/p5-DBD-CSV/Makefile Thu Aug 1 13:28:58 2013 (r324105)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= DBD-CSV
-PORTVERSION= 0.38
+PORTVERSION= 0.41
PORTEPOCH= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}
p5-Text-CSV_XS>=0.71:${PORTSDIR}/textproc/p5-Text-CSV_XS
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Bundle::DBD::CSV.3 \
DBD::CSV.3
Modified: head/databases/p5-DBD-CSV/distinfo
==============================================================================
--- head/databases/p5-DBD-CSV/distinfo Thu Aug 1 13:28:30 2013 (r324104)
+++ head/databases/p5-DBD-CSV/distinfo Thu Aug 1 13:28:58 2013 (r324105)
@@ -1,2 +1,2 @@
-SHA256 (DBD-CSV-0.38.tgz) = be285bfbdca23b211ad87e219e1fe972ae23ae2616b7157179befe4e5a9a9290
-SIZE (DBD-CSV-0.38.tgz) = 30794
+SHA256 (DBD-CSV-0.41.tgz) = d37344efb0e03d743dd5a37d4582a201f11d65a7489840608a2e169271aa167b
+SIZE (DBD-CSV-0.41.tgz) = 33291
More information about the svn-ports-head
mailing list