diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-21 05:46:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-21 05:46:36 +0800 |
commit | 8a723408db1a5d0d32cccadcc65916bdfa428af6 (patch) | |
tree | 44fc48b6fc9c219599fbceb33bf14e2a3e337484 /security | |
parent | 704b338925e32b267fc7407fcb910ba15ad5ea58 (diff) | |
download | freebsd-ports-gnome-8a723408db1a5d0d32cccadcc65916bdfa428af6.tar.gz freebsd-ports-gnome-8a723408db1a5d0d32cccadcc65916bdfa428af6.tar.zst freebsd-ports-gnome-8a723408db1a5d0d32cccadcc65916bdfa428af6.zip |
Fix patching
Reported by: pkg-fallout
MFH: 2015Q2
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-ezcrypto/files/patch-gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rubygem-ezcrypto/files/patch-gemspec b/security/rubygem-ezcrypto/files/patch-gemspec index 6dd4666e4b83..1307075f1857 100644 --- a/security/rubygem-ezcrypto/files/patch-gemspec +++ b/security/rubygem-ezcrypto/files/patch-gemspec @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org" s.requirements = ["none"] s.rubyforge_project = "ezcrypto" - s.rubygems_version = "2.4.6" + s.rubygems_version = "2.4.7" s.summary = "Simplified encryption library." - s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/store", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] + s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] |