svn commit: r406580 - in head: devel/ruby-gems security/rubygem-ezcrypto/files

Steve Wills swills at FreeBSD.org
Mon Jan 18 15:29:07 UTC 2016


Author: swills
Date: Mon Jan 18 15:29:05 2016
New Revision: 406580
URL: https://svnweb.freebsd.org/changeset/ports/406580

Log:
  devel/ruby-gems: update to 2.5.1
  
  PR:		206327

Modified:
  head/devel/ruby-gems/Makefile
  head/devel/ruby-gems/distinfo
  head/security/rubygem-ezcrypto/files/patch-gemspec

Modified: head/devel/ruby-gems/Makefile
==============================================================================
--- head/devel/ruby-gems/Makefile	Mon Jan 18 15:15:41 2016	(r406579)
+++ head/devel/ruby-gems/Makefile	Mon Jan 18 15:29:05 2016	(r406580)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gems
-PORTVERSION=	2.5.0
+PORTVERSION=	2.5.1
 CATEGORIES=	devel ruby
 MASTER_SITES=	http://production.cf.rubygems.org/rubygems/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}

Modified: head/devel/ruby-gems/distinfo
==============================================================================
--- head/devel/ruby-gems/distinfo	Mon Jan 18 15:15:41 2016	(r406579)
+++ head/devel/ruby-gems/distinfo	Mon Jan 18 15:29:05 2016	(r406580)
@@ -1,2 +1,2 @@
-SHA256 (ruby/rubygems-2.5.0.tgz) = a39e95acb86f52fdca38b1484b2eed61a7f76551119079d7a9f8c67c5be78831
-SIZE (ruby/rubygems-2.5.0.tgz) = 467978
+SHA256 (ruby/rubygems-2.5.1.tgz) = 02d4bb76687983d973ea8700912e798ca23be32bcce7956171254c93a2365273
+SIZE (ruby/rubygems-2.5.1.tgz) = 469494

Modified: head/security/rubygem-ezcrypto/files/patch-gemspec
==============================================================================
--- head/security/rubygem-ezcrypto/files/patch-gemspec	Mon Jan 18 15:15:41 2016	(r406579)
+++ head/security/rubygem-ezcrypto/files/patch-gemspec	Mon Jan 18 15:29:05 2016	(r406580)
@@ -1,6 +1,6 @@
---- ezcrypto.gemspec.orig	2015-04-07 18:09:02 UTC
-+++ ezcrypto.gemspec
-@@ -12,12 +12,12 @@ Gem::Specification.new do |s|
+--- ezcrypto.gemspec.orig	2016-01-18 15:19:53.558658000 +0000
++++ ezcrypto.gemspec	2016-01-18 15:21:16.571386000 +0000
+@@ -12,12 +12,12 @@
    s.description = "Makes it easier and safer to write crypto code."
    s.email = "pelle at 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.5.0"
+   s.rubygems_version = "2.5.1"
    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"]


More information about the svn-ports-head mailing list