svn commit: r457982 - in head/databases/rubygem-mario-redis-lock: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 3 16:46:12 UTC 2018


Author: sunpoet
Date: Wed Jan  3 16:46:09 2018
New Revision: 457982
URL: https://svnweb.freebsd.org/changeset/ports/457982

Log:
  Fix version requirement of RUN_DEPENDS
  
  - Rename gemspec patch to patch-gemspec
  - Clean up gemspec patch

Added:
  head/databases/rubygem-mario-redis-lock/files/patch-gemspec
     - copied, changed from r457981, head/databases/rubygem-mario-redis-lock/files/patch-mario-redis-lock.gemspec
Deleted:
  head/databases/rubygem-mario-redis-lock/files/patch-mario-redis-lock.gemspec
Modified:
  head/databases/rubygem-mario-redis-lock/Makefile

Modified: head/databases/rubygem-mario-redis-lock/Makefile
==============================================================================
--- head/databases/rubygem-mario-redis-lock/Makefile	Wed Jan  3 16:46:04 2018	(r457981)
+++ head/databases/rubygem-mario-redis-lock/Makefile	Wed Jan  3 16:46:09 2018	(r457982)
@@ -11,7 +11,7 @@ COMMENT=	Ruby distributed lock using Redis, with empha
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-redis>=4:databases/rubygem-redis
+RUN_DEPENDS=	rubygem-redis>=3.0.5:databases/rubygem-redis
 
 USES=		gem
 USE_RUBY=	yes

Copied and modified: head/databases/rubygem-mario-redis-lock/files/patch-gemspec (from r457981, head/databases/rubygem-mario-redis-lock/files/patch-mario-redis-lock.gemspec)
==============================================================================
--- head/databases/rubygem-mario-redis-lock/files/patch-mario-redis-lock.gemspec	Wed Jan  3 16:46:04 2018	(r457981, copy source)
+++ head/databases/rubygem-mario-redis-lock/files/patch-gemspec	Wed Jan  3 16:46:09 2018	(r457982)
@@ -1,4 +1,4 @@
---- mario-redis-lock.gemspec.orig	2018-01-03 01:55:48 UTC
+--- mario-redis-lock.gemspec.orig	2018-01-03 14:13:28 UTC
 +++ mario-redis-lock.gemspec
 @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
      s.specification_version = 4
@@ -9,12 +9,3 @@
        s.add_development_dependency(%q<bundler>.freeze, ["~> 1"])
        s.add_development_dependency(%q<rake>.freeze, ["~> 10"])
      else
-@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
-       s.add_dependency(%q<rake>.freeze, ["~> 10"])
-     end
-   else
--    s.add_dependency(%q<redis>.freeze, [">= 3.0.5", "~> 3"])
-+    s.add_dependency(%q<redis>.freeze, [">= 3.0.5"])
-     s.add_dependency(%q<bundler>.freeze, ["~> 1"])
-     s.add_dependency(%q<rake>.freeze, ["~> 10"])
-   end


More information about the svn-ports-all mailing list