svn commit: r348984 - head/devel/p5-Time-Duration-Parse
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 24 12:42:23 UTC 2014
Author: sunpoet
Date: Mon Mar 24 12:42:22 2014
New Revision: 348984
URL: http://svnweb.freebsd.org/changeset/ports/348984
QAT: https://qat.redports.org/buildarchive/r348984/
Log:
- Update to 0.09
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Time-Duration-Parse/Changes
Modified:
head/devel/p5-Time-Duration-Parse/Makefile
head/devel/p5-Time-Duration-Parse/distinfo
Modified: head/devel/p5-Time-Duration-Parse/Makefile
==============================================================================
--- head/devel/p5-Time-Duration-Parse/Makefile Mon Mar 24 12:42:18 2014 (r348983)
+++ head/devel/p5-Time-Duration-Parse/Makefile Mon Mar 24 12:42:22 2014 (r348984)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Time-Duration-Parse
-PORTVERSION= 0.06
+PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,7 +10,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Parse string that represents time duration
-RUN_DEPENDS= p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Exporter-Lite>=0.02:${PORTSDIR}/devel/p5-Exporter-Lite
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \
+ p5-Time-Duration>=1.0.6:${PORTSDIR}/devel/p5-Time-Duration
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-Time-Duration-Parse/distinfo
==============================================================================
--- head/devel/p5-Time-Duration-Parse/distinfo Mon Mar 24 12:42:18 2014 (r348983)
+++ head/devel/p5-Time-Duration-Parse/distinfo Mon Mar 24 12:42:22 2014 (r348984)
@@ -1,2 +1,2 @@
-SHA256 (Time-Duration-Parse-0.06.tar.gz) = e88f0e1c322b477ec98fb295324bc78657ce25aa53cb353656f01241ea7fe4db
-SIZE (Time-Duration-Parse-0.06.tar.gz) = 19361
+SHA256 (Time-Duration-Parse-0.09.tar.gz) = 7ec2cb22531d1d6d22ff04421ba344a523bed66f4e70aeaceb93a23bae0c3617
+SIZE (Time-Duration-Parse-0.09.tar.gz) = 27761
More information about the svn-ports-all
mailing list