Date: Fri, 26 Sep 2014 12:24:35 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369320 - head/devel/py-simplejson Message-ID: <201409261224.s8QCOZAA039756@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Fri Sep 26 12:24:34 2014 New Revision: 369320 URL: http://svnweb.freebsd.org/changeset/ports/369320 QAT: https://qat.redports.org/buildarchive/r369320/ Log: devel/py-simplejson: update to 3.6.3 - USES python Modified: head/devel/py-simplejson/Makefile head/devel/py-simplejson/distinfo Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Fri Sep 26 12:15:35 2014 (r369319) +++ head/devel/py-simplejson/Makefile Fri Sep 26 12:24:34 2014 (r369320) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,8 @@ COMMENT= Simple, fast, extensible JSON e # dual-licensed under MIT and Academic Free License version 2.1 LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Fri Sep 26 12:15:35 2014 (r369319) +++ head/devel/py-simplejson/distinfo Fri Sep 26 12:24:34 2014 (r369320) @@ -1,2 +1,2 @@ -SHA256 (simplejson-3.6.0.tar.gz) = ba61967615aaa3fd08d5f96373e6fa4ee5e0319c4083678825bb4f7572169d38 -SIZE (simplejson-3.6.0.tar.gz) = 70601 +SHA256 (simplejson-3.6.3.tar.gz) = 1e2fe250d0325a6b53ab770376f1729e0bf4883785343bbfab23764419f09d7a +SIZE (simplejson-3.6.3.tar.gz) = 73802
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409261224.s8QCOZAA039756>