Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2017 15:08:00 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440882 - head/security/rubygem-ezcrypto/files
Message-ID:  <201705141508.v4EF800C084543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun May 14 15:08:00 2017
New Revision: 440882
URL: https://svnweb.freebsd.org/changeset/ports/440882

Log:
  Fix patch failure.
  
  Approved by:	"just fix it"

Modified:
  head/security/rubygem-ezcrypto/files/patch-ezcrypto.gemspec

Modified: head/security/rubygem-ezcrypto/files/patch-ezcrypto.gemspec
==============================================================================
--- head/security/rubygem-ezcrypto/files/patch-ezcrypto.gemspec	Sun May 14 14:40:24 2017	(r440881)
+++ head/security/rubygem-ezcrypto/files/patch-ezcrypto.gemspec	Sun May 14 15:08:00 2017	(r440882)
@@ -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.11".freeze
+   s.rubygems_version = "2.6.12".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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705141508.v4EF800C084543>