diff options
author | martti <martti> | 2003-04-12 15:40:33 +0000 |
---|---|---|
committer | martti <martti> | 2003-04-12 15:40:33 +0000 |
commit | ab2a4446d88f7ec46b03a0b5b06c31de85905882 (patch) | |
tree | 80e6189c554c0bb6b0a7897c9470210266b57109 /converters | |
parent | f6714469a0c80ae053401d210728626c64e713f6 (diff) | |
download | pkgsrc-ab2a4446d88f7ec46b03a0b5b06c31de85905882.tar.gz |
Updated p5-MIME-Base64 to 2.18
* Fix up INSTALLDIRS for perl-5.8 and newer
* Make it reliable to disable base64 decoding warnings
* Passing "" as $eol to encode_qp() disable soft line breaks as well
* Sync up with changes in bleadperl
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-MIME-Base64/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-MIME-Base64/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index 096ae962ef8..3c68dcad6c0 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2003/01/09 15:49:17 mycroft Exp $ +# $NetBSD: Makefile,v 1.19 2003/04/12 15:40:33 martti Exp $ # FreeBSD Id: Makefile,v 1.3 1997/08/04 22:47:16 ache Exp # -VERS= 2.16 +VERS= 2.18 DISTNAME= MIME-Base64-${VERS} PKGNAME= p5-MIME-Base64-${VERS} SVR4_PKGNAME= p5mba diff --git a/converters/p5-MIME-Base64/distinfo b/converters/p5-MIME-Base64/distinfo index 17ae83aecb0..fe8bc19e204 100644 --- a/converters/p5-MIME-Base64/distinfo +++ b/converters/p5-MIME-Base64/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/01/09 15:49:17 mycroft Exp $ +$NetBSD: distinfo,v 1.4 2003/04/12 15:40:33 martti Exp $ -SHA1 (MIME-Base64-2.16.tar.gz) = 43f6e94d87654cfb55223d9da988867a3ef1a770 -Size (MIME-Base64-2.16.tar.gz) = 14041 bytes +SHA1 (MIME-Base64-2.18.tar.gz) = a18c68892630db390ba574bd74fbc9de9d72dd6e +Size (MIME-Base64-2.18.tar.gz) = 14747 bytes |