aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-01 16:56:57 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-01 16:56:57 +0000
commitdd2aca93e91e3d5d2afd804bcb1986bae91464e5 (patch)
treeeac95ba91559daa84fe90fe006f9db71b0ffb135
parent6e2ebca4fcf40681c8ea7ec7b51189e62e92de43 (diff)
downloadports-dd2aca93e91e3d5d2afd804bcb1986bae91464e5.tar.gz
ports-dd2aca93e91e3d5d2afd804bcb1986bae91464e5.zip
Update to 0.31.01
Remove MAN3PREFIX, add WWW, use %%SITE_PERL%% maintainer timeout (5 months) PR: 51560 Submitted by: myself
Notes
Notes: svn path=/head/; revision=90000
-rw-r--r--converters/p5-Convert-BER/Makefile4
-rw-r--r--converters/p5-Convert-BER/distinfo2
-rw-r--r--converters/p5-Convert-BER/pkg-descr2
-rw-r--r--converters/p5-Convert-BER/pkg-plist12
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