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
This commit is contained in:
parent
4b16d6716b
commit
755de186ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435023
4 changed files with 12 additions and 8 deletions
|
@ -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 \
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%%PERL5_MAN3%%/DateTime::Format::Pg.3.gz
|
||||
%%SITE_PERL%%/DateTime/Format/Pg.pm
|
||||
%%PERL5_MAN3%%/DateTime::Format::Pg.3.gz
|
||||
|
|
Loading…
Reference in a new issue