aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-10-15 16:02:29 +0800
committerdaichi <daichi@FreeBSD.org>2003-10-15 16:02:29 +0800
commit9a45af635faeb66a04899b43f2dc7f36e9da76ac (patch)
tree357b924a067e87f34bb2066771fc64b7f1f10ca5
parente3f3c92272113e1b6556716c9764aba992afdd80 (diff)
downloadfreebsd-ports-gnome-9a45af635faeb66a04899b43f2dc7f36e9da76ac.tar.gz
freebsd-ports-gnome-9a45af635faeb66a04899b43f2dc7f36e9da76ac.tar.zst
freebsd-ports-gnome-9a45af635faeb66a04899b43f2dc7f36e9da76ac.zip
update devel/p5-Date-Manip: 5.42 -> 5.42a
- Update port, grab maintainership. PR: 58040 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
-rw-r--r--devel/p5-Date-Manip/Makefile5
-rw-r--r--devel/p5-Date-Manip/distinfo2
-rw-r--r--devel/p5-Date-Manip/pkg-plist12
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile
index 44cef7a99429..0a2e94713eb2 100644
--- a/devel/p5-Date-Manip/Makefile
+++ b/devel/p5-Date-Manip/Makefile
@@ -6,19 +6,18 @@
#
PORTNAME= Date-Manip
-PORTVERSION= 5.42
+PORTVERSION= 5.42a
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
PKGNAMEPREFIX= p5-
DISTNAME= DateManip-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= clsung@dragon2.net
COMMENT= Perl5 module containing date manipulation routines
PERL_CONFIGURE= YES
MAN3= Date::Manip.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/devel/p5-Date-Manip/distinfo b/devel/p5-Date-Manip/distinfo
index 91944d8e69ad..7b2e37e3ca72 100644
--- a/devel/p5-Date-Manip/distinfo
+++ b/devel/p5-Date-Manip/distinfo
@@ -1 +1 @@
-MD5 (DateManip-5.42.tar.gz) = 935a34f18fa0dbb2fc579c5cd538d041
+MD5 (DateManip-5.42a.tar.gz) = 648386bbf46d021ae283811f75b07bdf
diff --git a/devel/p5-Date-Manip/pkg-plist b/devel/p5-Date-Manip/pkg-plist
index b339788efe78..791f0ab8fb22 100644
--- a/devel/p5-Date-Manip/pkg-plist
+++ b/devel/p5-Date-Manip/pkg-plist
@@ -1,6 +1,6 @@
-lib/perl5/site_perl/%%PERL_VER%%/Date/Manip.pm
-lib/perl5/site_perl/%%PERL_VER%%/Date/Manip.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Manip/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Manip
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
+%%SITE_PERL%%/Date/Manip.pm
+%%SITE_PERL%%/Date/Manip.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Manip/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Manip
+@unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true