diff options
author | taca <taca@pkgsrc.org> | 2020-04-27 05:22:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-04-27 05:22:43 +0000 |
commit | 68b7bb5e2bb661ac0f4ef036d7f676ae1730a019 (patch) | |
tree | 0cefb7d2b39c8ba216791a892ade12cb36f7df09 | |
parent | ef5322f450197fea2593ff5ba1eaf3bc7222cbec (diff) | |
download | pkgsrc-68b7bb5e2bb661ac0f4ef036d7f676ae1730a019.tar.gz |
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.
-rw-r--r-- | devel/ruby-getopt/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-getopt/PLIST | 9 | ||||
-rw-r--r-- | devel/ruby-getopt/distinfo | 10 |
3 files changed, 12 insertions, 11 deletions
diff --git a/devel/ruby-getopt/Makefile b/devel/ruby-getopt/Makefile index 8b92cea6e2e..2d21fbcdae6 100644 --- a/devel/ruby-getopt/Makefile +++ b/devel/ruby-getopt/Makefile @@ -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 diff --git a/devel/ruby-getopt/PLIST b/devel/ruby-getopt/PLIST index 555e04f8dcb..78d954814a6 100644 --- a/devel/ruby-getopt/PLIST +++ b/devel/ruby-getopt/PLIST @@ -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 diff --git a/devel/ruby-getopt/distinfo b/devel/ruby-getopt/distinfo index f83014674b2..1812c2d0d09 100644 --- a/devel/ruby-getopt/distinfo +++ b/devel/ruby-getopt/distinfo @@ -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 |