pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Getopt-Long



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat May 27 23:37:41 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Getopt-Long: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Getopt-Long/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Getopt-Long/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Getopt-Long/Makefile
diff -u pkgsrc/devel/p5-Getopt-Long/Makefile:1.28 pkgsrc/devel/p5-Getopt-Long/Makefile:1.29
--- pkgsrc/devel/p5-Getopt-Long/Makefile:1.28   Sat Jun 18 20:23:25 2016
+++ pkgsrc/devel/p5-Getopt-Long/Makefile        Sat May 27 23:37:41 2017
@@ -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/}

Index: pkgsrc/devel/p5-Getopt-Long/distinfo
diff -u pkgsrc/devel/p5-Getopt-Long/distinfo:1.15 pkgsrc/devel/p5-Getopt-Long/distinfo:1.16
--- pkgsrc/devel/p5-Getopt-Long/distinfo:1.15   Sat Jun 18 20:23:25 2016
+++ pkgsrc/devel/p5-Getopt-Long/distinfo        Sat May 27 23:37:41 2017
@@ -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