diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-18 00:40:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-18 00:40:35 +0800 |
commit | 78c91ea7d68fda7c137b2ced906fe3eb748bb9ff (patch) | |
tree | 6f375c5f8dfa0c5f5cdf46cf98ce0edee5a16461 /textproc | |
parent | de21d5b93cd845d83f267550a2d03cb229871d02 (diff) | |
download | freebsd-ports-gnome-78c91ea7d68fda7c137b2ced906fe3eb748bb9ff.tar.gz freebsd-ports-gnome-78c91ea7d68fda7c137b2ced906fe3eb748bb9ff.tar.zst freebsd-ports-gnome-78c91ea7d68fda7c137b2ced906fe3eb748bb9ff.zip |
Fix PKGNAME collision
- Update RUN_DEPENDS
- Remove PORTSDIR
- Use USES=gem
Reported by: pkg-fallout
Reference: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/461958/logs/github-linguist-4.7.6.log
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-github-linguist47/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/rubygem-github-linguist47/Makefile b/textproc/rubygem-github-linguist47/Makefile index 87d759e23ec3..75c36cc0d5c5 100644 --- a/textproc/rubygem-github-linguist47/Makefile +++ b/textproc/rubygem-github-linguist47/Makefile @@ -4,6 +4,7 @@ PORTNAME= github-linguist PORTVERSION= 4.7.6 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 47 MAINTAINER= ruby@FreeBSD.org COMMENT= GitHub Language detection @@ -11,15 +12,14 @@ COMMENT= GitHub Language detection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \ - rubygem-escape_utils>=1.1.0:${PORTSDIR}/textproc/rubygem-escape_utils \ - rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-rugged>=0.23.0b:${PORTSDIR}/devel/rubygem-rugged +RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ + rubygem-escape_utils11>=1.1.0:textproc/rubygem-escape_utils11 \ + rubygem-mime-types>=1.19:misc/rubygem-mime-types \ + rubygem-rugged>=0.23.0b:devel/rubygem-rugged NO_ARCH= yes +USES= gem USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/git-linguist bin/linguist |