Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/p5-MIME-Base64/Makefile,v --- Makefile 10 Nov 2002 16:45:20 -0000 1.20 +++ Makefile 28 Dec 2002 11:20:44 -0000 @@ -6,13 +6,13 @@ # PORTNAME= MIME-Base64 -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MIME PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk PERL_CONFIGURE= YES Index: distinfo =================================================================== RCS file: /home/ncvs/ports/converters/p5-MIME-Base64/distinfo,v --- distinfo 1 Mar 2001 09:32:08 -0000 1.9 +++ distinfo 28 Dec 2002 11:20:44 -0000 @@ -1, +1, @@ -MD5 (MIME-Base64-2.12.tar.gz) = 76d8529122aded5852585024c2d3ae15 +MD5 (MIME-Base64-2.13.tar.gz) = 0609f25e8885f7cddd241f8b8aca1cd7 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/converters/p5-MIME-Base64/pkg-descr,v --- pkg-descr 21 Jun 1997 12:00:27 -0000 1.1.1.1 +++ pkg-descr 28 Dec 2002 11:20:44 -0000 @@ -18,3 +18,5 @@ package). The main improvement is that the base64 encoder/decoder is implemented by XS functions. This makes it about 20 times faster than the old implementation in perl. + +WWW: http://search.cpan.org/dist/MIME-Base64/