Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 16:58:16 +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: r521519 - head/devel/py-graphql-relay
Message-ID:  <201912301658.xBUGwGpF016504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec 30 16:58:15 2019
New Revision: 521519
URL: https://svnweb.freebsd.org/changeset/ports/521519

Log:
  Change RUN_DEPENDS from py-graphql-core to py-graphql-core2
  
  - Bump PORTREVISION for dependency change

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

Modified: head/devel/py-graphql-relay/Makefile
==============================================================================
--- head/devel/py-graphql-relay/Makefile	Mon Dec 30 16:58:11 2019	(r521518)
+++ head/devel/py-graphql-relay/Makefile	Mon Dec 30 16:58:15 2019	(r521519)
@@ -3,6 +3,7 @@
 
 PORTNAME=	graphql-relay
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Relay implementation for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graphql-core>=2.2<3:devel/py-graphql-core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.2<3:devel/py-graphql-core2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}promise>=2.2<3:devel/py-promise@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR}
 



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