From owner-freebsd-python@FreeBSD.ORG Sun Jan 23 06:01:54 2011 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 048EA106566B for ; Sun, 23 Jan 2011 06:01:54 +0000 (UTC) (envelope-from lwhsu@lwbsd.csie.net) Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237]) by mx1.freebsd.org (Postfix) with ESMTP id C37588FC14 for ; Sun, 23 Jan 2011 06:01:53 +0000 (UTC) Received: from lucky7.csie.net (localhost [127.0.0.1]) by lucky7.csie.net (Postfix) with ESMTP id 54C6D147C5F; Sun, 23 Jan 2011 13:43:43 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=csie.net; h=to:subject :from:cc:message-id:date; s=rsa1024; bh=+E6LklucBLO/5p/BYQBUjVp6 gMU=; b=ExiufYdMRXlFBO9jKDTitOoR042IrjWFueqFNNRjnnuOqADSCqfoLYfB XwHHrZnld0A4MpnEDbdcOn6coEmomvGybC5PR3qPzjC32gnZFtgMqcNOC/9XRtMU YCdYzJcWx0g1mKYtm+AeUR9nJzxTIf/LzAXFC5CWoVUYci5Cda4= Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197]) by lucky7.csie.net (Postfix) with ESMTP id 4B970147C35; Sun, 23 Jan 2011 13:43:43 +0800 (CST) Received: by lwbsd.csie.net (Postfix, from userid 1001) id 302264575F; Sun, 23 Jan 2011 13:43:43 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Li-Wen Hsu X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20110123054343.302264575F@lwbsd.csie.net> Date: Sun, 23 Jan 2011 13:43:43 +0800 (CST) Cc: python@FreeBSD.org Subject: [PATCH] devel/py-simplejson: update to 2.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2011 06:01:54 -0000 >Submitter-Id: current-users >Originator: Li-Wen Hsu >Organization: >Confidential: no >Synopsis: [PATCH] devel/py-simplejson: update to 2.1.3 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.1-STABLE amd64 >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 ---