diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-02-26 02:43:16 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-02-26 02:43:16 +0000 |
commit | db067d40654dbf2521a9aade3c6dc209f768311d (patch) | |
tree | cdb079e5ce0dcc6741316fc8a6fa33553e6b7645 /devel | |
parent | 81f2a3521b143e1a1417ad98215e6ea8a7c4a534 (diff) | |
download | ports-db067d40654dbf2521a9aade3c6dc209f768311d.tar.gz ports-db067d40654dbf2521a9aade3c6dc209f768311d.zip |
Notes
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: [] |