Date: Tue, 7 Apr 2015 18:18:02 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383530 - head/security/rubygem-ezcrypto/files Message-ID: <201504071818.t37II2gZ070398@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Apr 7 18:18:01 2015 New Revision: 383530 URL: https://svnweb.freebsd.org/changeset/ports/383530 Log: security/rubygem-ezcrypto: fix patch Modified: head/security/rubygem-ezcrypto/files/patch-gemspec Modified: head/security/rubygem-ezcrypto/files/patch-gemspec ============================================================================== --- head/security/rubygem-ezcrypto/files/patch-gemspec Tue Apr 7 18:15:05 2015 (r383529) +++ head/security/rubygem-ezcrypto/files/patch-gemspec Tue Apr 7 18:18:01 2015 (r383530) @@ -1,6 +1,6 @@ ---- ezcrypto.gemspec.orig 2015-01-22 01:19:35.000000000 +0000 -+++ ezcrypto.gemspec 2015-01-22 01:20:01.000000000 +0000 -@@ -12,12 +12,12 @@ +--- ezcrypto.gemspec.orig 2015-04-07 18:09:02 UTC ++++ ezcrypto.gemspec +@@ -12,12 +12,12 @@ Gem::Specification.new do |s| s.description = "Makes it easier and safer to write crypto code." s.email = "pelle@stakeventures.com" s.extra_rdoc_files = ["CHANGELOG", "README.rdoc", "README_ACTIVE_CRYPTO", "README_DIGITAL_SIGNATURES"] @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org" s.requirements = ["none"] s.rubyforge_project = "ezcrypto" - s.rubygems_version = "2.4.5" + s.rubygems_version = "2.4.6" s.summary = "Simplified encryption library." - s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/store", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"] + s.test_files = ["test/active_crypto_test.rb", "test/agree2.com.cert", "test/association_key_holder_test.rb", "test/database.yml", "test/debug.log", "test/digest_test.rb", "test/dsakey.pem", "test/dsapubkey.pem", "test/dsig_test.rb", "test/encrypt_test.rb", "test/ezcrypto_test.rb", "test/key_holder_test.rb", "test/protectedsigner.pem", "test/sf-class2-root.crt", "test/sf_intermediate.crt", "test/test_helper.rb", "test/testchild.pem", "test/testchild.req", "test/testpub.pem", "test/testsigner.cert", "test/testsigner.pem", "test/valicert_class2_root.crt"]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504071818.t37II2gZ070398>