- Update to 0.539
- Sort *_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/Rose-DateTime/Changes
This commit is contained in:
parent
0e3def5a8d
commit
7a55ec8338
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329480
3 changed files with 8 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Rose-DateTime
|
||||
PORTVERSION= 0.538
|
||||
PORTVERSION= 0.539
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
@ -11,16 +11,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= DateTime helper functions and objects
|
||||
|
||||
BUILD_DEPENDS= p5-Rose-Object>=0.82:${PORTSDIR}/devel/p5-Rose-Object \
|
||||
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
|
||||
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-Rose-Object>=0.82:${PORTSDIR}/devel/p5-Rose-Object
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Rose::DateTime.3 \
|
||||
Rose::DateTime::Parser.3 \
|
||||
Rose::DateTime::Util.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Rose-DateTime-0.538.tar.gz) = 8f041005762b6ee49c00695b78c83c0f415ded64e6434a02f7a72651d3f012d5
|
||||
SIZE (Rose-DateTime-0.538.tar.gz) = 12949
|
||||
SHA256 (Rose-DateTime-0.539.tar.gz) = febd46944cdb51947afe1c64134f8e853955d9ef3ca407cd3132f20911eaf42d
|
||||
SIZE (Rose-DateTime-0.539.tar.gz) = 12963
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
%%SITE_PERL%%/Rose/DateTime/Parser.pm
|
||||
%%SITE_PERL%%/Rose/DateTime/Util.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DateTime/.packlist
|
||||
%%PERL5_MAN3%%/Rose::DateTime.3.gz
|
||||
%%PERL5_MAN3%%/Rose::DateTime::Parser.3.gz
|
||||
%%PERL5_MAN3%%/Rose::DateTime::Util.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DateTime
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose
|
||||
@dirrmtry %%SITE_PERL%%/Rose/DateTime
|
||||
|
|
Loading…
Reference in a new issue