aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Date-Handler
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-06-21 14:00:59 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-06-21 14:00:59 +0800
commitcabd4fd5e5ad3f1f5cb9a4af8884c32fe27651d4 (patch)
treeccc8895e9ffa09cedd766d0d9587cd25c0e39f56 /math/p5-Date-Handler
parent30d194f7f94b5f67db0a9b289e052162bfd1b669 (diff)
downloadfreebsd-ports-gnome-cabd4fd5e5ad3f1f5cb9a4af8884c32fe27651d4.tar.gz
freebsd-ports-gnome-cabd4fd5e5ad3f1f5cb9a4af8884c32fe27651d4.tar.zst
freebsd-ports-gnome-cabd4fd5e5ad3f1f5cb9a4af8884c32fe27651d4.zip
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.
Diffstat (limited to 'math/p5-Date-Handler')
-rw-r--r--math/p5-Date-Handler/Makefile7
-rw-r--r--math/p5-Date-Handler/distinfo2
-rw-r--r--math/p5-Date-Handler/pkg-plist22
3 files changed, 17 insertions, 14 deletions
diff --git a/math/p5-Date-Handler/Makefile b/math/p5-Date-Handler/Makefile
index 9e6d2627971e..f6c5de6789cc 100644
--- a/math/p5-Date-Handler/Makefile
+++ b/math/p5-Date-Handler/Makefile
@@ -8,7 +8,7 @@
# I putted it into 'math' and not 'devel' or other
PORTNAME= Date-Handler
-PORTVERSION= 0.19
+PORTVERSION= 1.1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
@@ -21,6 +21,9 @@ PERL_CONFIGURE= yes
MAN3= Date::Handler.3 Date::Handler::Delta.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>
diff --git a/math/p5-Date-Handler/distinfo b/math/p5-Date-Handler/distinfo
index 26b66b95bf92..b8d607bf3866 100644
--- a/math/p5-Date-Handler/distinfo
+++ b/math/p5-Date-Handler/distinfo
@@ -1 +1 @@
-MD5 (Date-Handler-0.19.tar.gz) = d369254ab61fabac3460e2ce6a2c96a9
+MD5 (Date-Handler-1.1.tar.gz) = d1629e45042cff71960c570ad81f2ac1
diff --git a/math/p5-Date-Handler/pkg-plist b/math/p5-Date-Handler/pkg-plist
index d219319dbbf3..4ac734c245d3 100644
--- a/math/p5-Date-Handler/pkg-plist
+++ b/math/p5-Date-Handler/pkg-plist
@@ -1,11 +1,11 @@
-lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pm
-lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pod
-lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Constants.pm
-lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Delta.pm
-lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Range.pm
-lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Test.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/Handler
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true
+%%SITE_PERL%%/Date/Handler.pm
+%%SITE_PERL%%/Date/Handler.pod
+%%SITE_PERL%%/Date/Handler/Constants.pm
+%%SITE_PERL%%/Date/Handler/Delta.pm
+%%SITE_PERL%%/Date/Handler/Range.pm
+%%SITE_PERL%%/Date/Handler/Test.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler
+@dirrm %%SITE_PERL%%/Date/Handler
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true