Date: Thu, 9 Jun 2016 02:50:02 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> 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 Message-ID: <201606090250.u592o2SK039483@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606090250.u592o2SK039483>