svn commit: r411609 - in head/devel/rubygem-gitlab_git: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 21 18:04:10 UTC 2016


Author: sunpoet
Date: Mon Mar 21 18:04:09 2016
New Revision: 411609
URL: https://svnweb.freebsd.org/changeset/ports/411609

Log:
  - Fix gemspec for rubygem-github-linguist 4.8.0 update
  - Bump PORTREVISION for package change
  
  PR:		208172
  Submitted by:	xmj

Added:
  head/devel/rubygem-gitlab_git/files/
  head/devel/rubygem-gitlab_git/files/patch-gemspec   (contents, props changed)
Modified:
  head/devel/rubygem-gitlab_git/Makefile

Modified: head/devel/rubygem-gitlab_git/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_git/Makefile	Mon Mar 21 18:01:32 2016	(r411608)
+++ head/devel/rubygem-gitlab_git/Makefile	Mon Mar 21 18:04:09 2016	(r411609)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gitlab_git
 PORTVERSION=	10.0.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Added: head/devel/rubygem-gitlab_git/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gitlab_git/files/patch-gemspec	Mon Mar 21 18:04:09 2016	(r411609)
@@ -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<github-linguist>, ["~> 4.7.0"])
++      s.add_runtime_dependency(%q<github-linguist>, [">= 4.7.0"])
+       s.add_runtime_dependency(%q<activesupport>, ["~> 4.0"])
+       s.add_runtime_dependency(%q<rugged>, ["~> 0.24.0"])
+       s.add_runtime_dependency(%q<charlock_holmes>, ["~> 0.7.3"])


More information about the svn-ports-all mailing list