aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2018-02-19 03:26:45 +0800
committerjrm <jrm@FreeBSD.org>2018-02-19 03:26:45 +0800
commite770cf081e32155851ef08c5c58d93dfcb3bc0e3 (patch)
treea4910605a7969ccf01a15b0a1299117e7fcee65f /textproc
parent5fbe721cee8ab4df7373656503a764264a869b51 (diff)
downloadfreebsd-ports-gnome-e770cf081e32155851ef08c5c58d93dfcb3bc0e3.tar.gz
freebsd-ports-gnome-e770cf081e32155851ef08c5c58d93dfcb3bc0e3.tar.zst
freebsd-ports-gnome-e770cf081e32155851ef08c5c58d93dfcb3bc0e3.zip
textproc/rubygem-github-linguist47: Limit PORTSCOUT checks; sorting
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-github-linguist47/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/rubygem-github-linguist47/Makefile b/textproc/rubygem-github-linguist47/Makefile
index 4a5157879f91..7717fa00f68a 100644
--- a/textproc/rubygem-github-linguist47/Makefile
+++ b/textproc/rubygem-github-linguist47/Makefile
@@ -17,13 +17,14 @@ RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \
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>