pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-gemcutter



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 14 14:57:34 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-gemcutter: Makefile PLIST

Log Message:
devel/ruby-gemcuttre: fix build with Ruby 3.0


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-gemcutter/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-gemcutter/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-gemcutter/Makefile
diff -u pkgsrc/devel/ruby-gemcutter/Makefile:1.5 pkgsrc/devel/ruby-gemcutter/Makefile:1.6
--- pkgsrc/devel/ruby-gemcutter/Makefile:1.5    Sat Apr  6 14:09:32 2013
+++ pkgsrc/devel/ruby-gemcutter/Makefile        Sun Feb 14 14:57:34 2021
@@ -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"

Index: pkgsrc/devel/ruby-gemcutter/PLIST
diff -u pkgsrc/devel/ruby-gemcutter/PLIST:1.3 pkgsrc/devel/ruby-gemcutter/PLIST:1.4
--- pkgsrc/devel/ruby-gemcutter/PLIST:1.3       Wed Dec 14 17:04:15 2011
+++ pkgsrc/devel/ruby-gemcutter/PLIST   Sun Feb 14 14:57:34 2021
@@ -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}/lib/rubygems_plugin.rb
 ${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