From owner-svn-ports-all@freebsd.org Sun Mar 27 17:58:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22C5BADF7C7; Sun, 27 Mar 2016 17:58:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E7CF71961; Sun, 27 Mar 2016 17:58:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RHwtNF021150; Sun, 27 Mar 2016 17:58:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RHwtF1021148; Sun, 27 Mar 2016 17:58:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603271758.u2RHwtF1021148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Mar 2016 17:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412009 - in head/textproc/rubygem-github-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.21 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: Sun, 27 Mar 2016 17:58:56 -0000 Author: sunpoet Date: Sun Mar 27 17:58:54 2016 New Revision: 412009 URL: https://svnweb.freebsd.org/changeset/ports/412009 Log: - Fix gemspec for rubygem-escape_utils 1.2.0 update - Bump PORTREVISION for package change PR: 208321 Submitted by: xmj Added: head/textproc/rubygem-github-linguist/files/ head/textproc/rubygem-github-linguist/files/patch-gemspec (contents, props changed) Modified: head/textproc/rubygem-github-linguist/Makefile Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Sun Mar 27 17:56:49 2016 (r412008) +++ head/textproc/rubygem-github-linguist/Makefile Sun Mar 27 17:58:54 2016 (r412009) @@ -2,6 +2,7 @@ PORTNAME= github-linguist PORTVERSION= 4.8.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG Added: head/textproc/rubygem-github-linguist/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-linguist/files/patch-gemspec Sun Mar 27 17:58:54 2016 (r412009) @@ -0,0 +1,11 @@ +--- github-linguist.gemspec.orig 2016-03-27 13:03:54 UTC ++++ github-linguist.gemspec +@@ -22,7 +22,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["~> 0.7.3"]) +- s.add_runtime_dependency(%q, ["~> 1.1.0"]) ++ s.add_runtime_dependency(%q, [">= 1.1.0"]) + s.add_runtime_dependency(%q, [">= 1.19"]) + s.add_runtime_dependency(%q, [">= 0.23.0b"]) + s.add_development_dependency(%q, [">= 5.0"])