aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2018-03-27 21:06:15 +0000
committerDan Langille <dvl@FreeBSD.org>2018-03-27 21:06:15 +0000
commit674127a010efeb26ee65e1c59d3827dfd1b9932a (patch)
tree454a946c77e593c6a899a1f6ee7e5bb0d8d28b64 /sysutils
parent21231f9da07486c57a599d25c68e7fc28124bd2a (diff)
downloadports-674127a010efeb26ee65e1c59d3827dfd1b9932a.tar.gz
ports-674127a010efeb26ee65e1c59d3827dfd1b9932a.zip
Add @${PY_FLAVOR} to RUN_DEPENDS (thanks lifanov)
While here: * use PORTVERSION not DISTVERSION * bump PORTREVSION Reported by: lifanov
Notes
Notes: svn path=/head/; revision=465754
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-hared/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-hared/Makefile b/sysutils/py-hared/Makefile
index 8535b79650f0..59e322950842 100644
--- a/sysutils/py-hared/Makefile
+++ b/sysutils/py-hared/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
PORTNAME= hared
-DISTVERSION= 1.0
+PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,14 +11,13 @@ MAINTAINER= dvl@FreeBSD.org
COMMENT= Small Python server for inserting notications into mtqq
LICENSE= MIT
-LICENSE_FILE= LICENSE
USES= python
USE_PYTHON= distutils autoplist
ETCDIR= ${PREFIX}/etc
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt@${PY_FLAVOR}
PLIST_FILES+= "@sample %%ETCDIR%%/hared.ini.sample"