svn commit: r350024 - head/devel/py-simplejson
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 3 15:28:57 UTC 2014
Author: sunpoet
Date: Thu Apr 3 15:28:56 2014
New Revision: 350024
URL: http://svnweb.freebsd.org/changeset/ports/350024
QAT: https://qat.redports.org/buildarchive/r350024/
Log:
- Update to 3.4.0
- Fix LICENSE
Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt
Modified:
head/devel/py-simplejson/Makefile
head/devel/py-simplejson/distinfo
Modified: head/devel/py-simplejson/Makefile
==============================================================================
--- head/devel/py-simplejson/Makefile Thu Apr 3 15:28:10 2014 (r350023)
+++ head/devel/py-simplejson/Makefile Thu Apr 3 15:28:56 2014 (r350024)
@@ -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 at 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
Modified: head/devel/py-simplejson/distinfo
==============================================================================
--- head/devel/py-simplejson/distinfo Thu Apr 3 15:28:10 2014 (r350023)
+++ head/devel/py-simplejson/distinfo Thu Apr 3 15:28:56 2014 (r350024)
@@ -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
More information about the svn-ports-all
mailing list