Mon Aug 16 09:08:52 2010 UTC ()
Update to 5.428:

5.428     2010-04-22  Dave O'Neill <dmo@roaringpenguin.com>

	* VERSION 5.428 RELEASED

	* (ticket 56764) Build release with a newer Module::Install

	* (ticket 52924) ensure we add <> around Content-id data

	* (ticket 48036) make mimesend example script a bit more useful
	  (courtesy of Jerrad Pierce)

	* (ticket 43439) fix for parsing of doubled ; in multipart headers

	* (ticket 41632) If both RFC-2231 and non-RFC-2231 parameters are
	  present, use only the RFC-2231 ones

	* (ticket 40715) Reference Encode::MIME::Header in docs

	* (ticket 39985) correct POD typos

	* Only bind to localhost in smtpsend test, rather than to all available
	  interfaces.  This might avoid some of the test failures seen on
	  cpantesters.


(wiz)
diff -r1.34 -r1.35 pkgsrc/mail/p5-MIME-tools/Makefile
diff -r1.14 -r1.15 pkgsrc/mail/p5-MIME-tools/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/mail/p5-MIME-tools/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/p5-MIME-tools/Makefile 2010/01/30 23:08:00 1.34
+++ pkgsrc/mail/p5-MIME-tools/Makefile 2010/08/16 09:08:51 1.35
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.34 2010/01/30 23:08:00 heinz Exp $ 1# $NetBSD: Makefile,v 1.35 2010/08/16 09:08:51 wiz Exp $
2# 2#
3 3
4DISTNAME= MIME-tools-5.427 4DISTNAME= MIME-tools-5.428
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5mit 6SVR4_PKGNAME= p5mit
8CATEGORIES= perl5 7CATEGORIES= perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/MIME-tools/ 11HOMEPAGE= http://search.cpan.org/dist/MIME-tools/
13COMMENT= Perl5 modules for encoding and decoding MIME messages 12COMMENT= Perl5 modules for encoding and decoding MIME messages
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
18DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp 17DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp
19DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy 18DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy

cvs diff -r1.14 -r1.15 pkgsrc/mail/p5-MIME-tools/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/p5-MIME-tools/distinfo 2008/08/12 22:38:31 1.14
+++ pkgsrc/mail/p5-MIME-tools/distinfo 2010/08/16 09:08:51 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2008/08/12 22:38:31 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2010/08/16 09:08:51 wiz Exp $
2 2
3SHA1 (MIME-tools-5.427.tar.gz) = 8fda2cb93fdc76079cee35cdab4181cb18b312ed 3SHA1 (MIME-tools-5.428.tar.gz) = f7fd3daf1b3a792d4b62414d9c2fbd40f2b62d70
4RMD160 (MIME-tools-5.427.tar.gz) = c4ba32e528541b35ff75dd331f8d84261b7133f3 4RMD160 (MIME-tools-5.428.tar.gz) = 64e6397bffa9172c00736b150ad088b92bc5f7e7
5Size (MIME-tools-5.427.tar.gz) = 391971 bytes 5Size (MIME-tools-5.428.tar.gz) = 398979 bytes