aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-10-17 01:47:37 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-10-17 01:47:37 +0800
commit0716421522c580d4c81806a4f5e9ef5f8bd33f52 (patch)
tree414165bf71ad44cd9c7b99f875f23f65ed169ceb
parentb2af1f085a61f36ff7b785d5b8cf75dd35f05221 (diff)
downloadfreebsd-ports-gnome-0716421522c580d4c81806a4f5e9ef5f8bd33f52.tar.gz
freebsd-ports-gnome-0716421522c580d4c81806a4f5e9ef5f8bd33f52.tar.zst
freebsd-ports-gnome-0716421522c580d4c81806a4f5e9ef5f8bd33f52.zip
Update to 5.3.0
Changes: https://github.com/github/linguist/releases
-rw-r--r--textproc/rubygem-github-linguist/Makefile4
-rw-r--r--textproc/rubygem-github-linguist/distinfo6
-rw-r--r--textproc/rubygem-github-linguist/files/patch-gemspec2
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/rubygem-github-linguist/Makefile b/textproc/rubygem-github-linguist/Makefile
index f871d825f428..1ad17b90a2fe 100644
--- a/textproc/rubygem-github-linguist/Makefile
+++ b/textproc/rubygem-github-linguist/Makefile
@@ -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
diff --git a/textproc/rubygem-github-linguist/distinfo b/textproc/rubygem-github-linguist/distinfo
index a045a6ca0245..721a3f4ee97d 100644
--- a/textproc/rubygem-github-linguist/distinfo
+++ b/textproc/rubygem-github-linguist/distinfo
@@ -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
diff --git a/textproc/rubygem-github-linguist/files/patch-gemspec b/textproc/rubygem-github-linguist/files/patch-gemspec
index f9263a52615e..27b9bb235cf6 100644
--- a/textproc/rubygem-github-linguist/files/patch-gemspec
+++ b/textproc/rubygem-github-linguist/files/patch-gemspec
@@ -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"])