pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-getopt



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  7 15:05:59 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-getopt: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-getopt/Makefile \
    pkgsrc/devel/ruby-getopt/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-getopt/PLIST

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

Modified files:

Index: pkgsrc/devel/ruby-getopt/Makefile
diff -u pkgsrc/devel/ruby-getopt/Makefile:1.8 pkgsrc/devel/ruby-getopt/Makefile:1.9
--- pkgsrc/devel/ruby-getopt/Makefile:1.8       Mon Apr 27 05:22:43 2020
+++ pkgsrc/devel/ruby-getopt/Makefile   Sun Mar  7 15:05:59 2021
@@ -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
Index: pkgsrc/devel/ruby-getopt/distinfo
diff -u pkgsrc/devel/ruby-getopt/distinfo:1.8 pkgsrc/devel/ruby-getopt/distinfo:1.9
--- pkgsrc/devel/ruby-getopt/distinfo:1.8       Mon Apr 27 05:22:43 2020
+++ pkgsrc/devel/ruby-getopt/distinfo   Sun Mar  7 15:05:59 2021
@@ -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

Index: pkgsrc/devel/ruby-getopt/PLIST
diff -u pkgsrc/devel/ruby-getopt/PLIST:1.4 pkgsrc/devel/ruby-getopt/PLIST:1.5
--- pkgsrc/devel/ruby-getopt/PLIST:1.4  Mon Apr 27 05:22:43 2020
+++ pkgsrc/devel/ruby-getopt/PLIST      Sun Mar  7 15:05:59 2021
@@ -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.rb
 ${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



Home | Main Index | Thread Index | Old Index