svn commit: r331394 - head/devel/p5-DateTime-Format-DBI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 23 17:22:03 UTC 2013


Author: sunpoet
Date: Wed Oct 23 17:22:02 2013
New Revision: 331394
URL: http://svnweb.freebsd.org/changeset/ports/331394

Log:
  - Update to 0.041
  - Add LICENSE
  - Use TEST_DEPENDS for test-only dependency
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/DateTime-Format-DBI/Changes

Modified:
  head/devel/p5-DateTime-Format-DBI/Makefile
  head/devel/p5-DateTime-Format-DBI/distinfo   (contents, props changed)
  head/devel/p5-DateTime-Format-DBI/pkg-descr   (contents, props changed)
  head/devel/p5-DateTime-Format-DBI/pkg-plist   (contents, props changed)

Modified: head/devel/p5-DateTime-Format-DBI/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-DBI/Makefile	Wed Oct 23 17:21:56 2013	(r331393)
+++ head/devel/p5-DateTime-Format-DBI/Makefile	Wed Oct 23 17:22:02 2013	(r331394)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Format-DBI
-PORTVERSION=	0.040
+PORTVERSION=	0.041
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,15 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Find a parser class for a database connection
 
-RUN_DEPENDS=	p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
 		p5-DateTime>=0.1:${PORTSDIR}/devel/p5-DateTime
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-BUILD_DEPENDS+=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		DateTime::Format::DBI.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-DateTime-Format-DBI/distinfo
==============================================================================
--- head/devel/p5-DateTime-Format-DBI/distinfo	Wed Oct 23 17:21:56 2013	(r331393)
+++ head/devel/p5-DateTime-Format-DBI/distinfo	Wed Oct 23 17:22:02 2013	(r331394)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-DBI-0.040.tar.gz) = d7117f3d57207ecedc848761ed972d2e215d9c749a48e496acf5f90c0c8102e8
-SIZE (DateTime-Format-DBI-0.040.tar.gz) = 14825
+SHA256 (DateTime-Format-DBI-0.041.tar.gz) = 7e7d3e4b463321c17c299b71f36592580339205e93e583946857cb975bcc7a4d
+SIZE (DateTime-Format-DBI-0.041.tar.gz) = 15383

Modified: head/devel/p5-DateTime-Format-DBI/pkg-descr
==============================================================================
--- head/devel/p5-DateTime-Format-DBI/pkg-descr	Wed Oct 23 17:21:56 2013	(r331393)
+++ head/devel/p5-DateTime-Format-DBI/pkg-descr	Wed Oct 23 17:22:02 2013	(r331394)
@@ -3,4 +3,5 @@ a given DBI connection (and DBD::* drive
 
 It currently supports the following drivers: MySQL, PostgreSQL (Pg).
 
+WWW: http://search.cpan.org/dist/DateTime-Format-DBI/
 WWW: http://datetime.perl.org/

Modified: head/devel/p5-DateTime-Format-DBI/pkg-plist
==============================================================================
--- head/devel/p5-DateTime-Format-DBI/pkg-plist	Wed Oct 23 17:21:56 2013	(r331393)
+++ head/devel/p5-DateTime-Format-DBI/pkg-plist	Wed Oct 23 17:22:02 2013	(r331394)
@@ -1,3 +1,4 @@
 %%SITE_PERL%%/DateTime/Format/DBI.pm
+%%PERL5_MAN3%%/DateTime::Format::DBI.3.gz
 @dirrmtry %%SITE_PERL%%/DateTime/Format
 @dirrmtry %%SITE_PERL%%/DateTime


More information about the svn-ports-head mailing list