svn commit: r324841 - head/devel/py-simplejson
Dryice Dong Liu
dryice at FreeBSD.org
Sat Aug 17 13:08:14 UTC 2013
Author: dryice
Date: Sat Aug 17 13:08:13 2013
New Revision: 324841
URL: http://svnweb.freebsd.org/changeset/ports/324841
Log:
- update to 3.3.0
Modified:
head/devel/py-simplejson/Makefile
head/devel/py-simplejson/distinfo
head/devel/py-simplejson/pkg-plist
Modified: head/devel/py-simplejson/Makefile
==============================================================================
--- head/devel/py-simplejson/Makefile Sat Aug 17 12:09:08 2013 (r324840)
+++ head/devel/py-simplejson/Makefile Sat Aug 17 13:08:13 2013 (r324841)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= simplejson
-PORTVERSION= 3.0.3
+PORTVERSION= 3.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-simplejson/distinfo
==============================================================================
--- head/devel/py-simplejson/distinfo Sat Aug 17 12:09:08 2013 (r324840)
+++ head/devel/py-simplejson/distinfo Sat Aug 17 13:08:13 2013 (r324841)
@@ -1,2 +1,2 @@
-SHA256 (simplejson-3.0.3.tar.gz) = 728f86c3a90a4c403281199bf203c71e39220d310559af1936d34ed29f897b50
-SIZE (simplejson-3.0.3.tar.gz) = 58773
+SHA256 (simplejson-3.3.0.tar.gz) = 7a8a6bd82e111976aeb06138316ab10847adf612925072eaff8512228bcf9a1f
+SIZE (simplejson-3.3.0.tar.gz) = 67250
Modified: head/devel/py-simplejson/pkg-plist
==============================================================================
--- head/devel/py-simplejson/pkg-plist Sat Aug 17 12:09:08 2013 (r324840)
+++ head/devel/py-simplejson/pkg-plist Sat Aug 17 13:08:13 2013 (r324841)
@@ -53,6 +53,9 @@
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_float.py
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_float.pyc
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_float.pyo
+%%PYTHON_SITELIBDIR%%/simplejson/tests/test_for_json.py
+%%PYTHON_SITELIBDIR%%/simplejson/tests/test_for_json.pyc
+%%PYTHON_SITELIBDIR%%/simplejson/tests/test_for_json.pyo
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_indent.py
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_indent.pyc
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_indent.pyo
@@ -83,6 +86,9 @@
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_speedups.py
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_speedups.pyc
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_speedups.pyo
+%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tool.py
+%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tool.pyc
+%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tool.pyo
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tuple.py
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tuple.pyc
%%PYTHON_SITELIBDIR%%/simplejson/tests/test_tuple.pyo
More information about the svn-ports-head
mailing list