From 49a211c1c7eb8c2af14ecfd88519228695340814 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 5 Nov 2017 21:17:25 +0000 Subject: Fix patch --- security/rubygem-ezcrypto/Makefile | 2 -- security/rubygem-ezcrypto/files/patch-gemspec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'security') 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] -- cgit