Index: head/devel/py-canonicaljson/Makefile =================================================================== --- head/devel/py-canonicaljson/Makefile (revision 471794) +++ head/devel/py-canonicaljson/Makefile (revision 471795) @@ -1,33 +1,28 @@ # Created by: Brendan Molloy # $FreeBSD$ PORTNAME= canonicaljson -PORTVERSION= 1.1.3 -DISTVERSIONPREFIX= v -PORTREVISION= 0 +PORTVERSION= 1.1.4 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Canonical JSON LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendict@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} USES= python -USE_GITHUB= yes USE_PYTHON= autoplist distutils - -GH_ACCOUNT= matrix-org -GH_PROJECT= python-canonicaljson - NO_ARCH= yes do-test: @(cd ${WRKSRC} && ${PYTHON_CMD} -m pytest) .include Index: head/devel/py-canonicaljson/distinfo =================================================================== --- head/devel/py-canonicaljson/distinfo (revision 471794) +++ head/devel/py-canonicaljson/distinfo (revision 471795) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523908667 -SHA256 (matrix-org-python-canonicaljson-v1.1.3_GH0.tar.gz) = b252582d0d8908a545c6b33f7509c13338c1033ad049b3e917bf730395224dc0 -SIZE (matrix-org-python-canonicaljson-v1.1.3_GH0.tar.gz) = 10112 +TIMESTAMP = 1528219967 +SHA256 (canonicaljson-1.1.4.tar.gz) = 45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725 +SIZE (canonicaljson-1.1.4.tar.gz) = 9355 Index: head/devel/py-canonicaljson/pkg-descr =================================================================== --- head/devel/py-canonicaljson/pkg-descr (revision 471794) +++ head/devel/py-canonicaljson/pkg-descr (revision 471795) @@ -1,5 +1,5 @@ -A JSON library for Python that provides features such as sorted keys, no -insignificant whitespace, minimal escaping where necessary and supports -frozendict immutable dictionaries. +Canonical JSON is a JSON library for Python that provides features such as +sorted keys, no insignificant whitespace, minimal escaping where necessary and +supports frozendict immutable dictionaries. WWW: https://github.com/matrix-org/python-canonicaljson