svn commit: r462171 - head/textproc/rubygem-github-linguist47
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 17 16:40:36 UTC 2018
Author: sunpoet
Date: Sat Feb 17 16:40:35 2018
New Revision: 462171
URL: https://svnweb.freebsd.org/changeset/ports/462171
Log:
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
Modified:
head/textproc/rubygem-github-linguist47/Makefile
Modified: head/textproc/rubygem-github-linguist47/Makefile
==============================================================================
--- head/textproc/rubygem-github-linguist47/Makefile Sat Feb 17 16:40:30 2018 (r462170)
+++ head/textproc/rubygem-github-linguist47/Makefile Sat Feb 17 16:40:35 2018 (r462171)
@@ -4,6 +4,7 @@ PORTNAME= github-linguist
PORTVERSION= 4.7.6
CATEGORIES= textproc rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 47
MAINTAINER= ruby at 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
More information about the svn-ports-all
mailing list