Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2016 17:58:55 +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: r412009 - in head/textproc/rubygem-github-linguist: . files
Message-ID:  <201603271758.u2RHwtF1021148@repo.freebsd.org>

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



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