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:           Mon Apr 27 05:22:43 UTC 2020

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

Log Message:
devel/ruby-getopt: update to 1.5.1

Update ruby-getopt to 1.5.1.

== 1.5.1 - 23-Mar-2020
* Properly add a LICENSE file since the Apache-2.0 license requires it.
* Added explicit .rdoc extensions to the README, CHANGES and MANIFEST files,
  mostly so they look nicer on github.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-getopt/Makefile \
    pkgsrc/devel/ruby-getopt/distinfo
cvs rdiff -u -r1.3 -r1.4 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.7 pkgsrc/devel/ruby-getopt/Makefile:1.8
--- pkgsrc/devel/ruby-getopt/Makefile:1.7       Mon May  6 05:24:01 2019
+++ pkgsrc/devel/ruby-getopt/Makefile   Mon Apr 27 05:22:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/05/06 05:24:01 taca Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/27 05:22:43 taca Exp $
 
-DISTNAME=      getopt-1.5.0
+DISTNAME=      getopt-1.5.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-getopt/distinfo
diff -u pkgsrc/devel/ruby-getopt/distinfo:1.7 pkgsrc/devel/ruby-getopt/distinfo:1.8
--- pkgsrc/devel/ruby-getopt/distinfo:1.7       Mon May  6 05:24:01 2019
+++ pkgsrc/devel/ruby-getopt/distinfo   Mon Apr 27 05:22:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/05/06 05:24:01 taca Exp $
+$NetBSD: distinfo,v 1.8 2020/04/27 05:22:43 taca Exp $
 
-SHA1 (getopt-1.5.0.gem) = f68a339b4f51cef071ecebb4423f1b27f2ed69ff
-RMD160 (getopt-1.5.0.gem) = 5f335cebf86419e99cd69f9ecc56239dd6cdec15
-SHA512 (getopt-1.5.0.gem) = daab0eb05392336e8aeb870420fccf653a5ecb1444edd02b8407ad8f59f0557f72e58bb5191432aa18b0e7134881d957c41fef057594f7ed2a6161d5a41af12c
-Size (getopt-1.5.0.gem) = 21504 bytes
+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

Index: pkgsrc/devel/ruby-getopt/PLIST
diff -u pkgsrc/devel/ruby-getopt/PLIST:1.3 pkgsrc/devel/ruby-getopt/PLIST:1.4
--- pkgsrc/devel/ruby-getopt/PLIST:1.3  Sun Mar 25 15:56:00 2018
+++ pkgsrc/devel/ruby-getopt/PLIST      Mon Apr 27 05:22:43 2020
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2018/03/25 15:56:00 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/04/27 05:22:43 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/CHANGES
-${GEM_LIBDIR}/MANIFEST
-${GEM_LIBDIR}/README
+${GEM_LIBDIR}/CHANGES.rdoc
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/MANIFEST.rdoc
+${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/certs/djberg96_pub.pem
 ${GEM_LIBDIR}/examples/example_long.rb



Home | Main Index | Thread Index | Old Index