diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-05-17 06:30:28 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-05-17 06:30:28 +0000 |
commit | 4fdf0c57fe7e952deadf2fe7b5bb5f532193f38b (patch) | |
tree | 8036f3851cbdca9f2de6ab123fd049f6e2287e04 /net-im/mikutter/files/patch-mikutter.rb | |
parent | Update to 6.11. (diff) |
- Update to 3.2.3
- Regenerate patch file with 'make makepatch'
- Use USES=shebangfix instead of RUBY_SHEBANG_FILES
- Remove RUBY_REQUIRE
Diffstat (limited to 'net-im/mikutter/files/patch-mikutter.rb')
-rw-r--r-- | net-im/mikutter/files/patch-mikutter.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-im/mikutter/files/patch-mikutter.rb b/net-im/mikutter/files/patch-mikutter.rb index 73fa18eb9ed7..2f0ee4a46994 100644 --- a/net-im/mikutter/files/patch-mikutter.rb +++ b/net-im/mikutter/files/patch-mikutter.rb @@ -1,11 +1,11 @@ ---- mikutter.rb.orig 2013-06-12 02:55:23.699616516 +0000 -+++ mikutter.rb 2013-06-12 02:58:14.554656063 +0000 -@@ -11,7 +11,7 @@ - You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +--- mikutter.rb.orig 2015-05-14 01:40:33 UTC ++++ mikutter.rb +@@ -9,7 +9,7 @@ This software is released under the MIT + http://opensource.org/licenses/mit-license.php =end -mikutter_directory = File.expand_path(File.dirname(__FILE__)) +mikutter_directory = '%%RUBY_SITELIBDIR%%/mikutter' - begin - ENV['BUNDLE_GEMFILE'] = File.expand_path(File.join(File.dirname($0), "Gemfile")) + unless ENV['DISABLE_BUNDLER_SETUP'] + begin |