Sun Apr 21 11:42:01 2013 UTC ()
Update to 2.39

Changelog:
Changes in version 2.39
-----------------------

* Fix unneccessary warnings when @ARGV contains undefs (yes, it
  happens).

* Passing an object as first argument to the callback handler for <>
  turned out to be a problem in cases where the argument was passed to
  other modules, e.g., Archive::Tar. Revert the change since the added
  functionality of the object is not really relevant for the <>
  callback function.

* Silence the deprecation warnings from newgetopt.pl for the purpose
  of testing. These tests will be removed along with newgetopt.pl in
  the next major release of perl.
  http://perl5.git.perl.org/perl.git/commit/b814bbfa9a2087bc

* Eliminiate spurious warning.

* Retain taintedness of command line option values.

* Document that you need to check GetOptions return value :).

* Several other minor documentation fixes and enhancements.

* Fix bug  #67577 Parsing of type 'o' not correct for multiple values


(ryoon)
diff -r1.11 -r1.12 pkgsrc/devel/p5-Getopt-Long/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Getopt-Long/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Getopt-Long/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Getopt-Long/Attic/Makefile 2012/12/17 02:55:21 1.11
+++ pkgsrc/devel/p5-Getopt-Long/Attic/Makefile 2013/04/21 11:42:01 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2012/12/17 02:55:21 obache Exp $ 1# $NetBSD: Makefile,v 1.12 2013/04/21 11:42:01 ryoon Exp $
2 2
3DISTNAME= Getopt-Long-2.38 3DISTNAME= Getopt-Long-2.39
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Getopt-Long/ 9HOMEPAGE= http://search.cpan.org/dist/Getopt-Long/
11COMMENT= Extended processing of command line options 10COMMENT= Extended processing of command line options
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Getopt/Long/.packlist 16PERL5_PACKLIST= auto/Getopt/Long/.packlist
18 17

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Getopt-Long/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Getopt-Long/Attic/distinfo 2009/04/12 19:24:33 1.3
+++ pkgsrc/devel/p5-Getopt-Long/Attic/distinfo 2013/04/21 11:42:01 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2009/04/12 19:24:33 sno Exp $ 1$NetBSD: distinfo,v 1.4 2013/04/21 11:42:01 ryoon Exp $
2 2
3SHA1 (Getopt-Long-2.38.tar.gz) = 5daf0f2e539c0683c8400f277ba10618c893970b 3SHA1 (Getopt-Long-2.39.tar.gz) = 74dd2c4f0f349ea521b7154f26a1052890b6c8f9
4RMD160 (Getopt-Long-2.38.tar.gz) = 0498ea35a5a6ee08a26f23bd5185a84c1feb3bf3 4RMD160 (Getopt-Long-2.39.tar.gz) = 3f88dd2f3ea2fe2884b478b5f3141c52977374d9
5Size (Getopt-Long-2.38.tar.gz) = 41200 bytes 5Size (Getopt-Long-2.39.tar.gz) = 42380 bytes