From owner-svn-ports-branches@freebsd.org Thu Jun 7 12:53:11 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 087B9FE6A41; Thu, 7 Jun 2018 12:53:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD3368F067; Thu, 7 Jun 2018 12:53:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E3B220659; Thu, 7 Jun 2018 12:53:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w57CrAmt014781; Thu, 7 Jun 2018 12:53:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w57CrAeX014778; Thu, 7 Jun 2018 12:53:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806071253.w57CrAeX014778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 7 Jun 2018 12:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471912 - branches/2018Q2/devel/py-canonicaljson X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q2/devel/py-canonicaljson X-SVN-Commit-Revision: 471912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2018 12:53:11 -0000 Author: antoine Date: Thu Jun 7 12:53:09 2018 New Revision: 471912 URL: https://svnweb.freebsd.org/changeset/ports/471912 Log: Revert MFH of r467535 r471795, it fails to build in 2018Q2 Reported by: pkg-fallout Modified: branches/2018Q2/devel/py-canonicaljson/Makefile branches/2018Q2/devel/py-canonicaljson/distinfo branches/2018Q2/devel/py-canonicaljson/pkg-descr Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/py-canonicaljson/Makefile ============================================================================== --- branches/2018Q2/devel/py-canonicaljson/Makefile Thu Jun 7 12:45:11 2018 (r471911) +++ branches/2018Q2/devel/py-canonicaljson/Makefile Thu Jun 7 12:53:09 2018 (r471912) @@ -2,24 +2,29 @@ # $FreeBSD$ PORTNAME= canonicaljson -PORTVERSION= 1.1.4 +PORTVERSION= 1.0.0 +DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= brendan+freebsd@bbqsrc.net 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}six>=0:devel/py-six@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=0.4:devel/py-frozendict@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson@${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: Modified: branches/2018Q2/devel/py-canonicaljson/distinfo ============================================================================== --- branches/2018Q2/devel/py-canonicaljson/distinfo Thu Jun 7 12:45:11 2018 (r471911) +++ branches/2018Q2/devel/py-canonicaljson/distinfo Thu Jun 7 12:53:09 2018 (r471912) @@ -1,3 +1,2 @@ -TIMESTAMP = 1528219967 -SHA256 (canonicaljson-1.1.4.tar.gz) = 45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725 -SIZE (canonicaljson-1.1.4.tar.gz) = 9355 +SHA256 (matrix-org-python-canonicaljson-v1.0.0_GH0.tar.gz) = 99da302069a91eb2305a5a0a8965738f7345baf6f6ba7266d3cc77e1d5fe827a +SIZE (matrix-org-python-canonicaljson-v1.0.0_GH0.tar.gz) = 6103 Modified: branches/2018Q2/devel/py-canonicaljson/pkg-descr ============================================================================== --- branches/2018Q2/devel/py-canonicaljson/pkg-descr Thu Jun 7 12:45:11 2018 (r471911) +++ branches/2018Q2/devel/py-canonicaljson/pkg-descr Thu Jun 7 12:53:09 2018 (r471912) @@ -1,5 +1,5 @@ -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. +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