Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 16:00:39 +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: r516684 - head/devel/py-graphql-core
Message-ID:  <201911041600.xA4G0dDn053027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov  4 16:00:39 2019
New Revision: 516684
URL: https://svnweb.freebsd.org/changeset/ports/516684

Log:
  Change RUN_DEPENDS from py-rx to py-rx1
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-graphql-core/Makefile

Modified: head/devel/py-graphql-core/Makefile
==============================================================================
--- head/devel/py-graphql-core/Makefile	Mon Nov  4 16:00:34 2019	(r516683)
+++ head/devel/py-graphql-core/Makefile	Mon Nov  4 16:00:39 2019	(r516684)
@@ -3,6 +3,7 @@
 
 PORTNAME=	graphql-core
 PORTVERSION=	2.2.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rx>=1.6<3:devel/py-rx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rx1>=1.6<3:devel/py-rx1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
 
 USES=		python



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