diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-11-06 05:17:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-11-06 05:17:25 +0800 |
commit | 49a211c1c7eb8c2af14ecfd88519228695340814 (patch) | |
tree | 0dd5d80fb99dad0fb197db4afd7f61b0bec6c836 /security | |
parent | b53b8b12ea193675c12ac89d3436f02a04070406 (diff) | |
download | freebsd-ports-gnome-49a211c1c7eb8c2af14ecfd88519228695340814.tar.gz freebsd-ports-gnome-49a211c1c7eb8c2af14ecfd88519228695340814.tar.zst freebsd-ports-gnome-49a211c1c7eb8c2af14ecfd88519228695340814.zip |
Fix patch
Diffstat (limited to 'security')
-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] |