Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:36:08 +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: r410407 - head/textproc/rubygem-gitlab-linguist
Message-ID:  <201603060636.u266a8kB059956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  6 06:36:07 2016
New Revision: 410407
URL: https://svnweb.freebsd.org/changeset/ports/410407

Log:
  - Fix RUN_DEPENDS

Modified:
  head/textproc/rubygem-gitlab-linguist/Makefile

Modified: head/textproc/rubygem-gitlab-linguist/Makefile
==============================================================================
--- head/textproc/rubygem-gitlab-linguist/Makefile	Sun Mar  6 06:36:03 2016	(r410406)
+++ head/textproc/rubygem-gitlab-linguist/Makefile	Sun Mar  6 06:36:07 2016	(r410407)
@@ -11,11 +11,10 @@ COMMENT=	GitHub Language detection
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-charlock_holmes>=0.6.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \
-		rubygem-escape_utils-rails4>=0.3.1:${PORTSDIR}/textproc/rubygem-escape_utils-rails4 \
+		rubygem-escape_utils-rails4>=0.2.4:${PORTSDIR}/textproc/rubygem-escape_utils-rails4 \
 		rubygem-mime-types1>=1.19:${PORTSDIR}/misc/rubygem-mime-types1
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes



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