From owner-svn-ports-all@FreeBSD.ORG Tue May 26 17:56:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 308D7E0E; Tue, 26 May 2015 17:56:10 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04B533FF; Tue, 26 May 2015 17:56:10 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4QHu9Ye086834; Tue, 26 May 2015 17:56:09 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4QHu9OX086830; Tue, 26 May 2015 17:56:09 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505261756.t4QHu9OX086830@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Tue, 26 May 2015 17:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387498 - in head/textproc/rubygem-gitlab-linguist: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2015 17:56:10 -0000 Author: mmoll Date: Tue May 26 17:56:08 2015 New Revision: 387498 URL: https://svnweb.freebsd.org/changeset/ports/387498 Log: textproc/rubygem-gitlab-linguist: update to 3.0.1 PR: 199730 Differential Revision: https://reviews.freebsd.org/D2627 Submitted by: Torsten Zuehlsdorff Approved by: swills (mentor) Added: head/textproc/rubygem-gitlab-linguist/files/ head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec (contents, props changed) Modified: head/textproc/rubygem-gitlab-linguist/Makefile head/textproc/rubygem-gitlab-linguist/distinfo Modified: head/textproc/rubygem-gitlab-linguist/Makefile ============================================================================== --- head/textproc/rubygem-gitlab-linguist/Makefile Tue May 26 17:52:58 2015 (r387497) +++ head/textproc/rubygem-gitlab-linguist/Makefile Tue May 26 17:56:08 2015 (r387498) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-linguist -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-gitlab-linguist/distinfo ============================================================================== --- head/textproc/rubygem-gitlab-linguist/distinfo Tue May 26 17:52:58 2015 (r387497) +++ head/textproc/rubygem-gitlab-linguist/distinfo Tue May 26 17:56:08 2015 (r387498) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab-linguist-3.0.0.gem) = 6652604cdf0168832ba5fe6662251f792730fbcb9253869625658cb1e8d9563c -SIZE (rubygem/gitlab-linguist-3.0.0.gem) = 260096 +SHA256 (rubygem/gitlab-linguist-3.0.1.gem) = 2b16d5f6825ad21fae28aa45e8561dedb05b11888a3846b935459eda6aafcd93 +SIZE (rubygem/gitlab-linguist-3.0.1.gem) = 260608 Added: head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec Tue May 26 17:56:08 2015 (r387498) @@ -0,0 +1,13 @@ +--- gitlab-linguist.gemspec.orig 2015-05-22 21:29:46 UTC ++++ gitlab-linguist.gemspec +@@ -20,8 +20,8 @@ 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, ["~> 0.6.6"]) +- s.add_runtime_dependency(%q, ["~> 0.2.4"]) ++ s.add_runtime_dependency(%q, [">= 0.6.6"]) ++ s.add_runtime_dependency(%q, [">= 0.2.4"]) + s.add_runtime_dependency(%q, ["~> 1.19"]) + s.add_development_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, [">= 0"])