Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2017 17:47:37 +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: r452234 - in head/textproc/rubygem-github-linguist: . files
Message-ID:  <201710161747.v9GHlbtB036210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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<charlock_holmes>.freeze, ["~> 0.7.3"])
+       s.add_runtime_dependency(%q<charlock_holmes>.freeze, ["~> 0.7.5"])
 -      s.add_runtime_dependency(%q<escape_utils>.freeze, ["~> 1.1.0"])
 +      s.add_runtime_dependency(%q<escape_utils>.freeze, [">= 1.1.0"])
        s.add_runtime_dependency(%q<mime-types>.freeze, [">= 1.19"])



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