aboutsummaryrefslogtreecommitdiff
path: root/net/py-txamqp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-01 13:23:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-01 13:23:37 +0000
commitd39802fdd0c94e4ba66ad99e4486c975d86430cd (patch)
tree185f85dc126e698e13a17fc4b1ef2dfbe6387b04 /net/py-txamqp
parent7e2ecc8f2249b84a67ce772169153311d7ba4c1e (diff)
downloadports-d39802fdd0c94e4ba66ad99e4486c975d86430cd.tar.gz
ports-d39802fdd0c94e4ba66ad99e4486c975d86430cd.zip
Fix typo
- Bump PORTREVISION for dependency change Notified by: bdrewery
Notes
Notes: svn path=/head/; revision=460589
Diffstat (limited to 'net/py-txamqp')
-rw-r--r--net/py-txamqp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile
index 68a9f34b0ad3..21e8ab9d785f 100644
--- a/net/py-txamqp/Makefile
+++ b/net/py-txamqp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= txamqp
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ COMMENT= Twisted Python library for the AMQP messaging protocol
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR}
NO_ARCH= yes