diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-03 23:28:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-03 23:28:56 +0800 |
commit | 50f5898e0c2d14a9c5d2110774b179f71def8ecd (patch) | |
tree | e7ee6755ef09fda0381cbb8294a4dd80728b8af8 /devel | |
parent | e2e8f77e07729a73ef4bcc2036f51eab00d8b508 (diff) | |
download | freebsd-ports-gnome-50f5898e0c2d14a9c5d2110774b179f71def8ecd.tar.gz freebsd-ports-gnome-50f5898e0c2d14a9c5d2110774b179f71def8ecd.tar.zst freebsd-ports-gnome-50f5898e0c2d14a9c5d2110774b179f71def8ecd.zip |
- Update to 3.4.0
- Fix LICENSE
Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-simplejson/Makefile | 6 | ||||
-rw-r--r-- | devel/py-simplejson/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index c40d573812a1..d850378c2c81 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 3.3.3 +PORTVERSION= 3.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Simple, fast, extensible JSON encoder/decoder -LICENSE_COMB= dual -LICENSE= MIT PSFL +# dual-licensed under MIT and Academic Free License version 2.1 +LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/devel/py-simplejson/distinfo b/devel/py-simplejson/distinfo index e91a3fe878b0..84cb840d3fd8 100644 --- a/devel/py-simplejson/distinfo +++ b/devel/py-simplejson/distinfo @@ -1,2 +1,2 @@ -SHA256 (simplejson-3.3.3.tar.gz) = bf2cdb00ef60cc16c5ea4f8db4f0a05165d357140574b6ae4d637f4f0b9557ec -SIZE (simplejson-3.3.3.tar.gz) = 67503 +SHA256 (simplejson-3.4.0.tar.gz) = 62e2c1abc4af5ff9ba4ee35a4c4a026dad476f1fd39b742f780e2ddbaed54595 +SIZE (simplejson-3.4.0.tar.gz) = 68908 |