Sat Jul 18 18:07:25 2009 UTC ()
pkgsrc changes:
  - Updating package for p5 module Encode from 2.33 to 2.35
  - Adding perl license as license

Upstream changes:
$Revision: 2.35 $ $Date: 2009/07/13 02:06:30 $
! lib/Encode/MIME/Header.pm
  Addressed RT #40027:
   decode of MIME-Header removes too much whitespace
  http://rt.cpan.org/Ticket/Display.html?id=40027
  http://rt.cpan.org/Ticket/Display.html?id=42902
! t/piconv.t
  Addressed by CSJEWELL: t/piconv.t loops infinitely on Win32
  http://rt.cpan.org/Ticket/Display.html?id=47760

2.34 2009/07/08 13:34:15
! bin/piconv
  duplicate-BOM problem now fixed.
  Message-Id: <10ECB9B7-006E-4570-9EB6-51C49F04ADCF@dan.co.jp>
! bin/piconv
+ t/piconv.t
  patches and tests by SREZIC
  Message-Id: <4A5366DA.8050801@iconmobile.com>
! Makefile.PL
  man* removed on behalf of blead
  Message-Id: <20090326135219.GU18164@plum.flirble.org>


(sno)
diff -r1.10 -r1.11 pkgsrc/textproc/p5-Encode/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/p5-Encode/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/textproc/p5-Encode/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Encode/Attic/Makefile 2009/04/12 00:42:50 1.10
+++ pkgsrc/textproc/p5-Encode/Attic/Makefile 2009/07/18 18:07:25 1.11
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.10 2009/04/12 00:42:50 sno Exp $ 1# $NetBSD: Makefile,v 1.11 2009/07/18 18:07:25 sno Exp $
2 2
3DISTNAME= Encode-2.33 3DISTNAME= Encode-2.35
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
7 7
8MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
9HOMEPAGE= http://search.cpan.org/~dankogai/Encode/ 9HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
10COMMENT= Provides interfaces between strings and the rest of the system 10COMMENT= Provides interfaces between strings and the rest of the system
 11LICENSE= ${PERL5_LICENSE}
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14PERL5_REQD+= 5.7.3 15PERL5_REQD+= 5.7.3
15 16
16PERL5_PACKLIST= auto/Encode/.packlist 17PERL5_PACKLIST= auto/Encode/.packlist
17 18
18.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/textproc/p5-Encode/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Encode/Attic/distinfo 2009/04/12 00:42:50 1.7
+++ pkgsrc/textproc/p5-Encode/Attic/distinfo 2009/07/18 18:07:25 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2009/04/12 00:42:50 sno Exp $ 1$NetBSD: distinfo,v 1.8 2009/07/18 18:07:25 sno Exp $
2 2
3SHA1 (Encode-2.33.tar.gz) = 618cb2fd39d79956d1baf1289b3cc15856486ffb 3SHA1 (Encode-2.35.tar.gz) = 2181995c241c497a7e7d49a3bb386c14003aca19
4RMD160 (Encode-2.33.tar.gz) = dadc5e497b6638ba66b46399565f8440c9f0343c 4RMD160 (Encode-2.35.tar.gz) = 6e0189326f4e096d7fbb116fb9094da3c78045cd
5Size (Encode-2.33.tar.gz) = 2001566 bytes 5Size (Encode-2.35.tar.gz) = 2002609 bytes