pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Getopt-Long Update to 2.50



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae97a3a27ef9
branches:  trunk
changeset: 362845:ae97a3a27ef9
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat May 27 23:37:41 2017 +0000

description:
Update to 2.50

Upstream changes:
Changes in version 2.50
-----------------------

* Fix bug https://rt.cpan.org/Ticket/Display.html?id=120231.

* Fix bug https://rt.cpan.org/Ticket/Display.html?id=120300.
  Unfortunately, this withdraws a small part of fix 114999.
  GNU getopt_long() does not accept the (optional)
  argument to be passed to the option without = sign.
  We do, since not doing so breaks existing scripts.

* Provide a default value for options (gnu_compat mode).
  Thanks to Andrew Gregory.

diffstat:

 devel/p5-Getopt-Long/Makefile |   4 ++--
 devel/p5-Getopt-Long/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 74918847e905 -r ae97a3a27ef9 devel/p5-Getopt-Long/Makefile
--- a/devel/p5-Getopt-Long/Makefile     Sat May 27 22:17:44 2017 +0000
+++ b/devel/p5-Getopt-Long/Makefile     Sat May 27 23:37:41 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2016/06/18 20:23:25 mef Exp $
+# $NetBSD: Makefile,v 1.29 2017/05/27 23:37:41 wen Exp $
 
-DISTNAME=              Getopt-Long-2.49.1
+DISTNAME=              Getopt-Long-2.50
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Getopt/}
diff -r 74918847e905 -r ae97a3a27ef9 devel/p5-Getopt-Long/distinfo
--- a/devel/p5-Getopt-Long/distinfo     Sat May 27 22:17:44 2017 +0000
+++ b/devel/p5-Getopt-Long/distinfo     Sat May 27 23:37:41 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2016/06/18 20:23:25 mef Exp $
+$NetBSD: distinfo,v 1.16 2017/05/27 23:37:41 wen Exp $
 
-SHA1 (Getopt-Long-2.49.1.tar.gz) = 5aea4d4b1f4428900f01be8a42c72e943f247e0c
-RMD160 (Getopt-Long-2.49.1.tar.gz) = fdcb697bfbe4ea3e3c88d2b52a68809fd5f37b14
-SHA512 (Getopt-Long-2.49.1.tar.gz) = 3a28eabdc8847e10d82b20f12f59f3797d73ea15245aeaacd678f0b1111ddc024e91c9ca0cf3897116533fb35dc4592e029444dee931844ddbadf90cda375200
-Size (Getopt-Long-2.49.1.tar.gz) = 42731 bytes
+SHA1 (Getopt-Long-2.50.tar.gz) = e25d194a7b2d5c25a4c926b60c4580e640173297
+RMD160 (Getopt-Long-2.50.tar.gz) = 8afcdc2569d02f3e9be026839425f7ff4c86d7d5
+SHA512 (Getopt-Long-2.50.tar.gz) = be4e8e3511d84f7919cd3df9e9aa9540dd522af47fc34bf4560a0212dd3c5d6571369ad502dfb4641918a43f8cecec3faa3d43adacfe706cdf9fe498d1ef0b6d
+Size (Getopt-Long-2.50.tar.gz) = 43031 bytes
 SHA1 (patch-Makefile.PL) = 6be5f0773432d6a28c5f1b43afdcf6fed0fd0b54



Home | Main Index | Thread Index | Old Index