Bug 172206 - [PATCH] devel/py-ujson: update to 1.22
Summary: [PATCH] devel/py-ujson: update to 1.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 14:10 UTC by koobs
Modified: 2012-10-01 18:36 UTC (History)
1 user (show)

See Also:


Attachments
py27-ujson-1.22.patch (992 bytes, patch)
2012-10-01 14:10 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-10-01 14:10:02 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-01 14:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-01 18:29:18 UTC
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"
Comment 3 Xin LI freebsd_committer freebsd_triage 2012-10-01 18:35:58 UTC
State Changed
From-To: open->closed

Committed, thanks!