Sat Mar 21 23:24:12 2009 UTC ()
Updating Term::ReadLine::Gnu to 1.19. Changes since 1.18:
1.19  2009-03-21
	- make sure the outstream fd inside the readline library is in
          sync (see http://bugs.debian.org/236018)
	- fixes to be more CPAN Testers friendly
	  - t/readline.t does not use visible bell for "make test"
	  - Makefile.PL requires perl 5.7.0 or later.  (Use
	    Term::ReadLine::Gnu-1.09 for older Perl.)
	  - Makefile.PL exits 0 when /dev/tty cannot be opened.
	- INSTALL
	    add description of the -DPERL_USE_SAFE_PUTENV issue.  If
	    you encounter a segmentation fault, read it.

Oked by he@


(sno)
diff -r1.23 -r1.24 pkgsrc/devel/p5-Term-ReadLine/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/p5-Term-ReadLine/distinfo

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

--- pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile 2009/03/10 19:04:47 1.23
+++ pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile 2009/03/21 23:24:12 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2009/03/10 19:04:47 sno Exp $ 1# $NetBSD: Makefile,v 1.24 2009/03/21 23:24:12 sno Exp $
2 2
3DISTNAME= Term-ReadLine-Gnu-1.18 3DISTNAME= Term-ReadLine-Gnu-1.19
4PKGNAME= p5-${DISTNAME:S/-Gnu//} 4PKGNAME= p5-${DISTNAME:S/-Gnu//}
5SVR4_PKGNAME= p5trl 5SVR4_PKGNAME= p5trl
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-Gnu/ 10HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-Gnu/
11COMMENT= Interface to the GNU Readline Library 11COMMENT= Interface to the GNU Readline Library
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_GNU_READLINE= yes 16USE_GNU_READLINE= yes

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

--- pkgsrc/devel/p5-Term-ReadLine/Attic/distinfo 2009/03/10 19:04:47 1.10
+++ pkgsrc/devel/p5-Term-ReadLine/Attic/distinfo 2009/03/21 23:24:12 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2009/03/10 19:04:47 sno Exp $ 1$NetBSD: distinfo,v 1.11 2009/03/21 23:24:12 sno Exp $
2 2
3SHA1 (Term-ReadLine-Gnu-1.18.tar.gz) = 41054fca107d42e1ff0b297fc024eb9abd607c6c 3SHA1 (Term-ReadLine-Gnu-1.19.tar.gz) = 2e1053e2b8ae4d83b3c8eff3cc6929ffb6cfcc88
4RMD160 (Term-ReadLine-Gnu-1.18.tar.gz) = 819912e404237492cdde85716817a3c43fab5751 4RMD160 (Term-ReadLine-Gnu-1.19.tar.gz) = 14b10be08b4c8dcf086622bae0d5d610606d6f04
5Size (Term-ReadLine-Gnu-1.18.tar.gz) = 67758 bytes 5Size (Term-ReadLine-Gnu-1.19.tar.gz) = 68198 bytes