mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
PR: 52286
Submitted by: Mathieu Arnold <m@absolight.net> Reviewed by: maintainer Update math/p5-Date-Handler to 1.1 and add a small patch so that locales in doc reflects those present in FreeBSD.
This commit is contained in:
parent
b442bb48c5
commit
b968cad3b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83388
3 changed files with 17 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
||||||
# I putted it into 'math' and not 'devel' or other
|
# I putted it into 'math' and not 'devel' or other
|
||||||
|
|
||||||
PORTNAME= Date-Handler
|
PORTNAME= Date-Handler
|
||||||
PORTVERSION= 0.19
|
PORTVERSION= 1.1
|
||||||
CATEGORIES= math perl5
|
CATEGORIES= math perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Date
|
MASTER_SITE_SUBDIR= Date
|
||||||
|
@ -21,6 +21,9 @@ PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Date::Handler.3 Date::Handler::Delta.3 \
|
MAN3= Date::Handler.3 Date::Handler::Delta.3 \
|
||||||
Date::Handler::Range.3 Date::Handler::Test.3
|
Date::Handler::Range.3 Date::Handler::Test.3
|
||||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
||||||
|
post-patch:
|
||||||
|
@${PERL} -pi -e 's/[a-z][a-z]_[A-Z][A-Z]/$$&.ISO8859-15/g' \
|
||||||
|
${WRKSRC}/Handler.* ${WRKSRC}/README*
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (Date-Handler-0.19.tar.gz) = d369254ab61fabac3460e2ce6a2c96a9
|
MD5 (Date-Handler-1.1.tar.gz) = d1629e45042cff71960c570ad81f2ac1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pm
|
%%SITE_PERL%%/Date/Handler.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pod
|
%%SITE_PERL%%/Date/Handler.pod
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Constants.pm
|
%%SITE_PERL%%/Date/Handler/Constants.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Delta.pm
|
%%SITE_PERL%%/Date/Handler/Delta.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Range.pm
|
%%SITE_PERL%%/Date/Handler/Range.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Test.pm
|
%%SITE_PERL%%/Date/Handler/Test.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist
|
||||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler
|
||||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
|
@dirrm %%SITE_PERL%%/Date/Handler
|
||||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/Handler
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
|
||||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue