Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2017 20:44:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448498 - head/net/py-txamqp
Message-ID:  <201708212044.v7LKiX2C002922@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708212044.v7LKiX2C002922>