diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-11-05 21:17:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-11-05 21:17:25 +0000 |
commit | 0d53fb2a71b55b699778b67cc1dec9e8b84949de (patch) | |
tree | 0dd5d80fb99dad0fb197db4afd7f61b0bec6c836 /security/rubygem-ezcrypto | |
parent | 43ab4b14e1dabce6560cf656d55feb5d0a7e0c8b (diff) |
Notes
Diffstat (limited to 'security/rubygem-ezcrypto')
-rw-r--r-- | security/rubygem-ezcrypto/Makefile | 2 | ||||
-rw-r--r-- | security/rubygem-ezcrypto/files/patch-gemspec | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/security/rubygem-ezcrypto/Makefile b/security/rubygem-ezcrypto/Makefile index 5b4eef71b751..15748c5ab1fb 100644 --- a/security/rubygem-ezcrypto/Makefile +++ b/security/rubygem-ezcrypto/Makefile @@ -12,8 +12,6 @@ COMMENT= Wrapper for the poorly documented OpenSSL ruby library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -BROKEN= fails to patch - NO_ARCH= yes USE_RUBY= yes USES= gem diff --git a/security/rubygem-ezcrypto/files/patch-gemspec b/security/rubygem-ezcrypto/files/patch-gemspec index 9b03184d036f..59ad6d85cefc 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".freeze s.requirements = ["none".freeze] s.rubyforge_project = "ezcrypto".freeze - s.rubygems_version = "2.6.13".freeze + s.rubygems_version = "2.6.14".freeze s.summary = "Simplified encryption library.".freeze - s.test_files = ["test/active_crypto_test.rb".freeze, "test/agree2.com.cert".freeze, "test/association_key_holder_test.rb".freeze, "test/database.yml".freeze, "test/debug.log".freeze, "test/digest_test.rb".freeze, "test/dsakey.pem".freeze, "test/dsapubkey.pem".freeze, "test/dsig_test.rb".freeze, "test/encrypt_test.rb".freeze, "test/ezcrypto_test.rb".freeze, "test/key_holder_test.rb".freeze, "test/protectedsigner.pem".freeze, "test/sf-class2-root.crt".freeze, "test/sf_intermediate.crt".freeze, "test/store".freeze, "test/test_helper.rb".freeze, "test/testchild.pem".freeze, "test/testchild.req".freeze, "test/testpub.pem".freeze, "test/testsigner.cert".freeze, "test/testsigner.pem".freeze, "test/valicert_class2_root.crt".freeze] + s.test_files = ["test/active_crypto_test.rb".freeze, "test/agree2.com.cert".freeze, "test/association_key_holder_test.rb".freeze, "test/database.yml".freeze, "test/debug.log".freeze, "test/digest_test.rb".freeze, "test/dsakey.pem".freeze, "test/dsapubkey.pem".freeze, "test/dsig_test.rb".freeze, "test/encrypt_test.rb".freeze, "test/ezcrypto_test.rb".freeze, "test/key_holder_test.rb".freeze, "test/protectedsigner.pem".freeze, "test/sf-class2-root.crt".freeze, "test/sf_intermediate.crt".freeze, "test/test_helper.rb".freeze, "test/testchild.pem".freeze, "test/testchild.req".freeze, "test/testpub.pem".freeze, "test/testsigner.cert".freeze, "test/testsigner.pem".freeze, "test/valicert_class2_root.crt".freeze] |