Date: Sat, 2 May 2020 01:37:33 +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: r533618 - head/devel/py-ijson Message-ID: <202005020137.0421bXL3052862@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 2 01:37:33 2020 New Revision: 533618 URL: https://svnweb.freebsd.org/changeset/ports/533618 Log: Update to 3.0.3 Changes: https://github.com/ICRAR/ijson/blob/master/CHANGELOG.md Modified: head/devel/py-ijson/Makefile head/devel/py-ijson/distinfo Modified: head/devel/py-ijson/Makefile ============================================================================== --- head/devel/py-ijson/Makefile Sat May 2 01:37:27 2020 (r533617) +++ head/devel/py-ijson/Makefile Sat May 2 01:37:33 2020 (r533618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ijson -PORTVERSION= 2.6.1 +PORTVERSION= 3.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +24,6 @@ YAJL_USES= localbase:ldflags YAJL_VARS_OFF= NO_ARCH=yes post-patch-YAJL-off: - @${REINPLACE_CMD} -e 's|if yajl_present()|if False|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|if embed_yajl or have_yajl|if False|' ${WRKSRC}/setup.py .include <bsd.port.mk> Modified: head/devel/py-ijson/distinfo ============================================================================== --- head/devel/py-ijson/distinfo Sat May 2 01:37:27 2020 (r533617) +++ head/devel/py-ijson/distinfo Sat May 2 01:37:33 2020 (r533618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580830461 -SHA256 (ijson-2.6.1.tar.gz) = 75ebc60b23abfb1c97f475ab5d07a5ed725ad4bd1f58513d8b258c21f02703d0 -SIZE (ijson-2.6.1.tar.gz) = 29393 +TIMESTAMP = 1588348199 +SHA256 (ijson-3.0.3.tar.gz) = a1e6e074bb3fc1d7ad32d9dad2af2d3977b655b525c7b955c0b13dbf14dce49c +SIZE (ijson-3.0.3.tar.gz) = 47544
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005020137.0421bXL3052862>