diff options
author | sno <sno@pkgsrc.org> | 2009-07-18 18:07:25 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-18 18:07:25 +0000 |
commit | 6ab135e19737b51e0e65f7d9fef8175b04789909 (patch) | |
tree | d8760e581eac5ce9dcb60f769667395d10a6a7ad /textproc | |
parent | aca55a84dda0442881d2e60db36faeb7cbcf9e62 (diff) | |
download | pkgsrc-6ab135e19737b51e0e65f7d9fef8175b04789909.tar.gz |
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>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Encode/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Encode/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile index d56ca9ff389..08beaaad584 100644 --- a/textproc/p5-Encode/Makefile +++ b/textproc/p5-Encode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2009/04/12 00:42:50 sno Exp $ +# $NetBSD: Makefile,v 1.11 2009/07/18 18:07:25 sno Exp $ -DISTNAME= Encode-2.33 +DISTNAME= Encode-2.35 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/~dankogai/Encode/ COMMENT= Provides interfaces between strings and the rest of the system +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-Encode/distinfo b/textproc/p5-Encode/distinfo index ba085f42acb..208dc2b83d9 100644 --- a/textproc/p5-Encode/distinfo +++ b/textproc/p5-Encode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/04/12 00:42:50 sno Exp $ +$NetBSD: distinfo,v 1.8 2009/07/18 18:07:25 sno Exp $ -SHA1 (Encode-2.33.tar.gz) = 618cb2fd39d79956d1baf1289b3cc15856486ffb -RMD160 (Encode-2.33.tar.gz) = dadc5e497b6638ba66b46399565f8440c9f0343c -Size (Encode-2.33.tar.gz) = 2001566 bytes +SHA1 (Encode-2.35.tar.gz) = 2181995c241c497a7e7d49a3bb386c14003aca19 +RMD160 (Encode-2.35.tar.gz) = 6e0189326f4e096d7fbb116fb9094da3c78045cd +Size (Encode-2.35.tar.gz) = 2002609 bytes |