From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 4 14:50:08 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55FED16A4CE for ; Fri, 4 Mar 2005 14:50:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17CE043D3F for ; Fri, 4 Mar 2005 14:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j24Eo75a033897 for ; Fri, 4 Mar 2005 14:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j24Eo7A1033896; Fri, 4 Mar 2005 14:50:07 GMT (envelope-from gnats) Resent-Date: Fri, 4 Mar 2005 14:50:07 GMT Resent-Message-Id: <200503041450.j24Eo7A1033896@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2DC816A4CE for ; Fri, 4 Mar 2005 14:45:14 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDAD943D48 for ; Fri, 4 Mar 2005 14:45:13 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id AFABF1491CC4 for ; Fri, 4 Mar 2005 14:45:10 +0000 (UTC) Received: from hotpop.com (unknown [221.0.237.233]) by smtp-2.hotpop.com (Postfix) with ESMTP id E1F82F4EAB4; Fri, 4 Mar 2005 14:44:50 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Fri, 4 Mar 2005 22:44:35 +0800 Message-Id: <20050304144450.E1F82F4EAB4@smtp-2.hotpop.com> Date: Fri, 4 Mar 2005 22:44:35 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dryice Liu Subject: ports/78411: [maintainer] devel/ipython: update to 0.6.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 14:50:08 -0000 >Number: 78411 >Category: ports >Synopsis: [maintainer] devel/ipython: update to 0.6.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 04 14:50:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #1: Tue Feb 1 21:29:03 CST 2005 >Description: Upgrade to 0.6.12. The detail change is at http://ipython.scipy.org/NEWS >How-To-Repeat: N/A >Fix: --- ipython.diff begins here --- diff -ruN ipython.old/Makefile ipython/Makefile --- ipython.old/Makefile Thu Mar 3 08:32:15 2005 +++ ipython/Makefile Fri Mar 4 22:32:12 2005 @@ -6,7 +6,7 @@ # PORTNAME= ipython -PORTVERSION= 0.6.11 +PORTVERSION= 0.6.12 CATEGORIES= devel python MASTER_SITES= http://ipython.scipy.org/dist/ \ http://bsdchat.com/dist/dryice/ diff -ruN ipython.old/distinfo ipython/distinfo --- ipython.old/distinfo Thu Mar 3 08:32:15 2005 +++ ipython/distinfo Fri Mar 4 22:37:14 2005 @@ -1,2 +1,2 @@ -MD5 (ipython-0.6.11.tar.gz) = cf4bdd4a89d71e497e76f0473cbe02f7 -SIZE (ipython-0.6.11.tar.gz) = 862138 +MD5 (ipython-0.6.12.tar.gz) = 3a72e214fe2164f9f86103523e3d8276 +SIZE (ipython-0.6.12.tar.gz) = 870350 diff -ruN ipython.old/pkg-plist ipython/pkg-plist --- ipython.old/pkg-plist Thu Mar 3 08:32:15 2005 +++ ipython/pkg-plist Fri Mar 4 22:36:15 2005 @@ -98,6 +98,9 @@ %%PYTHON_SITELIBDIR%%/IPython/genutils.py %%PYTHON_SITELIBDIR%%/IPython/genutils.pyc %%PYTHON_SITELIBDIR%%/IPython/genutils.pyo +%%PYTHON_SITELIBDIR%%/IPython/hooks.py +%%PYTHON_SITELIBDIR%%/IPython/hooks.pyc +%%PYTHON_SITELIBDIR%%/IPython/hooks.pyo %%PYTHON_SITELIBDIR%%/IPython/iplib.py %%PYTHON_SITELIBDIR%%/IPython/iplib.pyc %%PYTHON_SITELIBDIR%%/IPython/iplib.pyo --- ipython.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: