svn commit: r448498 - head/net/py-txamqp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 21 20:44:34 UTC 2017


Author: sunpoet
Date: Mon Aug 21 20:44:32 2017
New Revision: 448498
URL: https://svnweb.freebsd.org/changeset/ports/448498

Log:
  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 at gmail.com> (maintainer)

Modified:
  head/net/py-txamqp/Makefile

Modified: head/net/py-txamqp/Makefile
==============================================================================
--- head/net/py-txamqp/Makefile	Mon Aug 21 20:44:28 2017	(r448497)
+++ head/net/py-txamqp/Makefile	Mon Aug 21 20:44:32 2017	(r448498)
@@ -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 at gmail.com
+MAINTAINER=	ports at 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}


More information about the svn-ports-all mailing list