aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-04-03 20:57:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-04-03 20:57:17 +0800
commit4b4c23c8a11d7249002eefc77de2709a22bd844c (patch)
tree926979e83fa42703ca0803e75b1fa694a445114b
parent075a40d33a9c934f7a6413bc272a05fa9550daa3 (diff)
downloadfreebsd-ports-gnome-4b4c23c8a11d7249002eefc77de2709a22bd844c.tar.gz
freebsd-ports-gnome-4b4c23c8a11d7249002eefc77de2709a22bd844c.tar.zst
freebsd-ports-gnome-4b4c23c8a11d7249002eefc77de2709a22bd844c.zip
Pet portlint
-rw-r--r--lang/ruby24/Makefile2
-rw-r--r--lang/ruby24/files/patch-tool_rbinstall.rb10
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/ruby24/Makefile b/lang/ruby24/Makefile
index 87d80443cb82..6bb4856cd6df 100644
--- a/lang/ruby24/Makefile
+++ b/lang/ruby24/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${RUBY_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
-COMMENT?= Object-oriented interpreted scripting language
+COMMENT= Object-oriented interpreted scripting language
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
diff --git a/lang/ruby24/files/patch-tool_rbinstall.rb b/lang/ruby24/files/patch-tool_rbinstall.rb
index 3f8e3d072086..e858ac3509c6 100644
--- a/lang/ruby24/files/patch-tool_rbinstall.rb
+++ b/lang/ruby24/files/patch-tool_rbinstall.rb
@@ -1,6 +1,6 @@
---- tool/rbinstall.rb.orig 2016-10-17 07:17:07.000000000 +0000
-+++ tool/rbinstall.rb 2016-12-13 14:55:27.945769000 +0000
-@@ -324,6 +324,7 @@
+--- tool/rbinstall.rb.orig 2017-03-12 08:02:52 UTC
++++ tool/rbinstall.rb
+@@ -324,6 +324,7 @@ bindir = CONFIG["bindir", true]
libdir = CONFIG[CONFIG.fetch("libdirname", "libdir"), true]
rubyhdrdir = CONFIG["rubyhdrdir", true]
archhdrdir = CONFIG["rubyarchhdrdir"] || (rubyhdrdir + "/" + CONFIG['arch'])
@@ -8,7 +8,7 @@
rubylibdir = CONFIG["rubylibdir", true]
archlibdir = CONFIG["rubyarchdir", true]
sitelibdir = CONFIG["sitelibdir"]
-@@ -378,7 +379,7 @@
+@@ -378,7 +379,7 @@ end
install?(:local, :arch, :data) do
pc = CONFIG["ruby_pc"]
if pc and File.file?(pc) and File.size?(pc)
@@ -17,7 +17,7 @@
install pc, pkgconfigdir, :mode => $data_mode
end
end
-@@ -694,110 +695,6 @@
+@@ -694,110 +695,6 @@ end
# :startdoc: