summaryrefslogtreecommitdiff
path: root/security/ruby-acl/files/patch-install.rb
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-11 05:34:28 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-10-11 05:34:28 +0000
commit8f2bb0ababc016d140d7408d966f18d80df0d8de (patch)
treed69af22bb4d66375b76d5a56d03a08af6318d854 /security/ruby-acl/files/patch-install.rb
parent- Update to 0.5.3 (bugfix release) (diff)
2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9 2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9 2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9 2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9 2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9 2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9 2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9 2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9 2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9 2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9 2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9 2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9 2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9 2013-10-10 security/ruby-acl: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9 2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9 2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9 2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
Notes
Notes: svn path=/head/; revision=330056
Diffstat (limited to 'security/ruby-acl/files/patch-install.rb')
-rw-r--r--security/ruby-acl/files/patch-install.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/ruby-acl/files/patch-install.rb b/security/ruby-acl/files/patch-install.rb
deleted file mode 100644
index 6d8c5a3244cd..000000000000
--- a/security/ruby-acl/files/patch-install.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- install.rb~ Fri Jan 28 00:37:45 2005
-+++ install.rb Fri Jan 28 00:38:12 2005
-@@ -41,7 +41,7 @@
- site_libdir = $:.find {|x| x =~ /site_ruby$/}
- if !site_libdir
- site_libdir = File.join(@libdir, "site_ruby")
-- elsif site_libdir !~ Regexp.quote(@version)
-+ elsif site_libdir !~ /#{Regexp.quote(@version)}/
- site_libdir = File.join(site_libdir, @version)
- end
- site_libdir