Date: Sun, 23 Jan 2011 13:43:43 +0800 (CST) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: python@FreeBSD.org Subject: ports/154235: [PATCH] devel/py-simplejson: update to 2.1.3 Message-ID: <20110123054343.302264575F@lwbsd.csie.net> Resent-Message-ID: <201101230550.p0N5o79t031572@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154235 >Category: ports >Synopsis: [PATCH] devel/py-simplejson: update to 2.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 23 05:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 8.1-STABLE amd64 >Organization: >Environment: System: FreeBSD lwbsd.cs.nctu.edu.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Sep 21 20:44:28 CST 2010 >Description: - Update to 2.1.3 This will be committed after feature freeze. Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py27-simplejson-2.1.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-simplejson/Makefile,v retrieving revision 1.26 diff -u -u -r1.26 Makefile --- Makefile 1 Nov 2010 13:55:23 -0000 1.26 +++ Makefile 23 Jan 2011 05:42:49 -0000 @@ -6,7 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder -USE_PYTHON= 2.4+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/py-simplejson/distinfo,v retrieving revision 1.19 diff -u -u -r1.19 distinfo --- distinfo 1 Nov 2010 13:55:23 -0000 1.19 +++ distinfo 23 Jan 2011 05:42:49 -0000 @@ -1,3 +1,2 @@ -MD5 (simplejson-2.1.2.tar.gz) = a856f9ae9ab3749991a93ddeafadc554 -SHA256 (simplejson-2.1.2.tar.gz) = d196d78af44acdf47078e320124bfe4cd2cb3bd7b9be7f5587b2e149124cb49c -SIZE (simplejson-2.1.2.tar.gz) = 131176 +SHA256 (simplejson-2.1.3.tar.gz) = 5689044e96478b42b4c1e34057f248ca22263de767430e934c6f430f005d7027 +SIZE (simplejson-2.1.3.tar.gz) = 131671 --- py27-simplejson-2.1.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110123054343.302264575F>