From owner-svn-ports-all@freebsd.org Wed Jun 6 18:57:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D98AEFDEADC; Wed, 6 Jun 2018 18:57:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8733A82224; Wed, 6 Jun 2018 18:57:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 648C46F17; Wed, 6 Jun 2018 18:57:44 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56Ivi4G075458; Wed, 6 Jun 2018 18:57:44 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56Ivh17075454; Wed, 6 Jun 2018 18:57:43 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201806061857.w56Ivh17075454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Wed, 6 Jun 2018 18:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471877 - head/devel/p5-DateTime-TimeZone X-SVN-Group: ports-head X-SVN-Commit-Author: jadawin X-SVN-Commit-Paths: head/devel/p5-DateTime-TimeZone X-SVN-Commit-Revision: 471877 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 18:57:45 -0000 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 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@FreeBSD.org +MAINTAINER= svysh.fbsd@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