mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Update to 0.12.03
This commit is contained in:
parent
37ea8eafb1
commit
d1abf329db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90702
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Set
|
||||
PORTVERSION= 0.12.02
|
||||
PORTVERSION= 0.12.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
@ -23,6 +23,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime::Set.3 DateTime::Span.3 \
|
||||
DateTime::SpanSet.3
|
||||
DateTime::SpanSet.3 Set::Infinite::_recurrence.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (DateTime-Set-0.1202.tar.gz) = b6d8bdffcfffc70af336aed3006806ab
|
||||
MD5 (DateTime-Set-0.1203.tar.gz) = 3c68296beec846bc62027f18876b7a69
|
||||
|
@ -1,7 +1,10 @@
|
||||
%%SITE_PERL%%/DateTime/Set.pm
|
||||
%%SITE_PERL%%/DateTime/Span.pm
|
||||
%%SITE_PERL%%/DateTime/SpanSet.pm
|
||||
%%SITE_PERL%%/Set/Infinite/_recurrence.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Set/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Set
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Set/Infinite 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Set 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user