diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-23 21:52:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-23 21:52:20 +0800 |
commit | 51f851031b21dee2abcf7110152b33995a6161b8 (patch) | |
tree | 30910d711f6473b514051e0c612a835d8eec7d16 /security | |
parent | 1454342beb4db8b7899e72cb4ee39a496daac15a (diff) | |
download | freebsd-ports-gnome-51f851031b21dee2abcf7110152b33995a6161b8.tar.gz freebsd-ports-gnome-51f851031b21dee2abcf7110152b33995a6161b8.tar.zst freebsd-ports-gnome-51f851031b21dee2abcf7110152b33995a6161b8.zip |
Update to 2.6.9
- Rename GEM_ENV to GEMS_ENV and move it alongside other GEMS_* variables
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
Differential Revision: https://reviews.freebsd.org/D9291
PR: 216370
Exp-run by: antoine
MFH: 2017Q1
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 0249aba0122b..d156540e72f4 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.8".freeze + s.rubygems_version = "2.6.9".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] |