svn commit: r457582 - head/devel/p5-DateTime
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 30 06:42:26 UTC 2017
Author: sunpoet
Date: Sat Dec 30 06:42:23 2017
New Revision: 457582
URL: https://svnweb.freebsd.org/changeset/ports/457582
Log:
Update to 1.45
- Add LICENSE_FILE
- Update COMMENT
Changes: http://search.cpan.org/dist/DateTime/Changes
Modified:
head/devel/p5-DateTime/Makefile
head/devel/p5-DateTime/distinfo
Modified: head/devel/p5-DateTime/Makefile
==============================================================================
--- head/devel/p5-DateTime/Makefile Sat Dec 30 06:42:18 2017 (r457581)
+++ head/devel/p5-DateTime/Makefile Sat Dec 30 06:42:23 2017 (r457582)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= DateTime
-PORTVERSION= 1.44
+PORTVERSION= 1.45
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,12 +11,13 @@ MAINTAINER= perl at FreeBSD.org
COMMENT= Date and time object
LICENSE= ART20
+LICENSE_FILE= ${WRKSRC}/LICENSE
-# Do not add p5-DateTime-Format-Strptime>=1.20.00 to TEST_DEPENDS to avoid cyclic dependency in tinderbox
+# Do not add p5-DateTime-Format-Strptime>=1.20.00 to TEST_DEPENDS to avoid cyclic dependency
BUILD_DEPENDS= p5-DateTime-Locale>=1.06:devel/p5-DateTime-Locale \
p5-DateTime-TimeZone>=2.02:devel/p5-DateTime-TimeZone \
p5-Params-Validate>=1.03:devel/p5-Params-Validate \
- p5-Params-ValidationCompiler>=0.13:devel/p5-Params-ValidationCompiler \
+ p5-Params-ValidationCompiler>=0.26:devel/p5-Params-ValidationCompiler \
p5-Specio>=0:devel/p5-Specio \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-namespace-autoclean>=0.19:devel/p5-namespace-autoclean
Modified: head/devel/p5-DateTime/distinfo
==============================================================================
--- head/devel/p5-DateTime/distinfo Sat Dec 30 06:42:18 2017 (r457581)
+++ head/devel/p5-DateTime/distinfo Sat Dec 30 06:42:23 2017 (r457582)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503415942
-SHA256 (DateTime-1.44.tar.gz) = a7165a9b1bcef735e76ea44c184ea741840249dd1862b8465f3777cd8f0bd701
-SIZE (DateTime-1.44.tar.gz) = 239685
+TIMESTAMP = 1514600133
+SHA256 (DateTime-1.45.tar.gz) = fde87438a888b95f00916dfbcf0bbcdaf2d60b682d6d55d275f86184651aa9f0
+SIZE (DateTime-1.45.tar.gz) = 240342
More information about the svn-ports-all
mailing list