diff options
author | swills <swills@FreeBSD.org> | 2013-02-26 10:43:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-02-26 10:43:16 +0800 |
commit | acb47cc01cde390d78a0f646ee92777c21b00cb6 (patch) | |
tree | cdb079e5ce0dcc6741316fc8a6fa33553e6b7645 /devel | |
parent | 4781fe75e23dc5fdcbba8713593815df2bb13d21 (diff) | |
download | freebsd-ports-gnome-acb47cc01cde390d78a0f646ee92777c21b00cb6.tar.gz freebsd-ports-gnome-acb47cc01cde390d78a0f646ee92777c21b00cb6.tar.zst freebsd-ports-gnome-acb47cc01cde390d78a0f646ee92777c21b00cb6.zip |
- Fix build
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-rapt/files/patch-gemspec | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/rubygem-rapt/files/patch-gemspec b/devel/rubygem-rapt/files/patch-gemspec new file mode 100644 index 000000000000..f60051b6e350 --- /dev/null +++ b/devel/rubygem-rapt/files/patch-gemspec @@ -0,0 +1,14 @@ +--- rapt-0.2.2.gemspec.orig 2013-02-26 02:37:18.000000000 +0000 ++++ rapt-0.2.2.gemspec 2013-02-26 02:38:04.000000000 +0000 +@@ -56,11 +56,9 @@ + - test/sandbox/rails_app + - test/sandbox/rails_app/config + - test/sandbox/rails_app/script +-- test/sandbox/rails_app/vendor + - test/sandbox/rails_app/config/boot.rb + - test/sandbox/rails_app/config/environment.rb + - test/sandbox/rails_app/script/plugin +-- test/sandbox/rails_app/vendor/plugins + test_files: [] + + rdoc_options: [] |