From owner-svn-ports-all@FreeBSD.ORG Sun Oct 7 15:15:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF401106564A; Sun, 7 Oct 2012 15:15:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B041C8FC0C; Sun, 7 Oct 2012 15:15:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q97FFrBu021683; Sun, 7 Oct 2012 15:15:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q97FFrv6021679; Sun, 7 Oct 2012 15:15:53 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201210071515.q97FFrv6021679@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Oct 2012 15:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305490 - head/devel/py-simplejson X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 15:15:54 -0000 Author: sunpoet Date: Sun Oct 7 15:15:53 2012 New Revision: 305490 URL: http://svn.freebsd.org/changeset/ports/305490 Log: - Update to 2.6.2 - Reformat pkg-descr - Change WWW to PyPI Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt Modified: head/devel/py-simplejson/Makefile (contents, props changed) head/devel/py-simplejson/distinfo (contents, props changed) head/devel/py-simplejson/pkg-descr (contents, props changed) Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Sun Oct 7 15:09:51 2012 (r305489) +++ head/devel/py-simplejson/Makefile Sun Oct 7 15:15:53 2012 (r305490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Sun Oct 7 15:09:51 2012 (r305489) +++ head/devel/py-simplejson/distinfo Sun Oct 7 15:15:53 2012 (r305490) @@ -1,2 +1,2 @@ -SHA256 (simplejson-2.6.1.tar.gz) = b15befbd41157ec21795efcd960828be193cec6334b3e94bb99e02b32daad17c -SIZE (simplejson-2.6.1.tar.gz) = 53180 +SHA256 (simplejson-2.6.2.tar.gz) = 1b28d0896a76d4db1ab759204c039ab1ca4bf28bd30d6bf9c79172454e750dd3 +SIZE (simplejson-2.6.2.tar.gz) = 53228 Modified: head/devel/py-simplejson/pkg-descr ============================================================================== --- head/devel/py-simplejson/pkg-descr Sun Oct 7 15:09:51 2012 (r305489) +++ head/devel/py-simplejson/pkg-descr Sun Oct 7 15:15:53 2012 (r305490) @@ -5,11 +5,11 @@ dependencies. It covers the full JSON sp decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). -The encoder may be subclassed to provide serialization in any kind of -situation, without any special support by the objects to be serialized -(somewhat like pickle). +The encoder may be subclassed to provide serialization in any kind of situation, +without any special support by the objects to be serialized (somewhat like +pickle). -The decoder can handle incoming JSON strings of any specified encoding -(UTF-8 by default). +The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by +default). -WWW: https://github.com/simplejson/simplejson +WWW: http://pypi.python.org/pypi/simplejson