summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-21 06:00:59 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-21 06:00:59 +0000
commitb968cad3b15f87af3b3882b11d70c382a70f00d6 (patch)
treec6ca832c9b55149f0985230363d7d08d591f32fe /math
parent- Add dependency for saslauthd (diff)
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.
Notes
Notes: svn path=/head/; revision=83388
Diffstat (limited to 'math')
-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