pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-MIME-tools Update to 5.423:
details: https://anonhg.NetBSD.org/pkgsrc/rev/423d1eff8ca0
branches: trunk
changeset: 534472:423d1eff8ca0
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Oct 23 11:28:55 2007 +0000
description:
Update to 5.423:
5.433 2007-09-27 Dave O'Neill
* VERSION 5.4.33 RELEASED
* (bugfix) Fix API regression - MIME::Entity::body() should return an
arrayref. Fixes RT 29643.
5.422 2007-09-25 Dave O'Neill
* VERSION 5.422 RELEASED
* (bugfix) Require File::Temp 0.17 or newer for IO::Seekable support.
This fixes test failures seen on Darwin.
* (bugfix) Clear filer's purgeable() before calling init_parse(). Fixes RT 7858.
commit 005e387c42957f2a433464beaef1d2b416746963
Author: Dave O'Neill
Date: Fri Sep 21 12:41:03 2007 -0400
Add LICENSE item to Makefile.PL
5.421 2007-09-21 Dave O'Neill
* VERSION 5.421 RELEASED
* (enhancement) Use File::Temp for tempfile generation. MIME::Parser
now has a tmp_dir() method for changing the temporary directory on a
per-parser basis.
5.420_02 2007-08-29 Dave O'Neill
* VERSION 5.420_02 (developer release)
* (bugfix) Correct 'use vars' and add a 'use strict' (fixes RT #22681)
* (bugfix) Don't allow all-whitespace filenames in
recommended_filename() (fixes RT #6115)
* (bugfix) Require IO-stringy 2.110. Fixes RT tickets 11312, 11452,
12375, 12784, and 18791
* (docs) Updated RFC references to refer to MIME RFCs 2045-2049 (RT #14119)
* (cleanup) Warn if no decoder is found for a given encoding. (RT #22682)
* (cleanup) IO::Wrap no longer used, IO::ScalarArray use minimized
5.420_01 2007-06-18 Dave O'Neill
* VERSION 5.420_01 (developer release)
* (bugfix) Fix warning generated by a header of "Content-Type: /".
Previous versions would warn about undefined variables. We now
set a blank type and subtype.
* (cleanup) Partial removal of dependencies on IO::Scalar and
IO::ScalarArray. We now use Perl's built-in I/O on scalars as much
as possible. NOTE THAT THIS REQUIRES PERL 5.8!
* (cleanup) FileHandle usage removed in favour of IO::File
* (cleanup) Remove broken utility methods -- shellquote() because it
didn't really make anything safe, and catfile(), because File::Spec
is better.
* (cleanup) Multiple test cleanups, including removal of
ExtUtils/TBone.pm. Tests now use Test::More.
* (cleanup) Remove support for recycling tempfiles ( tmp_recycling() and
its usage in new_tmpfile() )
* (cleanup) Remove nasty "eval join('',<::DATA>) unless caller()"
testing code from various modules
* (cleanup) Merge all changelog information from README and
MIME/Tools.pm into ChangeLog
diffstat:
mail/p5-MIME-tools/Makefile | 5 +++--
mail/p5-MIME-tools/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 5ac6c44fb04f -r 423d1eff8ca0 mail/p5-MIME-tools/Makefile
--- a/mail/p5-MIME-tools/Makefile Tue Oct 23 11:15:25 2007 +0000
+++ b/mail/p5-MIME-tools/Makefile Tue Oct 23 11:28:55 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2006/11/05 17:15:54 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2007/10/23 11:28:55 wiz Exp $
#
-DISTNAME= MIME-tools-5.420
+DISTNAME= MIME-tools-5.423
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mit
CATEGORIES= perl5
@@ -13,6 +13,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
+DEPENDS+= p5-File-Temp>=0.17:../../devel/p5-File-Temp
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
diff -r 5ac6c44fb04f -r 423d1eff8ca0 mail/p5-MIME-tools/distinfo
--- a/mail/p5-MIME-tools/distinfo Tue Oct 23 11:15:25 2007 +0000
+++ b/mail/p5-MIME-tools/distinfo Tue Oct 23 11:28:55 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2006/05/17 21:53:00 wiz Exp $
+$NetBSD: distinfo,v 1.11 2007/10/23 11:28:55 wiz Exp $
-SHA1 (MIME-tools-5.420.tar.gz) = cabeda2fb536c1ab426e3c20435318f5b2257c6c
-RMD160 (MIME-tools-5.420.tar.gz) = 6197cc6884b42c8112c45272cb0f7d3eb3eef55b
-Size (MIME-tools-5.420.tar.gz) = 387747 bytes
+SHA1 (MIME-tools-5.423.tar.gz) = 047507820fac12f124f3730577b35117d21d5c80
+RMD160 (MIME-tools-5.423.tar.gz) = c91c4f1a7e278bcef5426930870c84372588ffa9
+Size (MIME-tools-5.423.tar.gz) = 369326 bytes
Home |
Main Index |
Thread Index |
Old Index