Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2014 15:28:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350024 - head/devel/py-simplejson
Message-ID:  <201404031528.s33FSuIt044550@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404031528.s33FSuIt044550>