Index: head/devel/rubygem-gitlab_git/Makefile =================================================================== --- head/devel/rubygem-gitlab_git/Makefile (revision 411608) +++ head/devel/rubygem-gitlab_git/Makefile (revision 411609) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= gitlab_git PORTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= GitLab wrapper around git objects LICENSE= MIT RUN_DEPENDS= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \ rubygem-github-linguist>=4.7.0:${PORTSDIR}/textproc/rubygem-github-linguist \ rubygem-rugged>=0.24.0:${PORTSDIR}/devel/rubygem-rugged NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-gitlab_git/files/patch-gemspec =================================================================== --- head/devel/rubygem-gitlab_git/files/patch-gemspec (nonexistent) +++ head/devel/rubygem-gitlab_git/files/patch-gemspec (revision 411609) @@ -0,0 +1,11 @@ +--- gitlab_git.gemspec.orig 2016-03-21 16:38:03 UTC ++++ gitlab_git.gemspec +@@ -21,7 +21,7 @@ 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, ["~> 4.7.0"]) ++ s.add_runtime_dependency(%q, [">= 4.7.0"]) + s.add_runtime_dependency(%q, ["~> 4.0"]) + s.add_runtime_dependency(%q, ["~> 0.24.0"]) + s.add_runtime_dependency(%q, ["~> 0.7.3"]) Property changes on: head/devel/rubygem-gitlab_git/files/patch-gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property