diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-04-05 14:43:42 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-04-05 14:43:42 +0800 |
commit | 51a9d4c4e4e5c6366cb65329655f530e2d2ae2cd (patch) | |
tree | a56c4473a2ea2f285dc7f38b8ee36e91aec5b728 | |
parent | 0c0447c05e7708e8e6a36b97b8de382c11929e69 (diff) | |
download | freebsd-ports-gnome-51a9d4c4e4e5c6366cb65329655f530e2d2ae2cd.tar.gz freebsd-ports-gnome-51a9d4c4e4e5c6366cb65329655f530e2d2ae2cd.tar.zst freebsd-ports-gnome-51a9d4c4e4e5c6366cb65329655f530e2d2ae2cd.zip |
- Update to 2.1.1
-rw-r--r-- | devel/py-simplejson/Makefile | 2 | ||||
-rw-r--r-- | devel/py-simplejson/distinfo | 6 | ||||
-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 8d27457ff3b5..b1d7b7a4ca90 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -6,7 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 2.0.9 +PORTVERSION= 2.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo index ae2958842af9..4c69e246ab8f 100644 --- a/devel/py-simplejson/distinfo +++ b/devel/py-simplejson/distinfo @@ -1,3 +1,3 @@ -MD5 (simplejson-2.0.9.tar.gz) = af5e67a39ca3408563411d357e6d5e47 -SHA256 (simplejson-2.0.9.tar.gz) = abcdf460778beff48ba13faf5b5810cf3803e5c8d872b5fc529226aa56ec93ee -SIZE (simplejson-2.0.9.tar.gz) = 115443 +MD5 (simplejson-2.1.1.tar.gz) = 0bbe3a2e5e4cac040013733aca159d89 +SHA256 (simplejson-2.1.1.tar.gz) = 8c1c833c5b997bf7b75bf9a02a2d2884b8427816228eac0fb84791be44d2f612 +SIZE (simplejson-2.1.1.tar.gz) = 131203 diff --git a/devel/py-simplejson/pkg-plist b/devel/py-simplejson/pkg-plist index 7462d2591dfc..f61ca3932c78 100644 --- a/devel/py-simplejson/pkg-plist +++ b/devel/py-simplejson/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +%%PORTDOCS%%%%DOCSDIR%%/._index.html %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt %%PORTDOCS%%%%DOCSDIR%%/_static/contents.png %%PORTDOCS%%%%DOCSDIR%%/_static/default.css @@ -18,7 +19,9 @@ %%PORTDOCS%%%%DOCSDIR%%/_static/traditional.css %%PORTDOCS%%%%DOCSDIR%%/genindex.html %%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/objects.inv %%PORTDOCS%%%%DOCSDIR%%/search.html +%%PORTDOCS%%%%DOCSDIR%%/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/searchindex.json %%PORTDOCS%%@dirrm %%DOCSDIR%%/_static %%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources |