From owner-svn-ports-head@freebsd.org Tue Feb 28 09:46:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D19DCCEE7B4; Tue, 28 Feb 2017 09:46:54 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id A64F57B9; Tue, 28 Feb 2017 09:46:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9krpO068050; Tue, 28 Feb 2017 09:46:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9krA1068046; Tue, 28 Feb 2017 09:46:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280946.v1S9krA1068046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Feb 2017 09:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435023 - in head: databases/p5-Rose-DB devel/p5-DateTime-Format-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:46:54 -0000 Author: sunpoet Date: Tue Feb 28 09:46:53 2017 New Revision: 435023 URL: https://svnweb.freebsd.org/changeset/ports/435023 Log: Update to 0.16012 - Use real PORTVERSION and update dependent port - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/DateTime-Format-Pg/Changes Modified: head/databases/p5-Rose-DB/Makefile head/devel/p5-DateTime-Format-Pg/Makefile head/devel/p5-DateTime-Format-Pg/distinfo head/devel/p5-DateTime-Format-Pg/pkg-plist Modified: head/databases/p5-Rose-DB/Makefile ============================================================================== --- head/databases/p5-Rose-DB/Makefile Tue Feb 28 09:46:48 2017 (r435022) +++ head/databases/p5-Rose-DB/Makefile Tue Feb 28 09:46:53 2017 (r435023) @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=6.4:math/p p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-Format-MySQL>=0:devel/p5-DateTime-Format-MySQL \ p5-DateTime-Format-Oracle>=0:devel/p5-DateTime-Format-Oracle \ - p5-DateTime-Format-Pg>=0.11:devel/p5-DateTime-Format-Pg \ + p5-DateTime-Format-Pg>=0.11000:devel/p5-DateTime-Format-Pg \ p5-Rose-DateTime>=0.532,1:devel/p5-Rose-DateTime \ p5-Rose-Object>=0.854:devel/p5-Rose-Object \ p5-SQL-ReservedWords>=0:databases/p5-SQL-ReservedWords \ Modified: head/devel/p5-DateTime-Format-Pg/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Pg/Makefile Tue Feb 28 09:46:48 2017 (r435022) +++ head/devel/p5-DateTime-Format-Pg/Makefile Tue Feb 28 09:46:53 2017 (r435023) @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Pg -PORTVERSION= 0.16.009 -PORTREVISION= 1 +PORTVERSION= 0.16012 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format PostgreSQL dates and times +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-DateTime>=0.10:devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.72:devel/p5-DateTime-Format-Builder \ p5-DateTime-TimeZone>=0.05:devel/p5-DateTime-TimeZone RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny .include Modified: head/devel/p5-DateTime-Format-Pg/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Pg/distinfo Tue Feb 28 09:46:48 2017 (r435022) +++ head/devel/p5-DateTime-Format-Pg/distinfo Tue Feb 28 09:46:53 2017 (r435023) @@ -1,2 +1,3 @@ -SHA256 (DateTime-Format-Pg-0.16009.tar.gz) = 629380fd8e4e896715f4df60969f3aaffc07a59905af705b47b1b929f2ef73fb -SIZE (DateTime-Format-Pg-0.16009.tar.gz) = 29082 +TIMESTAMP = 1488262557 +SHA256 (DateTime-Format-Pg-0.16012.tar.gz) = ebd7d334b6cb53a35b7cf0a7acc11ac7839eb0664e8b239edd2450f405c1d9f5 +SIZE (DateTime-Format-Pg-0.16012.tar.gz) = 29403 Modified: head/devel/p5-DateTime-Format-Pg/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-Pg/pkg-plist Tue Feb 28 09:46:48 2017 (r435022) +++ head/devel/p5-DateTime-Format-Pg/pkg-plist Tue Feb 28 09:46:53 2017 (r435023) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Format::Pg.3.gz %%SITE_PERL%%/DateTime/Format/Pg.pm +%%PERL5_MAN3%%/DateTime::Format::Pg.3.gz