diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-25 20:11:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-25 20:11:09 +0800 |
commit | 2b563332c2833d82bd8c5d3209cc873f1793e5b4 (patch) | |
tree | f9b4459a8c48d7e12f3e98f197b2b4c81fa93025 /security | |
parent | 98ac62429cce8474219a5f9a9dd7fe2e44f45de4 (diff) | |
download | freebsd-ports-gnome-2b563332c2833d82bd8c5d3209cc873f1793e5b4.tar.gz freebsd-ports-gnome-2b563332c2833d82bd8c5d3209cc873f1793e5b4.tar.zst freebsd-ports-gnome-2b563332c2833d82bd8c5d3209cc873f1793e5b4.zip |
- Unbreak security/rubygem-ezcrypto
- Move the comment in devel/ruby-gems so it is more visible
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-ezcrypto/files/patch-gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rubygem-ezcrypto/files/patch-gemspec b/security/rubygem-ezcrypto/files/patch-gemspec index abe1f40f81a2..393b2e8c6284 100644 --- a/security/rubygem-ezcrypto/files/patch-gemspec +++ b/security/rubygem-ezcrypto/files/patch-gemspec @@ -1,4 +1,4 @@ ---- ezcrypto.gemspec.orig 2017-03-21 14:03:20 UTC +--- ezcrypto.gemspec.orig 2018-02-25 12:00:35 UTC +++ ezcrypto.gemspec @@ -12,12 +12,12 @@ Gem::Specification.new do |s| s.description = "Makes it easier and safer to write crypto code.".freeze @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org".freeze s.requirements = ["none".freeze] s.rubyforge_project = "ezcrypto".freeze - s.rubygems_version = "2.7.5".freeze + s.rubygems_version = "2.7.6".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] |