From owner-svn-ports-head@freebsd.org Mon Oct 16 17:47:38 2017 Return-Path: Delivered-To: svn-ports-head@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 B82F8E406F2; Mon, 16 Oct 2017 17:47:38 +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 7A2AB64EB7; Mon, 16 Oct 2017 17:47:38 +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 v9GHlbax036213; Mon, 16 Oct 2017 17:47:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9GHlbtB036210; Mon, 16 Oct 2017 17:47:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710161747.v9GHlbtB036210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Oct 2017 17:47:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452234 - in head/textproc/rubygem-github-linguist: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc/rubygem-github-linguist: . files X-SVN-Commit-Revision: 452234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2017 17:47:38 -0000 Author: sunpoet Date: Mon Oct 16 17:47:37 2017 New Revision: 452234 URL: https://svnweb.freebsd.org/changeset/ports/452234 Log: Update to 5.3.0 Changes: https://github.com/github/linguist/releases Modified: head/textproc/rubygem-github-linguist/Makefile head/textproc/rubygem-github-linguist/distinfo head/textproc/rubygem-github-linguist/files/patch-gemspec Modified: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- head/textproc/rubygem-github-linguist/Makefile Mon Oct 16 17:47:32 2017 (r452233) +++ head/textproc/rubygem-github-linguist/Makefile Mon Oct 16 17:47:37 2017 (r452234) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= github-linguist -PORTVERSION= 5.2.0 +PORTVERSION= 5.3.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= GitHub Language detection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ +RUN_DEPENDS= rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \ rubygem-escape_utils>=1.1.0:textproc/rubygem-escape_utils \ rubygem-mime-types>=1.19:misc/rubygem-mime-types \ rubygem-rugged>=0.25.1:devel/rubygem-rugged Modified: head/textproc/rubygem-github-linguist/distinfo ============================================================================== --- head/textproc/rubygem-github-linguist/distinfo Mon Oct 16 17:47:32 2017 (r452233) +++ head/textproc/rubygem-github-linguist/distinfo Mon Oct 16 17:47:37 2017 (r452234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505929142 -SHA256 (rubygem/github-linguist-5.2.0.gem) = 23fd43960f2c506f207932a6d61a8add1feaa30b55059d136ed703e3234fa6de -SIZE (rubygem/github-linguist-5.2.0.gem) = 2131456 +TIMESTAMP = 1508167332 +SHA256 (rubygem/github-linguist-5.3.0.gem) = c8b5460930f1f8450b1e657f08990ac5258184fed972cc2bf0d14f37be9da9c3 +SIZE (rubygem/github-linguist-5.3.0.gem) = 2331136 Modified: head/textproc/rubygem-github-linguist/files/patch-gemspec ============================================================================== --- head/textproc/rubygem-github-linguist/files/patch-gemspec Mon Oct 16 17:47:32 2017 (r452233) +++ head/textproc/rubygem-github-linguist/files/patch-gemspec Mon Oct 16 17:47:37 2017 (r452234) @@ -3,7 +3,7 @@ @@ -22,7 +22,7 @@ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["~> 0.7.3"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.7.5"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.1.0"]) + s.add_runtime_dependency(%q.freeze, [">= 1.1.0"]) s.add_runtime_dependency(%q.freeze, [">= 1.19"])