Date: Sat, 17 Feb 2018 16:40:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462171 - head/textproc/rubygem-github-linguist47 Message-ID: <201802171640.w1HGeZNN023283@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171640.w1HGeZNN023283>