pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/ruby-method_source misc/ruby-method_source: updat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/21bc5b4e2e11
branches: trunk
changeset: 414012:21bc5b4e2e11
user: taca <taca%pkgsrc.org@localhost>
date: Mon Mar 23 16:55:54 2020 +0000
description:
misc/ruby-method_source: update to 1.0.0
Update ruby-method_source to 1.0.0.
pkgsrc change: add "USE_LANGAUGES= # none".
v1.0.0 (March 19, 2020)
* Added Ruby 2.7 support
diffstat:
misc/ruby-method_source/Makefile | 6 ++++--
misc/ruby-method_source/PLIST | 5 +++--
misc/ruby-method_source/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 9 deletions(-)
diffs (50 lines):
diff -r f4c822bbae35 -r 21bc5b4e2e11 misc/ruby-method_source/Makefile
--- a/misc/ruby-method_source/Makefile Mon Mar 23 16:50:07 2020 +0000
+++ b/misc/ruby-method_source/Makefile Mon Mar 23 16:55:54 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/03/14 15:02:25 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/23 16:55:54 taca Exp $
-DISTNAME= method_source-0.9.0
+DISTNAME= method_source-1.0.0
CATEGORIES= misc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@
COMMENT= Return the source code for a method
LICENSE= mit
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r f4c822bbae35 -r 21bc5b4e2e11 misc/ruby-method_source/PLIST
--- a/misc/ruby-method_source/PLIST Mon Mar 23 16:50:07 2020 +0000
+++ b/misc/ruby-method_source/PLIST Mon Mar 23 16:55:54 2020 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/14 15:02:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/03/23 16:55:54 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.circleci/config.yml
${GEM_LIBDIR}/.gemtest
-${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.markdown
diff -r f4c822bbae35 -r 21bc5b4e2e11 misc/ruby-method_source/distinfo
--- a/misc/ruby-method_source/distinfo Mon Mar 23 16:50:07 2020 +0000
+++ b/misc/ruby-method_source/distinfo Mon Mar 23 16:55:54 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/03/14 15:02:25 taca Exp $
+$NetBSD: distinfo,v 1.4 2020/03/23 16:55:54 taca Exp $
-SHA1 (method_source-0.9.0.gem) = f0286dc6f0e77c3622a37c385c8638270063210c
-RMD160 (method_source-0.9.0.gem) = d7b4a5441e42a25f9801a32c0ee16885a3860fd1
-SHA512 (method_source-0.9.0.gem) = 4ef6cdf3f4427a7910f9da8e569d9cc2711de449498fe88ea8782379330a5725a4800168b06fcc593c18faa52294836881852768306303ebc658f97c1bec8830
-Size (method_source-0.9.0.gem) = 13312 bytes
+SHA1 (method_source-1.0.0.gem) = dd5cac56b5867d2bffc7a76a60fe5b54d8c88538
+RMD160 (method_source-1.0.0.gem) = e9974778b97be94dd2a98e5af235bf53862eab3a
+SHA512 (method_source-1.0.0.gem) = d3a2dace01d987203d0520583120bfe08812237602421efc3ec7ff8054f2403b0aac13f15b8b91dfdb6e6679a519f707ede67ea6fed72cd8242edacc828a9caa
+Size (method_source-1.0.0.gem) = 13824 bytes
Home |
Main Index |
Thread Index |
Old Index