diff options
-rw-r--r-- | devel/py-simplejson/Makefile | 8 | ||||
-rw-r--r-- | devel/py-simplejson/distinfo | 6 | ||||
-rw-r--r-- | devel/py-simplejson/pkg-descr | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index a2817bdf7a55..b154cca2d891 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -6,7 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,14 +14,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder -USE_PYTHON= yes +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} + @(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR}) .endif .include <bsd.port.mk> diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo index 2b3f8a563d5a..e51d4f48c331 100644 --- a/devel/py-simplejson/distinfo +++ b/devel/py-simplejson/distinfo @@ -1,3 +1,3 @@ -MD5 (simplejson-2.0.5.tar.gz) = 11e65b91e7fd08eda931e683c5f98543 -SHA256 (simplejson-2.0.5.tar.gz) = 4b7724e2dfff82f2233226cb065513c0c68e069414838d869f4520b395d14af0 -SIZE (simplejson-2.0.5.tar.gz) = 112011 +MD5 (simplejson-2.0.6.tar.gz) = 1c200c8d5ba910706bad0618389e9e3c +SHA256 (simplejson-2.0.6.tar.gz) = 0e869b83c802e1bd291d610343402f10b892374c8c6d880252a7fc5c675098e9 +SIZE (simplejson-2.0.6.tar.gz) = 112178 diff --git a/devel/py-simplejson/pkg-descr b/devel/py-simplejson/pkg-descr index f513bc670955..8dace31ae715 100644 --- a/devel/py-simplejson/pkg-descr +++ b/devel/py-simplejson/pkg-descr @@ -1,6 +1,6 @@ simplejson is a simple, fast, extensible JSON encoder/decoder for Python -simplejson is compatible with Python 2.3 and later with no external +simplejson is compatible with Python 2.4 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). |