Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  1 Oct 2012 23:03:43 +1000 (EST)
From:      Kubilay Kocak <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        delphij@FreeBSD.org
Subject:   ports/172206: [PATCH] devel/py-ujson: update to 1.22
Message-ID:  <20121001130343.8379040A66@freebsd-9-amd64.localdomain>
Resent-Message-ID: <201210011310.q91DA21x041080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172206
>Category:       ports
>Synopsis:       [PATCH] devel/py-ujson: update to 1.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 01 13:10:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul  7 21:26:56 EST
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- py27-ujson-1.22.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-ujson/Makefile ./Makefile
--- /usr/ports/devel/py-ujson/Makefile	2012-07-24 17:27:26.000000000 +1000
+++ ./Makefile	2012-10-01 22:09:56.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ujson
-PORTVERSION=	1.19
+PORTVERSION=	1.22
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +16,8 @@
 
 LICENSE=	BSD
 
-USE_ZIP=	yes
-USE_PYTHON=	yes
+USE_ZIP=		yes
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/ujson.so
diff -ruN --exclude=CVS /usr/ports/devel/py-ujson/distinfo ./distinfo
--- /usr/ports/devel/py-ujson/distinfo	2012-07-24 17:27:26.000000000 +1000
+++ ./distinfo	2012-10-01 22:10:03.000000000 +1000
@@ -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
--- py27-ujson-1.22.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121001130343.8379040A66>