diff options
author | mat <mat@FreeBSD.org> | 2003-10-02 00:56:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-02 00:56:57 +0800 |
commit | 474675e1fbba61e794f567f552e0455d269ef6c2 (patch) | |
tree | d1ce05fcc97def62c59cff27b99af0fc44b4296f /converters/p5-Convert-BER | |
parent | 787d36eba381cb0e8a37e3619bf587ae2087e9fc (diff) | |
download | freebsd-ports-gnome-474675e1fbba61e794f567f552e0455d269ef6c2.tar.gz freebsd-ports-gnome-474675e1fbba61e794f567f552e0455d269ef6c2.tar.zst freebsd-ports-gnome-474675e1fbba61e794f567f552e0455d269ef6c2.zip |
Update to 0.31.01
Remove MAN3PREFIX, add WWW, use %%SITE_PERL%%
maintainer timeout (5 months)
PR: 51560
Submitted by: myself
Diffstat (limited to 'converters/p5-Convert-BER')
-rw-r--r-- | converters/p5-Convert-BER/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Convert-BER/distinfo | 2 | ||||
-rw-r--r-- | converters/p5-Convert-BER/pkg-descr | 2 | ||||
-rw-r--r-- | converters/p5-Convert-BER/pkg-plist | 12 |
4 files changed, 11 insertions, 9 deletions
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 <bsd.port.mk> 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 |