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

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

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

Modified:
  head/devel/py-graphene/Makefile

Modified: head/devel/py-graphene/Makefile
==============================================================================
--- head/devel/py-graphene/Makefile	Mon Dec 30 16:57:59 2019	(r521515)
+++ head/devel/py-graphene/Makefile	Mon Dec 30 16:58:05 2019	(r521516)
@@ -3,6 +3,7 @@
 
 PORTNAME=	graphene
 PORTVERSION=	2.1.8
+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}aniso8601>=3<7:devel/py-aniso8601@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}graphql-core>=2.1<3:devel/py-graphql-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1<3:devel/py-graphql-core2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}graphql-relay>=2<3:devel/py-graphql-relay@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR}
 



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