diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-10-01 17:29:04 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-10-01 17:29:04 +0000 |
commit | 509e18f858f1fe0d261e42de9981c4dc25ce2f46 (patch) | |
tree | abc9982e570914f5e3d174b21711ad4309f075ff /devel | |
parent | b76a1edd1988ee2fc328ddf0b914e1a34406029d (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ujson/Makefile | 12 | ||||
-rw-r--r-- | devel/py-ujson/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/devel/py-ujson/Makefile b/devel/py-ujson/Makefile index 2364cdea9671..71e96ee6a573 100644 --- a/devel/py-ujson/Makefile +++ b/devel/py-ujson/Makefile @@ -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 decoder for Python LICENSE= BSD -USE_ZIP= yes -USE_PYTHON= yes +USE_ZIP= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/ujson.so diff --git a/devel/py-ujson/distinfo b/devel/py-ujson/distinfo index 780aa2f0a0f5..c741bc9c1657 100644 --- a/devel/py-ujson/distinfo +++ b/devel/py-ujson/distinfo @@ -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 |