From owner-svn-ports-all@freebsd.org  Thu Aug 24 13:03:18 2017
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6F0ADDF0B9;
 Thu, 24 Aug 2017 13:03:18 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id B400A7700F;
 Thu, 24 Aug 2017 13:03:18 +0000 (UTC) (envelope-from tz@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7OD3HIA084515;
 Thu, 24 Aug 2017 13:03:17 GMT (envelope-from tz@FreeBSD.org)
Received: (from tz@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7OD3Hx0084514;
 Thu, 24 Aug 2017 13:03:17 GMT (envelope-from tz@FreeBSD.org)
Message-Id: <201708241303.v7OD3Hx0084514@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org
 using -f
From: Torsten Zuehlsdorff <tz@FreeBSD.org>
Date: Thu, 24 Aug 2017 13:03:17 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r448665 - head/devel/rubygem-peek
X-SVN-Group: ports-head
X-SVN-Commit-Author: tz
X-SVN-Commit-Paths: head/devel/rubygem-peek
X-SVN-Commit-Revision: 448665
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.23
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2017 13:03:19 -0000

Author: tz
Date: Thu Aug 24 13:03:17 2017
New Revision: 448665
URL: https://svnweb.freebsd.org/changeset/ports/448665

Log:
  rubygem-peek/Makefile: Allow RUN_DEPENDS to be overwritten by slave-port

Modified:
  head/devel/rubygem-peek/Makefile

Modified: head/devel/rubygem-peek/Makefile
==============================================================================
--- head/devel/rubygem-peek/Makefile	Thu Aug 24 12:26:16 2017	(r448664)
+++ head/devel/rubygem-peek/Makefile	Thu Aug 24 13:03:17 2017	(r448665)
@@ -12,7 +12,7 @@ COMMENT=	Take a peek into your Rails application
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-concurrent-ruby>=0.9.0:devel/rubygem-concurrent-ruby \
+RUN_DEPENDS?=	rubygem-concurrent-ruby>=0.9.0:devel/rubygem-concurrent-ruby \
 		rubygem-concurrent-ruby-ext>=0.9.0:devel/rubygem-concurrent-ruby-ext \
 		rubygem-railties5>=4.0.0:www/rubygem-railties5