diff options
author | jrm <jrm@FreeBSD.org> | 2018-02-19 03:26:45 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-02-19 03:26:45 +0800 |
commit | e770cf081e32155851ef08c5c58d93dfcb3bc0e3 (patch) | |
tree | a4910605a7969ccf01a15b0a1299117e7fcee65f /textproc | |
parent | 5fbe721cee8ab4df7373656503a764264a869b51 (diff) | |
download | freebsd-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/Makefile | 9 |
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> |