diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-28 23:04:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-28 23:04:15 +0000 |
commit | d1bd159b54154de1cef6225145a9c512472fb390 (patch) | |
tree | 33b6c541ef44bb7f9c7ac9264a9c1dee49f7b331 /converters | |
parent | 013c28b4b34eb694f5832b8106f60c9d06986638 (diff) | |
download | pkgsrc-d1bd159b54154de1cef6225145a9c512472fb390.tar.gz |
Update to 3.05:
2004-09-20 Gisle Aas
Release 3.05
Steve Hay found the warn test broken
on Windows and provided a fix.
2004-09-18 Gisle Aas
Release 3.04
Fixed the bad-sv.t test script to actually contain the
correct expected result as of v3.02.
2004-08-25 Gisle Aas
Release 3.03
Forgot to increment version number in MIME::QuotedPrint even
if its interface changed in 3.02. As a result you will now
need to require MIME::QuotedPrint 3.03 if you want to ensure
it provides the binmode interface.
2004-08-24 Gisle Aas
Release 3.02
The encode_qp() function now takes an optional third argument
to select binary encoding mode.
<https://rt.cpan.org/Ticket/Display.html?id=7456>
The result of encode_qp($non_empty, $eol) will now always be
$eol terminated. If the string to encode does not end with "\n"
then a soft line break is appended to the result. As an example
encode_qp("foo") used to be encoded as "foo", but now encodes as
"foo=\n".
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 2d6cf8b11cd..b30de05653e 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2004/05/02 02:18:26 heinz Exp $ +# $NetBSD: Makefile,v 1.28 2004/11/28 23:04:15 wiz Exp $ # -VERS= 3.01 +VERS= 3.05 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 7012b421fc4..cba20af46e3 100644 --- a/converters/p5-MIME-Base64/distinfo +++ b/converters/p5-MIME-Base64/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2004/05/02 02:13:26 heinz Exp $ +$NetBSD: distinfo,v 1.10 2004/11/28 23:04:15 wiz Exp $ -SHA1 (MIME-Base64-3.01.tar.gz) = 0382d79e250638509aa35a8e4c7495502213c8b1 -Size (MIME-Base64-3.01.tar.gz) = 14514 bytes +SHA1 (MIME-Base64-3.05.tar.gz) = 018c775fca027ce88d695261b40c0428586595ed +Size (MIME-Base64-3.05.tar.gz) = 15643 bytes SHA1 (patch-aa) = 7cb2e7cf5a2b0d9e16729a9c975ac5e4adb22c95 |