From owner-svn-ports-all@freebsd.org Sat Feb 17 16:40:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EDE3F1E9BB; Sat, 17 Feb 2018 16:40:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E86B988905; Sat, 17 Feb 2018 16:40:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2B381F368; Sat, 17 Feb 2018 16:40:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1HGeZgD023284; Sat, 17 Feb 2018 16:40:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1HGeZNN023283; Sat, 17 Feb 2018 16:40:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802171640.w1HGeZNN023283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Feb 2018 16:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462171 - head/textproc/rubygem-github-linguist47 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-github-linguist47 X-SVN-Commit-Revision: 462171 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2018 16:40:36 -0000 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