pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-MIME-Base64 Update to 3.05:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e697bd3f041
branches:  trunk
changeset: 484658:9e697bd3f041
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 28 23:04:15 2004 +0000

description:
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:

 converters/p5-MIME-Base64/Makefile |  4 ++--
 converters/p5-MIME-Base64/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 357562f72dea -r 9e697bd3f041 converters/p5-MIME-Base64/Makefile
--- a/converters/p5-MIME-Base64/Makefile        Sun Nov 28 23:02:26 2004 +0000
+++ b/converters/p5-MIME-Base64/Makefile        Sun Nov 28 23:04:15 2004 +0000
@@ -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 -r 357562f72dea -r 9e697bd3f041 converters/p5-MIME-Base64/distinfo
--- a/converters/p5-MIME-Base64/distinfo        Sun Nov 28 23:02:26 2004 +0000
+++ b/converters/p5-MIME-Base64/distinfo        Sun Nov 28 23:04:15 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index