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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 4 18:54:46 UTC 2018


Author: sunpoet
Date: Wed Apr  4 18:54:29 2018
New Revision: 466499
URL: https://svnweb.freebsd.org/changeset/ports/466499

Log:
  Change RUN_DEPENDS from rubygem-escape_utils-rails4 to rubygem-escape_utils
  
  - Bump PORTREVISION for dependency change

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

Modified: head/textproc/rubygem-gitlab-linguist/Makefile
==============================================================================
--- head/textproc/rubygem-gitlab-linguist/Makefile	Wed Apr  4 18:54:24 2018	(r466498)
+++ head/textproc/rubygem-gitlab-linguist/Makefile	Wed Apr  4 18:54:29 2018	(r466499)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gitlab-linguist
 PORTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	GitHub Language detection
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-charlock_holmes>=0.6.6:textproc/rubygem-charlock_holmes \
-		rubygem-escape_utils-rails4>=0.2.4:textproc/rubygem-escape_utils-rails4 \
+		rubygem-escape_utils>=0.2.4:textproc/rubygem-escape_utils \
 		rubygem-mime-types1>=1.19:misc/rubygem-mime-types1
 
 # bin/linguist


More information about the svn-ports-head mailing list