diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-21 20:44:32 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-21 20:44:32 +0000 |
commit | 789030df917f47270ff02186da57ca2c71d7ebf6 (patch) | |
tree | 00dd3472f0b182f7dc3336ff083edcd9297d802d | |
parent | d2ac3b6d81e2636c35dbb2b1473bd50393370c49 (diff) | |
download | FreeBSD-ports-789030df917f47270ff02186da57ca2c71d7ebf6.zip FreeBSD-ports-789030df917f47270ff02186da57ca2c71d7ebf6.tar.gz |
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)
-rw-r--r-- | net/py-txamqp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index e6dde03..37380fb 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} |