From owner-svn-ports-all@freebsd.org Thu Jun 9 11:19:59 2016 Return-Path: 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 C75BBB6D30F; Thu, 9 Jun 2016 11:19:59 +0000 (UTC) (envelope-from romain@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 947571F39; Thu, 9 Jun 2016 11:19:59 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59BJwLM027925; Thu, 9 Jun 2016 11:19:58 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59BJwmt027923; Thu, 9 Jun 2016 11:19:58 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201606091119.u59BJwmt027923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Thu, 9 Jun 2016 11:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416593 - in head/databases: puppetdb-terminus3 puppetdb3 X-SVN-Group: ports-head 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.22 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: Thu, 09 Jun 2016 11:19:59 -0000 Author: romain Date: Thu Jun 9 11:19:58 2016 New Revision: 416593 URL: https://svnweb.freebsd.org/changeset/ports/416593 Log: Oh, yes, we do not need ${PORTSDIR}/ anymore Pointy hat to: me Modified: head/databases/puppetdb-terminus3/Makefile head/databases/puppetdb3/Makefile Modified: head/databases/puppetdb-terminus3/Makefile ============================================================================== --- head/databases/puppetdb-terminus3/Makefile Thu Jun 9 11:15:15 2016 (r416592) +++ head/databases/puppetdb-terminus3/Makefile Thu Jun 9 11:19:58 2016 (r416593) @@ -11,7 +11,7 @@ COMMENT= PuppetDB storeconfigs backend t LICENSE= APACHE20 -BUILD_DEPENDS= puppet:${PORTSDIR}/sysutils/puppet4 +BUILD_DEPENDS= puppet:sysutils/puppet4 CONFLICTS_INSTALL= puppetdb-terminus-* puppetdb-terminus4-* USE_RUBY= yes Modified: head/databases/puppetdb3/Makefile ============================================================================== --- head/databases/puppetdb3/Makefile Thu Jun 9 11:15:15 2016 (r416592) +++ head/databases/puppetdb3/Makefile Thu Jun 9 11:19:58 2016 (r416593) @@ -11,10 +11,10 @@ COMMENT= PuppetDB storeconfigs backend LICENSE= APACHE20 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - puppet:${PORTSDIR}/sysutils/puppet4 -BUILD_DEPENDS= rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \ - rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake +RUN_DEPENDS= bash:shells/bash \ + puppet:sysutils/puppet4 +BUILD_DEPENDS= rubygem-facter>=0:sysutils/rubygem-facter \ + rubygem-rake>=0:devel/rubygem-rake USE_RC_SUBR= puppetdb