Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/p5-Convert-BER/Makefile,v --- Makefile 2003/03/07 05:57:58 1.3 +++ Makefile 2003/04/29 08:53:26 @@ -7,10 +7,12 @@ PORTNAME= Convert-BER PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Convert PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}01 MAINTAINER= scrappy@FreeBSD.org COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/converters/p5-Convert-BER/distinfo,v --- distinfo 2000/10/28 00:03:48 1.1 +++ distinfo 2003/04/29 08:53:26 @@ -1, +1, @@ -MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031 +MD5 (Convert-BER-1.3101.tar.gz) = 00fd5e5a98d4194da0e980186cba6292 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/converters/p5-Convert-BER/pkg-descr,v --- pkg-descr 2000/10/28 00:03:48 1.1 +++ pkg-descr 2003/04/29 08:53:26 @@ -3,3 +3,5 @@ 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/