pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-getopt devel/ruby-getopt: update to 1.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85c5d5b001c7
branches:  trunk
changeset: 448381:85c5d5b001c7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 07 15:05:59 2021 +0000

description:
devel/ruby-getopt: update to 1.6.0

1.6.0 (2021-03-02)

* Switch from test-unit to rspec, and update the Rakefile and gemspec
  accordingly.
* Added a Gemfile.

diffstat:

 devel/ruby-getopt/Makefile |   4 ++--
 devel/ruby-getopt/PLIST    |  13 +++++++------
 devel/ruby-getopt/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 13 deletions(-)

diffs (54 lines):

diff -r 03662e3f7029 -r 85c5d5b001c7 devel/ruby-getopt/Makefile
--- a/devel/ruby-getopt/Makefile        Sun Mar 07 15:02:01 2021 +0000
+++ b/devel/ruby-getopt/Makefile        Sun Mar 07 15:05:59 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/04/27 05:22:43 taca Exp $
+# $NetBSD: Makefile,v 1.9 2021/03/07 15:05:59 taca Exp $
 
-DISTNAME=      getopt-1.5.1
+DISTNAME=      getopt-1.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 03662e3f7029 -r 85c5d5b001c7 devel/ruby-getopt/PLIST
--- a/devel/ruby-getopt/PLIST   Sun Mar 07 15:02:01 2021 +0000
+++ b/devel/ruby-getopt/PLIST   Sun Mar 07 15:05:59 2021 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2020/04/27 05:22:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/03/07 15:05:59 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/CHANGES.rdoc
+${GEM_LIBDIR}/CHANGES.md
+${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/MANIFEST.rdoc
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/MANIFEST.md
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/certs/djberg96_pub.pem
 ${GEM_LIBDIR}/examples/example_long.rb
@@ -15,6 +16,6 @@
 ${GEM_LIBDIR}/lib/getopt/long.rb
 ${GEM_LIBDIR}/lib/getopt/std.rb
 ${GEM_LIBDIR}/lib/getopt/version.rb
-${GEM_LIBDIR}/test/test_getopt_long.rb
-${GEM_LIBDIR}/test/test_getopt_std.rb
+${GEM_LIBDIR}/spec/getopt_long_spec.rb
+${GEM_LIBDIR}/spec/getopt_std_spec.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 03662e3f7029 -r 85c5d5b001c7 devel/ruby-getopt/distinfo
--- a/devel/ruby-getopt/distinfo        Sun Mar 07 15:02:01 2021 +0000
+++ b/devel/ruby-getopt/distinfo        Sun Mar 07 15:05:59 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/04/27 05:22:43 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/03/07 15:05:59 taca Exp $
 
-SHA1 (getopt-1.5.1.gem) = aa7e8ad5f40f5c22864df1a39636fcb5068ea0f4
-RMD160 (getopt-1.5.1.gem) = 47de322cc35d7eb2620702ee93646e2f98efb6b2
-SHA512 (getopt-1.5.1.gem) = 06d37d2a8d98745b8f9ec35b380f13b11660aad7fd71eaa56e2c589b7b9e899da6dd3f689f2dff79c84932b136bdb2f254f11a615cefc64336554727268332ab
-Size (getopt-1.5.1.gem) = 25088 bytes
+SHA1 (getopt-1.6.0.gem) = 34f4f404c2ad7679dbc5a7c40e6bde2cfb6701c2
+RMD160 (getopt-1.6.0.gem) = 8464cd0fa76c001005f542004f36d89a26992a1c
+SHA512 (getopt-1.6.0.gem) = b6494a74ff1ea36c88d1522af41fa2bf5b14b10be261691ea6b02ab5f47221bf2c317dc41bae0bb8480feb7d1ebc3a7477773e003de6427996c5053b8614cf1b
+Size (getopt-1.6.0.gem) = 25088 bytes



Home | Main Index | Thread Index | Old Index