Date: Mon, 7 Jan 2019 18:32:01 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r489604 - branches/2019Q1/sysutils/py-mqttwarn Message-ID: <201901071832.x07IW1rf082376@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Mon Jan 7 18:32:00 2019 New Revision: 489604 URL: https://svnweb.freebsd.org/changeset/ports/489604 Log: MFH: r489602 Fix depends so that net/py-paho-mqtt actually gets installed. PR: 234697 Reported by: tobik Approved by: ports-secteam (blanket) Modified: branches/2019Q1/sysutils/py-mqttwarn/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/sysutils/py-mqttwarn/Makefile ============================================================================== --- branches/2019Q1/sysutils/py-mqttwarn/Makefile Mon Jan 7 18:31:52 2019 (r489603) +++ branches/2019Q1/sysutils/py-mqttwarn/Makefile Mon Jan 7 18:32:00 2019 (r489604) @@ -2,6 +2,7 @@ PORTNAME= mqttwarn DISTVERSION= 0.10.4 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,8 @@ COMMENT= Subscribe to MQTT topics and notify pluggable LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>=0:net/py-paho-mqtt@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}supervisor>=0:sysutils/py-supervisor@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>=0:net/py-paho-mqtt@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}supervisor>=0:sysutils/py-supervisor@${PY_FLAVOR} USES= python:2.7 shebangfix USE_PYTHON= flavors
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071832.x07IW1rf082376>