summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-08-23 01:19:05 +0000
committermef <mef@pkgsrc.org>2015-08-23 01:19:05 +0000
commitb7380cc20cacc4c60428ebf4ff366c9037631e38 (patch)
tree7f899c587aa8f411ae3e286982a16f7172284f83 /devel
parentc875fabd2ce9d68095bbc958c964a4174e933f57 (diff)
downloadpkgsrc-b7380cc20cacc4c60428ebf4ff366c9037631e38.tar.gz
Changes in version 2.47
----------------------- * Fix bug https://rt.cpan.org/Ticket/Display.html?id=89513. - Should have done that earlier :) - This changes the format for accepted float numbers: <optional sign> <optional mantissa> <optional dec.point and fraction> <optional "e" and exponent> - Mantissa and decimal fraction may not both be omitted. - Underscores are permissible virtually anywhere in numbers for clarity.
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 ed4b9e14753..b07889a8a2e 100644
--- a/devel/p5-Getopt-Long/Makefile
+++ b/devel/p5-Getopt-Long/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2015/06/12 10:49:16 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/08/23 01:19:05 mef Exp $
-DISTNAME= Getopt-Long-2.46
+DISTNAME= Getopt-Long-2.47
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
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 16eceb2e0a9..86cde3748c6 100644
--- a/devel/p5-Getopt-Long/distinfo
+++ b/devel/p5-Getopt-Long/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2015/06/12 06:03:48 wen Exp $
+$NetBSD: distinfo,v 1.11 2015/08/23 01:19:05 mef Exp $
-SHA1 (Getopt-Long-2.46.tar.gz) = e495a6724073691972a226b3523bd0fce67d078c
-RMD160 (Getopt-Long-2.46.tar.gz) = 2d4828cc09b1e6dc4e9920b6c6020a665798b729
-Size (Getopt-Long-2.46.tar.gz) = 43045 bytes
+SHA1 (Getopt-Long-2.47.tar.gz) = 9f0e197caf79fae1494c29194c60ab6e720e0731
+RMD160 (Getopt-Long-2.47.tar.gz) = 7f8fdfb0c3bfee0e6102db01f9882cb599ad0238
+Size (Getopt-Long-2.47.tar.gz) = 43207 bytes