- Update to 1.22 - While i'm here, whitespace alignment Changes: https://github.com/esnme/ultrajson/commits/master/ ====[QA]==== portlint: looks fine. porttest: clean redports: https://redports.org/buildarchive/20121001121853-61830/ unittest: Ran 90 tests in 0.450s - OK ============ Port maintainer (delphij@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->delphij Over to maintainer (via the GNATS Auto Assign Tool)
Author: delphij Date: Mon Oct 1 17:29:04 2012 New Revision: 305137 URL: http://svn.freebsd.org/changeset/ports/305137 Log: Update to 1.22. While I'm there also simplify the header. PR: ports/172206 Submitted by: Kubilay Kocak <koobs freebsd gmail com> Modified: head/devel/py-ujson/Makefile head/devel/py-ujson/distinfo Modified: head/devel/py-ujson/Makefile ============================================================================== --- head/devel/py-ujson/Makefile Mon Oct 1 16:58:49 2012 (r305136) +++ head/devel/py-ujson/Makefile Mon Oct 1 17:29:04 2012 (r305137) @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-ujson -# Date created: Oct 25, 2011 -# Whom: Xin Li <delphij@FreeBSD.org> -# +# Created by: Xin Li <delphij@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ujson -PORTVERSION= 1.19 +PORTVERSION= 1.22 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +12,8 @@ COMMENT= Ultra fast JSON encoder and dec LICENSE= BSD -USE_ZIP= yes -USE_PYTHON= yes +USE_ZIP= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/ujson.so Modified: head/devel/py-ujson/distinfo ============================================================================== --- head/devel/py-ujson/distinfo Mon Oct 1 16:58:49 2012 (r305136) +++ head/devel/py-ujson/distinfo Mon Oct 1 17:29:04 2012 (r305137) @@ -1,2 +1,2 @@ -SHA256 (ujson-1.19.zip) = 2fc787104b5b8aee9bd6a3f8a0f3c51aae9bd7140913df8727b0fd85d8f9c3f5 -SIZE (ujson-1.19.zip) = 191799 +SHA256 (ujson-1.22.zip) = 459ae406944fbf4ff11b552d02f7b848c86401040fe1a4c8f488573232fbb6ff +SIZE (ujson-1.22.zip) = 193652 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!