pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-method_source



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 23 16:55:54 UTC 2020

Modified Files:
        pkgsrc/misc/ruby-method_source: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ruby-method_source/Makefile \
    pkgsrc/misc/ruby-method_source/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ruby-method_source/distinfo

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

Modified files:

Index: pkgsrc/misc/ruby-method_source/Makefile
diff -u pkgsrc/misc/ruby-method_source/Makefile:1.2 pkgsrc/misc/ruby-method_source/Makefile:1.3
--- pkgsrc/misc/ruby-method_source/Makefile:1.2 Wed Mar 14 15:02:25 2018
+++ pkgsrc/misc/ruby-method_source/Makefile     Mon Mar 23 16:55:54 2020
@@ -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 @@ HOMEPAGE=       https://github.com/banister/me
 COMMENT=       Return the source code for a method
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/ruby-method_source/PLIST
diff -u pkgsrc/misc/ruby-method_source/PLIST:1.2 pkgsrc/misc/ruby-method_source/PLIST:1.3
--- pkgsrc/misc/ruby-method_source/PLIST:1.2    Wed Mar 14 15:02:25 2018
+++ pkgsrc/misc/ruby-method_source/PLIST        Mon Mar 23 16:55:54 2020
@@ -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

Index: pkgsrc/misc/ruby-method_source/distinfo
diff -u pkgsrc/misc/ruby-method_source/distinfo:1.3 pkgsrc/misc/ruby-method_source/distinfo:1.4
--- pkgsrc/misc/ruby-method_source/distinfo:1.3 Wed Mar 14 15:02:25 2018
+++ pkgsrc/misc/ruby-method_source/distinfo     Mon Mar 23 16:55:54 2020
@@ -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