mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Unbreak security/rubygem-ezcrypto
- Move the comment in devel/ruby-gems so it is more visible
This commit is contained in:
parent
b27f70393f
commit
ff624ab2ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462950
@ -1,11 +1,10 @@
|
||||
# Created by: Alexander Novitsky <alecn2002@yandex.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gems
|
||||
# Do not forget to update the following gemspec patches:
|
||||
# - security/rubygem-ezcrypto/files/patch-gemspec
|
||||
# - www/rubygem-gitlab-grack/files/patch-gemspec
|
||||
|
||||
PORTNAME= gems
|
||||
PORTVERSION= 2.7.6
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://production.cf.rubygems.org/rubygems/
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user