From owner-svn-ports-head@freebsd.org Thu Jun 9 02:50:04 2016 Return-Path: Delivered-To: svn-ports-head@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 53FFFB6ECE9; Thu, 9 Jun 2016 02:50:04 +0000 (UTC) (envelope-from mat@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 11AD9121D; Thu, 9 Jun 2016 02:50:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u592o3x4039489; Thu, 9 Jun 2016 02:50:03 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u592o2SK039483; Thu, 9 Jun 2016 02:50:02 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201606090250.u592o2SK039483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 9 Jun 2016 02:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416578 - in head: games/pyfa mail/opensmtpd-extras mail/pear-Horde_Mapi sysutils/mcollective-nrpe-agent sysutils/mcollective-nrpe-client sysutils/mcollective-nrpe-common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 02:50:04 -0000 Author: mat Date: Thu Jun 9 02:50:02 2016 New Revision: 416578 URL: https://svnweb.freebsd.org/changeset/ports/416578 Log: It's been a long time since I checked ${PORTSDIR} in _DEPENDS line. It seems quite a few crept in. Pointy hat to: fluffy, mm, romain Sponsored by: Absolight Modified: head/games/pyfa/Makefile (contents, props changed) head/mail/opensmtpd-extras/Makefile (contents, props changed) head/mail/pear-Horde_Mapi/Makefile (contents, props changed) head/sysutils/mcollective-nrpe-agent/Makefile (contents, props changed) head/sysutils/mcollective-nrpe-client/Makefile (contents, props changed) head/sysutils/mcollective-nrpe-common/Makefile (contents, props changed) Modified: head/games/pyfa/Makefile ============================================================================== --- head/games/pyfa/Makefile Thu Jun 9 02:42:20 2016 (r416577) +++ head/games/pyfa/Makefile Thu Jun 9 02:50:02 2016 (r416578) @@ -33,7 +33,7 @@ WX_COMPS= wx:run python:run OPTIONS_DEFINE= DPSGRAPHING DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib) -DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.0:${PORTSDIR}/math/py-matplotlib \ +DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.0:math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools Modified: head/mail/opensmtpd-extras/Makefile ============================================================================== --- head/mail/opensmtpd-extras/Makefile Thu Jun 9 02:42:20 2016 (r416577) +++ head/mail/opensmtpd-extras/Makefile Thu Jun 9 02:50:02 2016 (r416578) @@ -37,10 +37,10 @@ NO_OPTIONS_SORT= yes OPTIONS_DEFINE= OPENSMTP_DEVEL OPENSMTP_DEVEL_DESC= Depend on opensmtpd-devel (opensmtpd if off) -OPENSMTP_DEVEL_BUILD_DEPENDS_OFF= smtpctl:${PORTSDIR}/mail/opensmtpd -OPENSMTP_DEVEL_RUN_DEPENDS_OFF= smtpctl:${PORTSDIR}/mail/opensmtpd -OPENSMTP_DEVEL_BUILD_DEPENDS= smtpctl:${PORTSDIR}/mail/opensmtpd-devel -OPENSMTP_DEVEL_RUN_DEPENDS= smtpctl:${PORTSDIR}/mail/opensmtpd-devel +OPENSMTP_DEVEL_BUILD_DEPENDS_OFF= smtpctl:mail/opensmtpd +OPENSMTP_DEVEL_RUN_DEPENDS_OFF= smtpctl:mail/opensmtpd +OPENSMTP_DEVEL_BUILD_DEPENDS= smtpctl:mail/opensmtpd-devel +OPENSMTP_DEVEL_RUN_DEPENDS= smtpctl:mail/opensmtpd-devel .if empty(SLAVE_PORT) OPTIONS_GROUP= TOOLS TABLE FILTER FILTER_EXP QUEUE SCHEDULER @@ -129,7 +129,7 @@ TABLE_SOCKETMAP_RUN_DEPENDS= ${INSTALL_ TABLE_SQLITE_RUN_DEPENDS= ${INSTALL_DIR}/table-sqlite:mail/opensmtpd-extras-table-sqlite # Tools -TOOL_STATS_RUN_DEPENDS= tool-stats:${PORTSDIR}/mail/opensmtpd-extras-tool-stats +TOOL_STATS_RUN_DEPENDS= tool-stats:mail/opensmtpd-extras-tool-stats .else # Only install this for the opensmtpd-extras master port Modified: head/mail/pear-Horde_Mapi/Makefile ============================================================================== --- head/mail/pear-Horde_Mapi/Makefile Thu Jun 9 02:42:20 2016 (r416577) +++ head/mail/pear-Horde_Mapi/Makefile Thu Jun 9 02:50:02 2016 (r416578) @@ -15,6 +15,6 @@ USE_HORDE_RUN= Horde_Date \ USE_PHP+= bcmath -RUN_DEPENDS+= ${PEARDIR}/Math/BigInteger.php:${PORTSDIR}/math/pear-Math_BigInteger +RUN_DEPENDS+= ${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger .include Modified: head/sysutils/mcollective-nrpe-agent/Makefile ============================================================================== --- head/sysutils/mcollective-nrpe-agent/Makefile Thu Jun 9 02:42:20 2016 (r416577) +++ head/sysutils/mcollective-nrpe-agent/Makefile Thu Jun 9 02:50:02 2016 (r416578) @@ -7,7 +7,7 @@ COMMENT= MCollective agent to interact w # See MASTERDIR for MAINTAINER. -RUN_DEPENDS= mcollective-nrpe-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-nrpe-common +RUN_DEPENDS= mcollective-nrpe-common>=${PORTVERSION}:sysutils/mcollective-nrpe-common MASTERDIR= ${.CURDIR}/../mcollective-nrpe-common Modified: head/sysutils/mcollective-nrpe-client/Makefile ============================================================================== --- head/sysutils/mcollective-nrpe-client/Makefile Thu Jun 9 02:42:20 2016 (r416577) +++ head/sysutils/mcollective-nrpe-client/Makefile Thu Jun 9 02:50:02 2016 (r416578) @@ -6,7 +6,7 @@ COMMENT= MCollective client to interact # See MASTERDIR for MAINTAINER. -RUN_DEPENDS= mcollective-nrpe-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-nrpe-common +RUN_DEPENDS= mcollective-nrpe-common>=${PORTVERSION}:sysutils/mcollective-nrpe-common MASTERDIR= ${.CURDIR}/../mcollective-nrpe-common Modified: head/sysutils/mcollective-nrpe-common/Makefile ============================================================================== --- head/sysutils/mcollective-nrpe-common/Makefile Thu Jun 9 02:42:20 2016 (r416577) +++ head/sysutils/mcollective-nrpe-common/Makefile Thu Jun 9 02:50:02 2016 (r416578) @@ -9,7 +9,7 @@ COMMENT?= MCollective common files to in LICENSE= APACHE20 -RUN_DEPENDS?= mcollective>=2:${PORTSDIR}/sysutils/mcollective +RUN_DEPENDS?= mcollective>=2:sysutils/mcollective USE_GITHUB= yes GH_ACCOUNT= puppetlabs