svn commit: r452487 - in head/textproc/rubygem-github-linguist: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 19 20:37:04 UTC 2017
Author: sunpoet
Date: Thu Oct 19 20:37:02 2017
New Revision: 452487
URL: https://svnweb.freebsd.org/changeset/ports/452487
Log:
Update to 5.3.1
- Update gemspec patch
Changes: https://github.com/github/linguist/releases
https://github.com/github/linguist/commits/master
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 Thu Oct 19 20:36:57 2017 (r452486)
+++ head/textproc/rubygem-github-linguist/Makefile Thu Oct 19 20:37:02 2017 (r452487)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= github-linguist
-PORTVERSION= 5.3.0
+PORTVERSION= 5.3.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
Modified: head/textproc/rubygem-github-linguist/distinfo
==============================================================================
--- head/textproc/rubygem-github-linguist/distinfo Thu Oct 19 20:36:57 2017 (r452486)
+++ head/textproc/rubygem-github-linguist/distinfo Thu Oct 19 20:37:02 2017 (r452487)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508167332
-SHA256 (rubygem/github-linguist-5.3.0.gem) = c8b5460930f1f8450b1e657f08990ac5258184fed972cc2bf0d14f37be9da9c3
-SIZE (rubygem/github-linguist-5.3.0.gem) = 2331136
+TIMESTAMP = 1508435440
+SHA256 (rubygem/github-linguist-5.3.1.gem) = 3697a40f343f216f91c4c1c8b4bcaa58820a3c02582241e5d73c9bb3dae01f7c
+SIZE (rubygem/github-linguist-5.3.1.gem) = 2330624
Modified: head/textproc/rubygem-github-linguist/files/patch-gemspec
==============================================================================
--- head/textproc/rubygem-github-linguist/files/patch-gemspec Thu Oct 19 20:36:57 2017 (r452486)
+++ head/textproc/rubygem-github-linguist/files/patch-gemspec Thu Oct 19 20:37:02 2017 (r452487)
@@ -5,7 +5,7 @@
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
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<escape_utils>.freeze, ["~> 1.1"])
s.add_runtime_dependency(%q<mime-types>.freeze, [">= 1.19"])
s.add_runtime_dependency(%q<rugged>.freeze, [">= 0.23.0b"])
s.add_development_dependency(%q<minitest>.freeze, [">= 5.0"])
More information about the svn-ports-head
mailing list