summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-04-21 11:42:01 +0000
committerryoon <ryoon@pkgsrc.org>2013-04-21 11:42:01 +0000
commit9db2399daa5e1c53c076d9768ee4954b2583485b (patch)
tree5991e7ec0791400e1929e045ec4e3a7f07d9a935 /devel
parentb10cebdbb512422d41f0667f06762d4a01032e9c (diff)
downloadpkgsrc-9db2399daa5e1c53c076d9768ee4954b2583485b.tar.gz
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
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Getopt-Long/Makefile5
-rw-r--r--devel/p5-Getopt-Long/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Getopt-Long/Makefile b/devel/p5-Getopt-Long/Makefile
index fc9e278331a..12172cd43da 100644
--- a/devel/p5-Getopt-Long/Makefile
+++ b/devel/p5-Getopt-Long/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2012/12/17 02:55:21 obache Exp $
+# $NetBSD: Makefile,v 1.12 2013/04/21 11:42:01 ryoon Exp $
-DISTNAME= Getopt-Long-2.38
+DISTNAME= Getopt-Long-2.39
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
diff --git a/devel/p5-Getopt-Long/distinfo b/devel/p5-Getopt-Long/distinfo
index 0e63edc897a..07c5e1ab757 100644
--- a/devel/p5-Getopt-Long/distinfo
+++ b/devel/p5-Getopt-Long/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/04/12 19:24:33 sno Exp $
+$NetBSD: distinfo,v 1.4 2013/04/21 11:42:01 ryoon Exp $
-SHA1 (Getopt-Long-2.38.tar.gz) = 5daf0f2e539c0683c8400f277ba10618c893970b
-RMD160 (Getopt-Long-2.38.tar.gz) = 0498ea35a5a6ee08a26f23bd5185a84c1feb3bf3
-Size (Getopt-Long-2.38.tar.gz) = 41200 bytes
+SHA1 (Getopt-Long-2.39.tar.gz) = 74dd2c4f0f349ea521b7154f26a1052890b6c8f9
+RMD160 (Getopt-Long-2.39.tar.gz) = 3f88dd2f3ea2fe2884b478b5f3141c52977374d9
+Size (Getopt-Long-2.39.tar.gz) = 42380 bytes