svn commit: r441474 - head/databases/p5-DBIWrapper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 22 17:18:21 UTC 2017


Author: sunpoet
Date: Mon May 22 17:18:19 2017
New Revision: 441474
URL: https://svnweb.freebsd.org/changeset/ports/441474

Log:
  Update to 0.30
  
  - Sort *_DEPENDS
  
  Changes:	https://sourceforge.net/p/dbiwrapper/git/ci/master/tree/debian/changelog

Modified:
  head/databases/p5-DBIWrapper/Makefile
  head/databases/p5-DBIWrapper/distinfo
  head/databases/p5-DBIWrapper/pkg-plist

Modified: head/databases/p5-DBIWrapper/Makefile
==============================================================================
--- head/databases/p5-DBIWrapper/Makefile	Mon May 22 17:18:14 2017	(r441473)
+++ head/databases/p5-DBIWrapper/Makefile	Mon May 22 17:18:19 2017	(r441474)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DBIWrapper
-PORTVERSION=	0.28
+PORTVERSION=	0.30
 CATEGORIES=	databases perl5
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	p5-
@@ -14,18 +14,20 @@ COMMENT=	Perl extension for generic DBI 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
-		p5-XML-SAX>=0:textproc/p5-XML-SAX \
-		p5-DBI>=0:databases/p5-DBI \
+BUILD_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
+		p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
+		p5-IO-stringy>=0:devel/p5-IO-stringy \
 		p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel \
-		p5-IO-stringy>=0:devel/p5-IO-stringy
+		p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
+		p5-XML-SAX>=0:textproc/p5-XML-SAX
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
-		p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
-		p5-DBD-Pg>=0:databases/p5-DBD-Pg
+TEST_DEPENDS=	p5-DBD-Pg>=0:databases/p5-DBD-Pg \
+		p5-DateTime>=0:devel/p5-DateTime
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
 NO_ARCH=	yes
 
+SHEBANG_FILES=	parse_test.pl
+
 .include <bsd.port.mk>

Modified: head/databases/p5-DBIWrapper/distinfo
==============================================================================
--- head/databases/p5-DBIWrapper/distinfo	Mon May 22 17:18:14 2017	(r441473)
+++ head/databases/p5-DBIWrapper/distinfo	Mon May 22 17:18:19 2017	(r441474)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475352405
-SHA256 (libdbiwrapper-perl-0.28.tar.gz) = ba1c5cc2712fa79a9c8df3964aa3c5f44022f6a405f1ba9c4d97b75af39e0eee
-SIZE (libdbiwrapper-perl-0.28.tar.gz) = 46226
+TIMESTAMP = 1495385008
+SHA256 (libdbiwrapper-perl-0.30.tar.gz) = 06b001ece8ba96726535ba24605ebfc1857c239573d308a6407d0c430206c953
+SIZE (libdbiwrapper-perl-0.30.tar.gz) = 50337

Modified: head/databases/p5-DBIWrapper/pkg-plist
==============================================================================
--- head/databases/p5-DBIWrapper/pkg-plist	Mon May 22 17:18:14 2017	(r441473)
+++ head/databases/p5-DBIWrapper/pkg-plist	Mon May 22 17:18:19 2017	(r441474)
@@ -6,6 +6,7 @@
 %%SITE_PERL%%/auto/DBIWrapper/ResultSet/autosplit.ix
 %%SITE_PERL%%/auto/DBIWrapper/XMLParser/autosplit.ix
 %%SITE_PERL%%/auto/DBIWrapper/autosplit.ix
+%%SITE_PERL%%/parse_test.pl
 %%PERL5_MAN3%%/DBIWrapper.3.gz
 %%PERL5_MAN3%%/DBIWrapper::ResultSet.3.gz
 %%PERL5_MAN3%%/DBIWrapper::Time::Now::HiRes.3.gz


More information about the svn-ports-all mailing list