Index: head/devel/rubygem-gitlab_git/Makefile =================================================================== --- head/devel/rubygem-gitlab_git/Makefile (revision 414217) +++ head/devel/rubygem-gitlab_git/Makefile (revision 414218) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= gitlab_git -PORTVERSION= 10.0.1 +PORTVERSION= 10.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= GitLab wrapper around git objects LICENSE= MIT RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \ rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \ rubygem-rugged>=0.24.0:devel/rubygem-rugged NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/devel/rubygem-gitlab_git/distinfo =================================================================== --- head/devel/rubygem-gitlab_git/distinfo (revision 414217) +++ head/devel/rubygem-gitlab_git/distinfo (revision 414218) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab_git-10.0.1.gem) = 01de1824ab61e61d3d0ab604e4ca0790d01c9ebfcbbd21f6ffc632df08bb895c -SIZE (rubygem/gitlab_git-10.0.1.gem) = 25600 +SHA256 (rubygem/gitlab_git-10.0.2.gem) = 363493241294b1abdabe8e59f4746174c1817051a4683889a149f81a55abfdc8 +SIZE (rubygem/gitlab_git-10.0.2.gem) = 26112 Index: head/devel/rubygem-gitlab_git/files/patch-gemspec =================================================================== --- head/devel/rubygem-gitlab_git/files/patch-gemspec (revision 414217) +++ head/devel/rubygem-gitlab_git/files/patch-gemspec (revision 414218) @@ -1,11 +1,11 @@ ---- gitlab_git.gemspec.orig 2016-03-28 15:12:57.632719000 +0000 -+++ gitlab_git.gemspec 2016-03-28 15:15:22.614886000 +0000 +--- gitlab_git.gemspec.orig 2016-03-28 15:12:58 UTC ++++ gitlab_git.gemspec @@ -21,7 +21,7 @@ s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["~> 4.7.0"]) + s.add_runtime_dependency(%q.freeze, [">= 4.7.0"]) s.add_runtime_dependency(%q.freeze, ["~> 4.0"]) s.add_runtime_dependency(%q.freeze, ["~> 0.24.0"]) s.add_runtime_dependency(%q.freeze, ["~> 0.7.3"])