diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-14 07:01:06 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-14 07:01:06 +0000 |
commit | 208135c4208c92027dddcf074a154993d4c1687d (patch) | |
tree | 94382fd45cd9730c97a3e48f3bdca63d6cad6f00 | |
parent | 630a73cceab691b07ae34eb01f33e6d851f9922a (diff) | |
download | ports-208135c4208c92027dddcf074a154993d4c1687d.tar.gz ports-208135c4208c92027dddcf074a154993d4c1687d.zip |
Notes
-rw-r--r-- | devel/py-simplejson/Makefile | 3 | ||||
-rw-r--r-- | devel/py-simplejson/distinfo | 6 | ||||
-rw-r--r-- | devel/py-simplejson/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 5ff225371d46..a329e2aa42eb 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -6,8 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.5 CATEGORIES= devel python MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo index 3619bf7adf78..c7a03b20779c 100644 --- a/devel/py-simplejson/distinfo +++ b/devel/py-simplejson/distinfo @@ -1,3 +1,3 @@ -MD5 (simplejson-1.4.tar.gz) = 5fbad786a4b151d44a9b1e1e157e5510 -SHA256 (simplejson-1.4.tar.gz) = 2fedfe38e6046da334c713202d814811952a00813773c7e1e23cc8d15d157623 -SIZE (simplejson-1.4.tar.gz) = 50065 +MD5 (simplejson-1.5.tar.gz) = 16e579c1230e7a0469f9e46b57fb53df +SHA256 (simplejson-1.5.tar.gz) = df6c8bdb40697051c5bb920eb272d33e9dd54b2ebe72e0f47a9e815a585e8ae1 +SIZE (simplejson-1.5.tar.gz) = 54956 diff --git a/devel/py-simplejson/pkg-descr b/devel/py-simplejson/pkg-descr index 1efb480589e7..f513bc670955 100644 --- a/devel/py-simplejson/pkg-descr +++ b/devel/py-simplejson/pkg-descr @@ -12,4 +12,4 @@ situation, without any special support by the objects to be serialized The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). -WWW: http://svn.red-bean.com/bob/simplejson/ +WWW: http://undefined.org/python/#simplejson |