mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Update to 1.004
- reset maintainership PR: ports/113527 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
bf7b398dfa
commit
74f223bdab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193440
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= Hash-Case
|
||||
PORTVERSION= 1.003
|
||||
PORTVERSION= 1.004
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Hash
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Base class for hashes with key-casing requirements
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
@ -20,14 +20,4 @@ PERL_CONFIGURE= yes
|
||||
MAN3= Hash::Case.3 Hash::Case::Lower.3 Hash::Case::Preserve.3 \
|
||||
Hash::Case::Upper.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's/^our (\W\w+);/use vars q($$1);/o;' \
|
||||
-e 's/^our\s+(\W\w+)(?!;)/use vars q($$1); $$1/o;' \
|
||||
-e 'undef $$_ if /^\s*(no|use) warnings/o;' \
|
||||
${WRKSRC}/lib/Hash/Case.pm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Hash-Case-1.003.tar.gz) = 3cf179f0730b3e3651eb7e270aed2dac
|
||||
SHA256 (Hash-Case-1.003.tar.gz) = 78099c6e1bf95f390ffa8e7e276bf44d0c906babbd37210ee528cc61661622f0
|
||||
SIZE (Hash-Case-1.003.tar.gz) = 4683
|
||||
MD5 (Hash-Case-1.004.tar.gz) = f5b97f3504f9ccc202156d095c5be9d7
|
||||
SHA256 (Hash-Case-1.004.tar.gz) = d523b3b284c4b9e61cd95bfcb2cc4ea0ee34d3e29da63fda596cb2fe68d48d0c
|
||||
SIZE (Hash-Case-1.004.tar.gz) = 5820
|
||||
|
@ -1,9 +1,13 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Case/.packlist
|
||||
%%SITE_PERL%%/Hash/Case.pm
|
||||
%%SITE_PERL%%/Hash/Case.pod
|
||||
%%SITE_PERL%%/Hash/Case/Lower.pm
|
||||
%%SITE_PERL%%/Hash/Case/Lower.pod
|
||||
%%SITE_PERL%%/Hash/Case/Preserve.pm
|
||||
%%SITE_PERL%%/Hash/Case/Preserve.pod
|
||||
%%SITE_PERL%%/Hash/Case/Upper.pm
|
||||
%%SITE_PERL%%/Hash/Case/Upper.pod
|
||||
%%SITE_PERL%%/Hash/Makefile.PL
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/Case
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash
|
||||
|
Loading…
Reference in New Issue
Block a user