svn commit: r435023 - in head: databases/p5-Rose-DB devel/p5-DateTime-Format-Pg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 28 09:46:54 UTC 2017


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list