From owner-svn-ports-head@FreeBSD.ORG Sat Sep 13 14:45:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32213151; Sat, 13 Sep 2014 14:45:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03679F62; Sat, 13 Sep 2014 14:45:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DEj8G7056438; Sat, 13 Sep 2014 14:45:08 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DEj8o3056434; Sat, 13 Sep 2014 14:45:08 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201409131445.s8DEj8o3056434@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 13 Sep 2014 14:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368103 - head/devel/py-cjson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 14:45:09 -0000 Author: lwhsu Date: Sat Sep 13 14:45:08 2014 New Revision: 368103 URL: http://svnweb.freebsd.org/changeset/ports/368103 QAT: https://qat.redports.org/buildarchive/r368103/ Log: - Update to 1.1.0 Modified: head/devel/py-cjson/Makefile head/devel/py-cjson/distinfo head/devel/py-cjson/pkg-descr Modified: head/devel/py-cjson/Makefile ============================================================================== --- head/devel/py-cjson/Makefile Sat Sep 13 14:25:25 2014 (r368102) +++ head/devel/py-cjson/Makefile Sat Sep 13 14:45:08 2014 (r368103) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cjson -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +11,9 @@ DISTNAME= python-cjson-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Fast JSON encoder/decoder for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +LICENSE= LGPL20 + +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/devel/py-cjson/distinfo ============================================================================== --- head/devel/py-cjson/distinfo Sat Sep 13 14:25:25 2014 (r368102) +++ head/devel/py-cjson/distinfo Sat Sep 13 14:45:08 2014 (r368103) @@ -1,2 +1,2 @@ -SHA256 (python-cjson-1.0.5.tar.gz) = 85bbe7a9fb6617e24bb4dbef528af8ef6eae07f8809dcd05ec926142feca7714 -SIZE (python-cjson-1.0.5.tar.gz) = 10978 +SHA256 (python-cjson-1.1.0.tar.gz) = a01fabb7593728c3d851e1cd9a3efbd18f72650a31a5aa8a74018640da3de8b3 +SIZE (python-cjson-1.1.0.tar.gz) = 12298 Modified: head/devel/py-cjson/pkg-descr ============================================================================== --- head/devel/py-cjson/pkg-descr Sat Sep 13 14:25:25 2014 (r368102) +++ head/devel/py-cjson/pkg-descr Sat Sep 13 14:45:08 2014 (r368103) @@ -12,4 +12,4 @@ This speed gain varies with the complexi is the range of 10-200 times for encoding operations and in the range of 100-250 times for decoding operations. -WWW: http://www.python.org/pypi/python-cjson/ +WWW: http://www.python.org/pypi/python-cjson/