diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 17:46:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 17:46:53 +0800 |
commit | d2d5a13cca1efb3af500932c5faa45d31a53f61e (patch) | |
tree | 073f28856185e1dbaa86c0d019ba40609ed7f4e4 | |
parent | 529db9778826016d1bc31833b85d1fa0aaf5f118 (diff) | |
download | freebsd-ports-gnome-d2d5a13cca1efb3af500932c5faa45d31a53f61e.tar.gz freebsd-ports-gnome-d2d5a13cca1efb3af500932c5faa45d31a53f61e.tar.zst freebsd-ports-gnome-d2d5a13cca1efb3af500932c5faa45d31a53f61e.zip |
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
-rw-r--r-- | databases/p5-Rose-DB/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Pg/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Pg/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Pg/pkg-plist | 2 |
4 files changed, 12 insertions, 8 deletions
diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile index 801498cc8344..49895c478da5 100644 --- a/databases/p5-Rose-DB/Makefile +++ b/databases/p5-Rose-DB/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=6.4:math/p5-Bit-Vector \ 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 \ diff --git a/devel/p5-DateTime-Format-Pg/Makefile b/devel/p5-DateTime-Format-Pg/Makefile index a344ebc7df86..378da217e976 100644 --- a/devel/p5-DateTime-Format-Pg/Makefile +++ b/devel/p5-DateTime-Format-Pg/Makefile @@ -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 <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-Pg/distinfo b/devel/p5-DateTime-Format-Pg/distinfo index 0289daa8a20e..67bfe5e1511f 100644 --- a/devel/p5-DateTime-Format-Pg/distinfo +++ b/devel/p5-DateTime-Format-Pg/distinfo @@ -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 diff --git a/devel/p5-DateTime-Format-Pg/pkg-plist b/devel/p5-DateTime-Format-Pg/pkg-plist index 85f2d34cb4b0..89b623178bcb 100644 --- a/devel/p5-DateTime-Format-Pg/pkg-plist +++ b/devel/p5-DateTime-Format-Pg/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Format::Pg.3.gz %%SITE_PERL%%/DateTime/Format/Pg.pm +%%PERL5_MAN3%%/DateTime::Format::Pg.3.gz |