svn commit: r569574 - head/devel/py-graphene

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 30 19:12:20 UTC 2021


Author: sunpoet
Date: Tue Mar 30 19:12:14 2021
New Revision: 569574
URL: https://svnweb.freebsd.org/changeset/ports/569574

Log:
  Fix build after r569126
  
  - Bump PORTREVISION for dependency change
  
  Reference:	http://beefy18.nyi.freebsd.org/data/main-amd64-default/p569282_sfe496dc02a/logs/py37-graphene-2.1.8_2.log

Modified:
  head/devel/py-graphene/Makefile

Modified: head/devel/py-graphene/Makefile
==============================================================================
--- head/devel/py-graphene/Makefile	Tue Mar 30 19:12:09 2021	(r569573)
+++ head/devel/py-graphene/Makefile	Tue Mar 30 19:12:14 2021	(r569574)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphene
 PORTVERSION=	2.1.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ COMMENT=	GraphQL Framework for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aniso8601>=3<7:devel/py-aniso8601@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aniso86016>=3<7:devel/py-aniso86016@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1<3:devel/py-graphql-core2@${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}


More information about the svn-ports-head mailing list