mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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
This commit is contained in:
parent
251f767bb8
commit
8271365a60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416578
@ -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
|
||||
|
||||
|
@ -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_DIR}/table-socketmap:mail/opensmtpd-extr
|
||||
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
|
||||
|
@ -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>
|
||||
|
@ -7,7 +7,7 @@ COMMENT= MCollective agent to interact with the NRPE monitoring system
|
||||
|
||||
# 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
|
||||
|
||||
|
@ -6,7 +6,7 @@ COMMENT= MCollective client to interact with the NRPE monitoring system
|
||||
|
||||
# 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
|
||||
|
||||
|
@ -9,7 +9,7 @@ COMMENT?= MCollective common files to interact with the NRPE monitoring system
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS?= mcollective>=2:${PORTSDIR}/sysutils/mcollective
|
||||
RUN_DEPENDS?= mcollective>=2:sysutils/mcollective
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= puppetlabs
|
||||
|
Loading…
Reference in New Issue
Block a user