Sat Sep 6 14:52:23 2014 UTC ()
Update to 1.24:

1.24  2014-03-23
	- fix not to make the PerlIO layer empty for Perl 5.8.9 or
          before. [rt.cpan.org #59832]
	- update Pod document assuming the use of Pod::Simple::HTMLBatch.
	- t/00checkver.t: not to use 'display-readline-version') and "use
	  Test;"
	- INSTALL: add "(Install) Using Package" section.

1.23  2014-03-20
	- add description of the pager command bug in Perl debugger
	  which causes segementation fault [rt.perl.org #121456]
	- fix not to clobber binmode layer (utf-8) on filehandles [rt.cpan.org #59832]
	- support UTF-8 input as compatible with Term::ReadLine
	  - Now Term::ReadLine::Gnu requires perl 5.8.0 or above
	- define Term::ReadLine::Gnu::ornaments method [rt.cpan.org #93614]
	- Makefile.PL: Fix the URL of the bug-tracker [rt.cpan.org #93680]
	- eg/perlsh: POD syntax fix. [rt.cpan.org #93895]
	- README: add note for bug-tracker
	- INSTALL: update "1.3 Trouble Shooting"


(wiz)
diff -r1.37 -r1.38 pkgsrc/devel/p5-Term-ReadLine/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/p5-Term-ReadLine/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile 2014/05/29 23:36:19 1.37
+++ pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile 2014/09/06 14:52:23 1.38
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.37 2014/05/29 23:36:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.38 2014/09/06 14:52:23 wiz Exp $
2 2
3DISTNAME= Term-ReadLine-Gnu-1.22 3DISTNAME= Term-ReadLine-Gnu-1.24
4PKGNAME= p5-${DISTNAME:S/-Gnu//} 4PKGNAME= p5-${DISTNAME:S/-Gnu//}
5PKGREVISION= 1 
6SVR4_PKGNAME= p5trl 5SVR4_PKGNAME= p5trl
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-Gnu/ 10HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-Gnu/
12COMMENT= Interface to the GNU Readline Library 11COMMENT= Interface to the GNU Readline Library
13LICENSE= ${PERL5_LICENSE} # see README 12LICENSE= ${PERL5_LICENSE} # see README
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16 15
17PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist 16PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist
18 17

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-Term-ReadLine/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Term-ReadLine/Attic/distinfo 2014/03/30 13:08:50 1.13
+++ pkgsrc/devel/p5-Term-ReadLine/Attic/distinfo 2014/09/06 14:52:23 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2014/03/30 13:08:50 taca Exp $ 1$NetBSD: distinfo,v 1.14 2014/09/06 14:52:23 wiz Exp $
2 2
3SHA1 (Term-ReadLine-Gnu-1.22.tar.gz) = 9538186064803c8812add4d99a1b406b4852e508 3SHA1 (Term-ReadLine-Gnu-1.24.tar.gz) = 89d9c75cb1bc3e6813fb859d8ab1c8b1dcb9c9ca
4RMD160 (Term-ReadLine-Gnu-1.22.tar.gz) = 99f0da54e1287992ba5c762c2352949576501c93 4RMD160 (Term-ReadLine-Gnu-1.24.tar.gz) = 8cfc44faadb0eac173c1d9583b72fb92e65a5a3b
5Size (Term-ReadLine-Gnu-1.22.tar.gz) = 72917 bytes 5Size (Term-ReadLine-Gnu-1.24.tar.gz) = 74199 bytes