svn commit: r324106 - head/databases/p5-DBD-SQLite

Philippe Audeoud jadawin at FreeBSD.org
Thu Aug 1 13:37:22 UTC 2013


Author: jadawin
Date: Thu Aug  1 13:37:21 2013
New Revision: 324106
URL: http://svnweb.freebsd.org/changeset/ports/324106

Log:
  - Update to 1.40
  - Convert to new perl5 framework
  - Changelog: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.40/Changes

Modified:
  head/databases/p5-DBD-SQLite/Makefile   (contents, props changed)
  head/databases/p5-DBD-SQLite/distinfo   (contents, props changed)

Modified: head/databases/p5-DBD-SQLite/Makefile
==============================================================================
--- head/databases/p5-DBD-SQLite/Makefile	Thu Aug  1 13:28:58 2013	(r324105)
+++ head/databases/p5-DBD-SQLite/Makefile	Thu Aug  1 13:37:21 2013	(r324106)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DBD-SQLite
-PORTVERSION=	1.39
+PORTVERSION=	1.40
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ISHIGAKI
@@ -17,7 +17,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS=	p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		DBD::SQLite.3 DBD::SQLite::Cookbook.3
 

Modified: head/databases/p5-DBD-SQLite/distinfo
==============================================================================
--- head/databases/p5-DBD-SQLite/distinfo	Thu Aug  1 13:28:58 2013	(r324105)
+++ head/databases/p5-DBD-SQLite/distinfo	Thu Aug  1 13:37:21 2013	(r324106)
@@ -1,2 +1,2 @@
-SHA256 (DBD-SQLite-1.39.tar.gz) = 9361b5f01c720e33349dcf4dc531220c399fa9e9cdbec948aa8171860b9a9214
-SIZE (DBD-SQLite-1.39.tar.gz) = 1571169
+SHA256 (DBD-SQLite-1.40.tar.gz) = 21fb65e740b6265512c82232b4ad8f75c19ac84c216830112656274eb8e375fb
+SIZE (DBD-SQLite-1.40.tar.gz) = 1571899


More information about the svn-ports-head mailing list