svn commit: r441103 - in head/devel/rubygem-gitlab_git: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 17 17:16:22 UTC 2017
Author: sunpoet
Date: Wed May 17 17:16:21 2017
New Revision: 441103
URL: https://svnweb.freebsd.org/changeset/ports/441103
Log:
Fix gemspec for rubygem-rugged 0.25.1 update
- Bump PORTREVISION for package change
Modified:
head/devel/rubygem-gitlab_git/Makefile
head/devel/rubygem-gitlab_git/files/patch-gemspec
Modified: head/devel/rubygem-gitlab_git/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_git/Makefile Wed May 17 17:16:15 2017 (r441102)
+++ head/devel/rubygem-gitlab_git/Makefile Wed May 17 17:16:21 2017 (r441103)
@@ -2,6 +2,7 @@
PORTNAME= gitlab_git
PORTVERSION= 10.7.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
Modified: head/devel/rubygem-gitlab_git/files/patch-gemspec
==============================================================================
--- head/devel/rubygem-gitlab_git/files/patch-gemspec Wed May 17 17:16:15 2017 (r441102)
+++ head/devel/rubygem-gitlab_git/files/patch-gemspec Wed May 17 17:16:21 2017 (r441103)
@@ -1,11 +1,14 @@
---- gitlab_git.gemspec.orig 2016-03-28 15:12:58 UTC
+--- gitlab_git.gemspec.orig 2017-05-17 16:12:40 UTC
+++ gitlab_git.gemspec
-@@ -21,7 +21,7 @@
+@@ -21,9 +21,9 @@ Gem::Specification.new do |s|
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<github-linguist>.freeze, ["~> 4.7.0"])
+ s.add_runtime_dependency(%q<github-linguist>.freeze, [">= 4.7.0"])
s.add_runtime_dependency(%q<activesupport>.freeze, ["~> 4.0"])
- s.add_runtime_dependency(%q<rugged>.freeze, ["~> 0.24.0"])
+- s.add_runtime_dependency(%q<rugged>.freeze, ["~> 0.24.0"])
++ s.add_runtime_dependency(%q<rugged>.freeze, [">= 0.24.0"])
s.add_runtime_dependency(%q<charlock_holmes>.freeze, ["~> 0.7.3"])
+ s.add_development_dependency(%q<listen>.freeze, ["~> 3.0.6"])
+ else
More information about the svn-ports-head
mailing list