svn commit: r471877 - head/devel/p5-DateTime-TimeZone

Philippe Audeoud jadawin at FreeBSD.org
Wed Jun 6 18:57:45 UTC 2018


Author: jadawin
Date: Wed Jun  6 18:57:43 2018
New Revision: 471877
URL: https://svnweb.freebsd.org/changeset/ports/471877

Log:
  - Update to 2.19
  - Add missing dependencies for *_DEPENDS
  - Changes: http://cpansearch.perl.org/src/DROLSKY/DateTime-TimeZone-2.19/Changes- Give maintainership to submitter
  
  PR:		223942
  Submitted by:	Sergei Vyshenski <svysh.fbsd at gmail.com>

Modified:
  head/devel/p5-DateTime-TimeZone/Makefile
  head/devel/p5-DateTime-TimeZone/distinfo
  head/devel/p5-DateTime-TimeZone/pkg-descr
  head/devel/p5-DateTime-TimeZone/pkg-plist

Modified: head/devel/p5-DateTime-TimeZone/Makefile
==============================================================================
--- head/devel/p5-DateTime-TimeZone/Makefile	Wed Jun  6 18:48:08 2018	(r471876)
+++ head/devel/p5-DateTime-TimeZone/Makefile	Wed Jun  6 18:57:43 2018	(r471877)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-TimeZone
-PORTVERSION=	2.13
+PORTVERSION=	2.19
 PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	jadawin at FreeBSD.org
+MAINTAINER=	svysh.fbsd at gmail.com
 COMMENT=	Time zone object base class and factory
 
 LICENSE=	ART10 GPLv1+
@@ -18,12 +18,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	p5-Class-Singleton>=1.03:devel/p5-Class-Singleton \
 		p5-Module-Runtime>=0:devel/p5-Module-Runtime \
 		p5-Params-ValidationCompiler>=0.13:devel/p5-Params-ValidationCompiler \
+		p5-Specio>=0:devel/p5-Specio \
 		p5-Try-Tiny>=0:lang/p5-Try-Tiny \
 		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Output>0:devel/p5-Test-Output \
+TEST_DEPENDS=	p5-DateTime>=1.44:devel/p5-DateTime \
+		p5-Test-Fatal>0:devel/p5-Test-Fatal \
+		p5-Test-Output>0:devel/p5-Test-Output \
 		p5-Test-Requires>0:devel/p5-Test-Requires \
-		p5-Test-Fatal>0:devel/p5-Test-Fatal
+		p5-Test-Taint>=1.06:devel/p5-Test-Taint
 
 NO_ARCH=	yes
 USES=		perl5

Modified: head/devel/p5-DateTime-TimeZone/distinfo
==============================================================================
--- head/devel/p5-DateTime-TimeZone/distinfo	Wed Jun  6 18:48:08 2018	(r471876)
+++ head/devel/p5-DateTime-TimeZone/distinfo	Wed Jun  6 18:57:43 2018	(r471877)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506627700
-SHA256 (DateTime-TimeZone-2.13.tar.gz) = 333d39ccd6b883460409b9113bec43be256c3e763beedfb97b9eb274c9d4e18c
-SIZE (DateTime-TimeZone-2.13.tar.gz) = 945446
+TIMESTAMP = 1528308160
+SHA256 (DateTime-TimeZone-2.19.tar.gz) = b9192efe202d71b4ff7840718807a244bfca3992afd7e7ca78da20849f5ea4f8
+SIZE (DateTime-TimeZone-2.19.tar.gz) = 952762

Modified: head/devel/p5-DateTime-TimeZone/pkg-descr
==============================================================================
--- head/devel/p5-DateTime-TimeZone/pkg-descr	Wed Jun  6 18:48:08 2018	(r471876)
+++ head/devel/p5-DateTime-TimeZone/pkg-descr	Wed Jun  6 18:57:43 2018	(r471877)
@@ -2,4 +2,4 @@ This class is the base class for all time zone objects
 represented internally as a set of observances, each of which describes the
 offset from GMT for a given time period.
 
-WWW: http://datetime.perl.org/
+WWW: http://search.cpan.org/dist/DateTime-TimeZone/

Modified: head/devel/p5-DateTime-TimeZone/pkg-plist
==============================================================================
--- head/devel/p5-DateTime-TimeZone/pkg-plist	Wed Jun  6 18:48:08 2018	(r471876)
+++ head/devel/p5-DateTime-TimeZone/pkg-plist	Wed Jun  6 18:57:43 2018	(r471877)
@@ -8,12 +8,14 @@
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Ceuta.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/El_Aaiun.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Johannesburg.pm
+%%SITE_PERL%%/DateTime/TimeZone/Africa/Juba.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Khartoum.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Lagos.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Maputo.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Monrovia.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Nairobi.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Ndjamena.pm
+%%SITE_PERL%%/DateTime/TimeZone/Africa/Sao_Tome.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Tripoli.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Tunis.pm
 %%SITE_PERL%%/DateTime/TimeZone/Africa/Windhoek.pm


More information about the svn-ports-all mailing list