Date: Tue, 30 Mar 2021 19:12:14 +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: r569574 - head/devel/py-graphene Message-ID: <202103301912.12UJCEav099645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103301912.12UJCEav099645>