diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-08-14 17:07:29 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-08-14 17:07:29 +0800 |
commit | abd8c9eabafea1182e0441a75cd8e199dd9beff7 (patch) | |
tree | 005f35c588158b5a0176747a6ce0929a8a1defa1 /devel | |
parent | b4629801119b7d71692436527ecb55a8d7fafd79 (diff) | |
download | freebsd-ports-gnome-abd8c9eabafea1182e0441a75cd8e199dd9beff7.tar.gz freebsd-ports-gnome-abd8c9eabafea1182e0441a75cd8e199dd9beff7.tar.zst freebsd-ports-gnome-abd8c9eabafea1182e0441a75cd8e199dd9beff7.zip |
- Update to 0.3.3
- Remove LICENSE_FILE for well-known licenses
Changes: https://bitbucket.org/runeh/anyjson/src/default/CHANGELOG
PR: ports/169340
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer (timeout, 45 days)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-anyjson/Makefile | 5 | ||||
-rw-r--r-- | devel/py-anyjson/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-anyjson/Makefile b/devel/py-anyjson/Makefile index 0f2b4b709209..25c413d0f552 100644 --- a/devel/py-anyjson/Makefile +++ b/devel/py-anyjson/Makefile @@ -6,7 +6,7 @@ # PORTNAME= anyjson -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,8 @@ MAINTAINER= mail@derzinn.de COMMENT= JSON library wrapper for Python LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= easy_install .include <bsd.port.mk> diff --git a/devel/py-anyjson/distinfo b/devel/py-anyjson/distinfo index b91632d9dc3d..f88a6a3cde06 100644 --- a/devel/py-anyjson/distinfo +++ b/devel/py-anyjson/distinfo @@ -1,2 +1,2 @@ -SHA256 (anyjson-0.3.1.tar.gz) = 1643c0adb7dbecc4331437ee14ef5f6a3d55b4ffca147db1cc957dc966062340 -SIZE (anyjson-0.3.1.tar.gz) = 5161 +SHA256 (anyjson-0.3.3.tar.gz) = 37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba +SIZE (anyjson-0.3.3.tar.gz) = 8332 |