svn commit: r462262 - head/textproc/rubygem-github-linguist47

Joseph Mingrone jrm at FreeBSD.org
Sun Feb 18 19:26:46 UTC 2018


Author: jrm
Date: Sun Feb 18 19:26:45 2018
New Revision: 462262
URL: https://svnweb.freebsd.org/changeset/ports/462262

Log:
  textproc/rubygem-github-linguist47: Limit PORTSCOUT checks; sorting

Modified:
  head/textproc/rubygem-github-linguist47/Makefile   (contents, props changed)

Modified: head/textproc/rubygem-github-linguist47/Makefile
==============================================================================
--- head/textproc/rubygem-github-linguist47/Makefile	Sun Feb 18 18:54:15 2018	(r462261)
+++ head/textproc/rubygem-github-linguist47/Makefile	Sun Feb 18 19:26:45 2018	(r462262)
@@ -17,13 +17,14 @@ RUN_DEPENDS=	rubygem-charlock_holmes>=0.7.3:textproc/r
 		rubygem-mime-types>=1.19:misc/rubygem-mime-types \
 		rubygem-rugged>=0.23.0b:devel/rubygem-rugged
 
-# bin/linguist
-CONFLICTS_INSTALL=	qtchooser rubygem-github-linguist rubygem-gitlab-linguist
-
-NO_ARCH=	yes
 USES=		gem
 USE_RUBY=	yes
 
+NO_ARCH=	yes
+# bin/linguist
+CONFLICTS_INSTALL=	qtchooser rubygem-github-linguist rubygem-gitlab-linguist
 PLIST_FILES=	bin/git-linguist bin/linguist
+
+PORTSCOUT=	limit:^4\.7\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list