Index: head/converters/p5-Convert-BER/Makefile =================================================================== --- head/converters/p5-Convert-BER/Makefile (revision 89999) +++ head/converters/p5-Convert-BER/Makefile (revision 90000) @@ -1,23 +1,23 @@ # New ports collection makefile for: p5-Convert-BER # Date created: October 27, 2000 # Whom: Marc Fournier # # $FreeBSD$ # PORTNAME= Convert-BER -PORTVERSION= 1.31 +PORTVERSION= 1.31.01 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Convert PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= scrappy@FreeBSD.org COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER) PERL_CONFIGURE= YES MAN3= Convert::BER.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include Property changes on: head/converters/p5-Convert-BER/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/converters/p5-Convert-BER/distinfo =================================================================== --- head/converters/p5-Convert-BER/distinfo (revision 89999) +++ head/converters/p5-Convert-BER/distinfo (revision 90000) @@ -1 +1 @@ -MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031 +MD5 (Convert-BER-1.3101.tar.gz) = 00fd5e5a98d4194da0e980186cba6292 Property changes on: head/converters/p5-Convert-BER/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/converters/p5-Convert-BER/pkg-descr =================================================================== --- head/converters/p5-Convert-BER/pkg-descr (revision 89999) +++ head/converters/p5-Convert-BER/pkg-descr (revision 90000) @@ -1,5 +1,7 @@ DESCRIPTION `Convert::BER' provides an OO interface to encoding and decoding data using the ASN.1 Basic Encoding Rules (BER), a platform independent way of encoding structured binary data together with the structure. + +WWW: http://search.cpan.org/dist/Convert-BER/ Property changes on: head/converters/p5-Convert-BER/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/converters/p5-Convert-BER/pkg-plist =================================================================== --- head/converters/p5-Convert-BER/pkg-plist (revision 89999) +++ head/converters/p5-Convert-BER/pkg-plist (revision 90000) @@ -1,6 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/Convert/BER.pod -lib/perl5/site_perl/%%PERL_VER%%/Convert/BER.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Convert 2>/dev/null || true +%%SITE_PERL%%/Convert/BER.pod +%%SITE_PERL%%/Convert/BER.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/BER/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/BER +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Convert 2>/dev/null || true Property changes on: head/converters/p5-Convert-BER/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property