pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-gemcutter devel/ruby-gemcuttre: fix build w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eb722fed4c9
branches:  trunk
changeset: 446933:4eb722fed4c9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 14 14:57:34 2021 +0000

description:
devel/ruby-gemcuttre: fix build with Ruby 3.0

diffstat:

 devel/ruby-gemcutter/Makefile |  6 ++++--
 devel/ruby-gemcutter/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 8a3286d96f13 -r 4eb722fed4c9 devel/ruby-gemcutter/Makefile
--- a/devel/ruby-gemcutter/Makefile     Sun Feb 14 14:55:42 2021 +0000
+++ b/devel/ruby-gemcutter/Makefile     Sun Feb 14 14:57:34 2021 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2013/04/06 14:09:32 rodent Exp $
+# $NetBSD: Makefile,v 1.6 2021/02/14 14:57:34 taca Exp $
 
 DISTNAME=      gemcutter-0.7.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_RUBYGEMS:=gemcutter/}
+HOMEPAGE=      https://rubygems.org/gems/gemcutter
 COMMENT=       Commands to interact with RubyGems.org
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8a3286d96f13 -r 4eb722fed4c9 devel/ruby-gemcutter/PLIST
--- a/devel/ruby-gemcutter/PLIST        Sun Feb 14 14:55:42 2021 +0000
+++ b/devel/ruby-gemcutter/PLIST        Sun Feb 14 14:57:34 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/12/14 17:04:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/02/14 14:57:34 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/MIT-LICENSE
@@ -13,4 +13,5 @@
 ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/webhook_command_test.rb
 ${GEM_LIBDIR}/test/yank_command_test.rb
+${PLIST.ruby_plugins}${GEM_PLUGINSDIR}/gemcutter_plugin.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index