Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2018 13:23:37 +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: r460589 - head/net/py-txamqp
Message-ID:  <201802011323.w11DNb3g020522@repo.freebsd.org>

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



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