Index: head/math/p5-Bit-Vector/Makefile =================================================================== --- head/math/p5-Bit-Vector/Makefile (revision 126054) +++ head/math/p5-Bit-Vector/Makefile (revision 126055) @@ -1,22 +1,22 @@ # New ports collection makefile for: Bit-Vector # Date created: Mon Jan 1 10:37:30 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Bit-Vector -PORTVERSION= 6.3 +PORTVERSION= 6.4 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Bit PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Library of advanced math functions that includes a Perl OO module PERL_CONFIGURE= yes -MAN3= Bit::Vector.3 Bit::Vector::Overload.3 Carp::Clan.3 +MAN3= Bit::Vector.3 Bit::Vector::Overload.3 Bit::Vector::String.3 .include Property changes on: head/math/p5-Bit-Vector/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/math/p5-Bit-Vector/distinfo =================================================================== --- head/math/p5-Bit-Vector/distinfo (revision 126054) +++ head/math/p5-Bit-Vector/distinfo (revision 126055) @@ -1,2 +1,2 @@ -MD5 (Bit-Vector-6.3.tar.gz) = 8b2bd3bf6fe5b0de4cbeaf0621b969f5 -SIZE (Bit-Vector-6.3.tar.gz) = 126096 +MD5 (Bit-Vector-6.4.tar.gz) = 681433ff4f0b4da95dc5c560b7f5cc31 +SIZE (Bit-Vector-6.4.tar.gz) = 131942 Property changes on: head/math/p5-Bit-Vector/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/math/p5-Bit-Vector/pkg-plist =================================================================== --- head/math/p5-Bit-Vector/pkg-plist (revision 126054) +++ head/math/p5-Bit-Vector/pkg-plist (revision 126055) @@ -1,14 +1,14 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Bit/Vector.pm %%SITE_PERL%%/%%PERL_ARCH%%/Bit/Vector.pod %%SITE_PERL%%/%%PERL_ARCH%%/Bit/Vector/Overload.pm %%SITE_PERL%%/%%PERL_ARCH%%/Bit/Vector/Overload.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Carp/Clan.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Carp/Clan.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Bit/Vector/String.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Bit/Vector/String.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Vector.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Vector.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Bit/Vector @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Carp 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Bit 2>/dev/null || true Property changes on: head/math/p5-Bit-Vector/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property