From 474675e1fbba61e794f567f552e0455d269ef6c2 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 1 Oct 2003 16:56:57 +0000 Subject: Update to 0.31.01 Remove MAN3PREFIX, add WWW, use %%SITE_PERL%% maintainer timeout (5 months) PR: 51560 Submitted by: myself --- converters/p5-Convert-BER/Makefile | 4 ++-- converters/p5-Convert-BER/distinfo | 2 +- converters/p5-Convert-BER/pkg-descr | 2 ++ converters/p5-Convert-BER/pkg-plist | 12 ++++++------ 4 files changed, 11 insertions(+), 9 deletions(-) (limited to 'converters/p5-Convert-BER') diff --git a/converters/p5-Convert-BER/Makefile b/converters/p5-Convert-BER/Makefile index 1309fd48cc0f..5cd306ce600f 100644 --- a/converters/p5-Convert-BER/Makefile +++ b/converters/p5-Convert-BER/Makefile @@ -6,11 +6,12 @@ # 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) @@ -18,6 +19,5 @@ COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (B PERL_CONFIGURE= YES MAN3= Convert::BER.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include diff --git a/converters/p5-Convert-BER/distinfo b/converters/p5-Convert-BER/distinfo index 0c27ab6fac5e..1765d8313e98 100644 --- a/converters/p5-Convert-BER/distinfo +++ b/converters/p5-Convert-BER/distinfo @@ -1 +1 @@ -MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031 +MD5 (Convert-BER-1.3101.tar.gz) = 00fd5e5a98d4194da0e980186cba6292 diff --git a/converters/p5-Convert-BER/pkg-descr b/converters/p5-Convert-BER/pkg-descr index d754574f054d..b753a5cb33a8 100644 --- a/converters/p5-Convert-BER/pkg-descr +++ b/converters/p5-Convert-BER/pkg-descr @@ -3,3 +3,5 @@ DESCRIPTION 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/ diff --git a/converters/p5-Convert-BER/pkg-plist b/converters/p5-Convert-BER/pkg-plist index 74f626c720aa..b6460f2ac7b9 100644 --- a/converters/p5-Convert-BER/pkg-plist +++ b/converters/p5-Convert-BER/pkg-plist @@ -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 -- cgit