Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 17:10:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398521 - in head/devel/rubygem-gitlab_git: . files
Message-ID:  <201510031710.t93HAScC012711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct  3 17:10:27 2015
New Revision: 398521
URL: https://svnweb.freebsd.org/changeset/ports/398521

Log:
  - Update to 7.2.17
  - Fix gemspec
  
  Changes:	https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG

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
  head/devel/rubygem-gitlab_git/distinfo

Modified: head/devel/rubygem-gitlab_git/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_git/Makefile	Sat Oct  3 17:10:22 2015	(r398520)
+++ head/devel/rubygem-gitlab_git/Makefile	Sat Oct  3 17:10:27 2015	(r398521)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab_git
-PORTVERSION=	7.2.16
+PORTVERSION=	7.2.17
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-gitlab_git/distinfo
==============================================================================
--- head/devel/rubygem-gitlab_git/distinfo	Sat Oct  3 17:10:22 2015	(r398520)
+++ head/devel/rubygem-gitlab_git/distinfo	Sat Oct  3 17:10:27 2015	(r398521)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gitlab_git-7.2.16.gem) = e83ab7309d665f4e634e218d4c2e93b323ba7865426cf89e9623beefba1e1a4d
-SIZE (rubygem/gitlab_git-7.2.16.gem) = 22528
+SHA256 (rubygem/gitlab_git-7.2.17.gem) = b9d911f6e848c738e6ad71dec9d6411803967eced47e205eaac748054460d371
+SIZE (rubygem/gitlab_git-7.2.17.gem) = 22528

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	Sat Oct  3 17:10:27 2015	(r398521)
@@ -0,0 +1,11 @@
+--- gitlab_git.gemspec.orig	2015-10-03 08:54:45 UTC
++++ gitlab_git.gemspec
+@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
+     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+       s.add_runtime_dependency(%q<gitlab-linguist>, ["~> 3.0"])
+       s.add_runtime_dependency(%q<activesupport>, ["~> 4.0"])
+-      s.add_runtime_dependency(%q<rugged>, ["~> 0.22.2"])
++      s.add_runtime_dependency(%q<rugged>, [">= 0.22.2"])
+       s.add_runtime_dependency(%q<charlock_holmes>, ["~> 0.6"])
+     else
+       s.add_dependency(%q<gitlab-linguist>, ["~> 3.0"])



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510031710.t93HAScC012711>