aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Bit-Vector
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-09 18:33:56 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-09 18:33:56 +0000
commit4ebd898c771a780828b00f53c84afe75ddad4665 (patch)
tree42019b051888fe97e3e7e218ec202c2c6a69d755 /math/p5-Bit-Vector
parent0e259a19462a9e96a7b5339c252fc81025dad22a (diff)
downloadports-4ebd898c771a780828b00f53c84afe75ddad4665.tar.gz
ports-4ebd898c771a780828b00f53c84afe75ddad4665.zip
Notes
Diffstat (limited to 'math/p5-Bit-Vector')
-rw-r--r--math/p5-Bit-Vector/Makefile6
-rw-r--r--math/p5-Bit-Vector/distinfo2
-rw-r--r--math/p5-Bit-Vector/pkg-plist3
3 files changed, 7 insertions, 4 deletions
diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile
index c98348cf78d1..232dafe27254 100644
--- a/math/p5-Bit-Vector/Makefile
+++ b/math/p5-Bit-Vector/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= Bit-Vector
-PORTVERSION= 6.0
+PORTVERSION= 6.1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Bit
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tobez@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Bit::Vector.3 Bit::Vector::Overload.3
+MAN3= Bit::Vector.3 Bit::Vector::Overload.3 Carp::Clan.3
.include <bsd.port.mk>
diff --git a/math/p5-Bit-Vector/distinfo b/math/p5-Bit-Vector/distinfo
index 781149427474..276c5b0a5a32 100644
--- a/math/p5-Bit-Vector/distinfo
+++ b/math/p5-Bit-Vector/distinfo
@@ -1 +1 @@
-MD5 (Bit-Vector-6.0.tar.gz) = 3c80d4c40ba89b3270c03386de3949a1
+MD5 (Bit-Vector-6.1.tar.gz) = 2b13639ad88b5dadcaffcbaf92ebd4e1
diff --git a/math/p5-Bit-Vector/pkg-plist b/math/p5-Bit-Vector/pkg-plist
index c97daa6d6b9e..64bf469aed98 100644
--- a/math/p5-Bit-Vector/pkg-plist
+++ b/math/p5-Bit-Vector/pkg-plist
@@ -2,10 +2,13 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector/Overload.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector/Overload.pod
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Carp/Clan.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Carp/Clan.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit/Vector/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit/Vector/Vector.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit/Vector/Vector.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit/Vector
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit/Vector
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Bit 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Carp 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bit 2>/dev/null || true