diff options
author | wen <wen@pkgsrc.org> | 2014-02-09 14:41:04 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-02-09 14:41:04 +0000 |
commit | 469178588e95a216655a9acdefb5f973fb7582e1 (patch) | |
tree | f5503af47d4768e8b5c5ef305552683475974b92 /devel | |
parent | 55a00460e5b1233ecc91e60439c82a600c41f417 (diff) | |
download | pkgsrc-469178588e95a216655a9acdefb5f973fb7582e1.tar.gz |
Update to 0.200005
Upstream changes:
0.200005 2013-12-11 08:03:08 America/New_York
- open DATA handles both :raw and :bytes to avoid content munging on
Win32 (thanks, Kenichi Ishigaki!)
- This is not yet a perfect solution for Win32.
0.200004 2013-12-01 21:31:02 America/New_York
- avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi
Ishigaki!)
0.200003 2013-11-02 07:57:52 America/New_York
[THIS MIGHT BREAK STUFF]
- stable release of 0.200002, no functional changes
0.200002 2013-10-19 22:11:32 America/New_York (TRIAL RELEASE)
[THIS MIGHT BREAK STUFF]
- add an "encoding" parameter to set encoding of data section contents;
this defaults to UTF-8 (thanks, David Golden!)
0.101622 2013-06-19 21:48:02 America/New_York
add a link to an Advent article about Data-Section
update bugtracker, repo, etc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Section/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Data-Section/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile index 80d5c1b8226..022f09fd8ec 100644 --- a/devel/p5-Data-Section/Makefile +++ b/devel/p5-Data-Section/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:13 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/02/09 14:41:04 wen Exp $ -DISTNAME= Data-Section-0.101621 -PKGNAME= p5-Data-Section-0.101.621 -PKGREVISION= 2 +DISTNAME= Data-Section-0.200005 +PKGNAME= p5-Data-Section-0.200.005 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/devel/p5-Data-Section/distinfo b/devel/p5-Data-Section/distinfo index 7b0e59bb517..4338ea88d4d 100644 --- a/devel/p5-Data-Section/distinfo +++ b/devel/p5-Data-Section/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/08/16 08:22:51 adam Exp $ +$NetBSD: distinfo,v 1.7 2014/02/09 14:41:04 wen Exp $ -SHA1 (Data-Section-0.101621.tar.gz) = 0cae2fe42bb3fbe5132591a4019584e44aff6dc8 -RMD160 (Data-Section-0.101621.tar.gz) = 2dfe399fc0620a13b9178e92b8e98d91bfd9199d -Size (Data-Section-0.101621.tar.gz) = 14913 bytes +SHA1 (Data-Section-0.200005.tar.gz) = ccbfa94308fb0325c0a2b8433387ae0cb8831010 +RMD160 (Data-Section-0.200005.tar.gz) = 48c1c518cc57f237d528857bb6d9fc1660af7b74 +Size (Data-Section-0.200005.tar.gz) = 18595 bytes |