svn commit: r410407 - head/textproc/rubygem-gitlab-linguist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:36:09 UTC 2016


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


More information about the svn-ports-head mailing list