diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-02 16:58:41 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-02 16:58:41 +0000 |
commit | 825e1a552c603ae8d466faf0a85026b1538dec96 (patch) | |
tree | 330839720c751c22e9800502378bd56ae84d82a4 /devel | |
parent | 47098514337ec8bf2f7c9279c5c74634c6b78d37 (diff) | |
download | ports-825e1a552c603ae8d466faf0a85026b1538dec96.tar.gz ports-825e1a552c603ae8d466faf0a85026b1538dec96.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-simplejson/Makefile | 4 | ||||
-rw-r--r-- | devel/py-simplejson/distinfo | 4 | ||||
-rw-r--r-- | devel/py-simplejson/pkg-plist | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 49d6cc150183..632aaef51ef2 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 2.6.2 +PORTVERSION= 3.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Simple, fast, extensible JSON encoder/decoder LICENSE= MIT -USE_PYTHON= -2.7 +USE_PYTHON= yes USE_PYDISTUTILS= yes regression-test: build diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo index 7b1865440b20..418caf858ba3 100644 --- a/devel/py-simplejson/distinfo +++ b/devel/py-simplejson/distinfo @@ -1,2 +1,2 @@ -SHA256 (simplejson-2.6.2.tar.gz) = 1b28d0896a76d4db1ab759204c039ab1ca4bf28bd30d6bf9c79172454e750dd3 -SIZE (simplejson-2.6.2.tar.gz) = 53228 +SHA256 (simplejson-3.0.3.tar.gz) = 728f86c3a90a4c403281199bf203c71e39220d310559af1936d34ed29f897b50 +SIZE (simplejson-3.0.3.tar.gz) = 58773 diff --git a/devel/py-simplejson/pkg-plist b/devel/py-simplejson/pkg-plist index 2fbe38260027..3ea2423b6dfb 100644 --- a/devel/py-simplejson/pkg-plist +++ b/devel/py-simplejson/pkg-plist @@ -2,6 +2,9 @@ %%PYTHON_SITELIBDIR%%/simplejson/__init__.pyc %%PYTHON_SITELIBDIR%%/simplejson/__init__.pyo %%PYTHON_SITELIBDIR%%/simplejson/_speedups.so +%%PYTHON_SITELIBDIR%%/simplejson/compat.py +%%PYTHON_SITELIBDIR%%/simplejson/compat.pyc +%%PYTHON_SITELIBDIR%%/simplejson/compat.pyo %%PYTHON_SITELIBDIR%%/simplejson/decoder.py %%PYTHON_SITELIBDIR%%/simplejson/decoder.pyc %%PYTHON_SITELIBDIR%%/simplejson/decoder.pyo |