aboutsummaryrefslogtreecommitdiff
path: root/net/py-txamqp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-21 20:44:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-21 20:44:32 +0000
commitb41b95b2c8996328a12161ac4c98400e0a5c32a8 (patch)
tree00dd3472f0b182f7dc3336ff083edcd9297d802d /net/py-txamqp
parent71796dfcf02204520804313b093da15a41e85c48 (diff)
downloadports-b41b95b2c8996328a12161ac4c98400e0a5c32a8.tar.gz
ports-b41b95b2c8996328a12161ac4c98400e0a5c32a8.zip
Change from USES=twisted to devel/py-twisted
- Pass maintainership to ports@ - Bump PORTREVISION for dependency change PR: 221646 Submitted by: sunpoet (myself) Approved by: <horus.li@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=448498
Diffstat (limited to 'net/py-txamqp')
-rw-r--r--net/py-txamqp/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile
index e6dde032dfad..37380fbdc50d 100644
--- a/net/py-txamqp/Makefile
+++ b/net/py-txamqp/Makefile
@@ -3,20 +3,21 @@
PORTNAME= txamqp
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net python
MASTER_SITES= http://launchpadlibrarian.net/30388120/ \
# http://launchpad.net/txamqp/trunk/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig
-MAINTAINER= horus.li@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Twisted Python library for the AMQP messaging protocol
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift \
+ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
NO_ARCH= yes
-USES= python:2 twisted
+USES= python:2
USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION}