Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 09:18:29 +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: r521687 - head/devel/py-graphene
Message-ID:  <202001010918.0019ITDX060070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  1 09:18:29 2020
New Revision: 521687
URL: https://svnweb.freebsd.org/changeset/ports/521687

Log:
  Change RUN_DEPENDS from py-graphql-relay to py-graphql-relay2
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-graphene/Makefile

Modified: head/devel/py-graphene/Makefile
==============================================================================
--- head/devel/py-graphene/Makefile	Wed Jan  1 09:18:24 2020	(r521686)
+++ head/devel/py-graphene/Makefile	Wed Jan  1 09:18:29 2020	(r521687)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphene
 PORTVERSION=	2.1.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aniso8601>=3<7:devel/py-aniso8601@${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}graphql-relay2>=2<3:devel/py-graphql-relay2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR}
 
 USES=		python



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