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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 1 13:23:38 UTC 2018


Author: sunpoet
Date: Thu Feb  1 13:23:37 2018
New Revision: 460589
URL: https://svnweb.freebsd.org/changeset/ports/460589

Log:
  Fix typo
  
  - Bump PORTREVISION for dependency change
  
  Notified by:	bdrewery

Modified:
  head/net/py-txamqp/Makefile

Modified: head/net/py-txamqp/Makefile
==============================================================================
--- head/net/py-txamqp/Makefile	Thu Feb  1 13:23:32 2018	(r460588)
+++ head/net/py-txamqp/Makefile	Thu Feb  1 13:23:37 2018	(r460589)
@@ -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
 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


More information about the svn-ports-head mailing list