From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 20 13:40:31 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 CC50A16A4DE for ; Wed, 20 Apr 2005 13:40:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D2D43D39 for ; Wed, 20 Apr 2005 13:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3KDeTK9082252 for ; Wed, 20 Apr 2005 13:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3KDeTsg082250; Wed, 20 Apr 2005 13:40:29 GMT (envelope-from gnats) Resent-Date: Wed, 20 Apr 2005 13:40:29 GMT Resent-Message-Id: <200504201340.j3KDeTsg082250@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 BC7D016A4CE for ; Wed, 20 Apr 2005 13:30:36 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 625E143D48 for ; Wed, 20 Apr 2005 13:30:36 +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 2891010964B4 for ; Wed, 20 Apr 2005 13:30:34 +0000 (UTC) Received: from hotpop.com (unknown [221.0.236.113]) by smtp-1.hotpop.com (Postfix) with ESMTP id 17B131A01BF; Wed, 20 Apr 2005 13:30:26 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Wed, 20 Apr 2005 21:30:18 +0800 Message-Id: <20050420133026.17B131A01BF@smtp-1.hotpop.com> Date: Wed, 20 Apr 2005 21:30:18 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dryice Liu Subject: ports/80148: [MAINTAINER] devel/ipython: update to 0.6.13 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: Wed, 20 Apr 2005 13:40:32 -0000 >Number: 80148 >Category: ports >Synopsis: [MAINTAINER] devel/ipython: update to 0.6.13 >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: Wed Apr 20 13:40:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #3: Fri Apr 15 21:01:47 CST 2005 >Description: update to 0.6.13. I think it's a good idea to add something like this in UPDATING: (not include in diff below) 20050420 AFFECTS: users of www/ipython AUTHOR: dryice@liu.com.cn This is backward-incompatible changes for pysh. 1. You must update your pysh profile (~/.ipython/ipythonrc-pysh): a) Add to it the line: import_all IPython.Extensions.InterpreterExec b) Delete the line execfile pysh.py 2. You must also delete from ~/.ipython/ the file pysh.py. >How-To-Repeat: >Fix: --- ipython.diff begins here --- diff -ruN ipython.old/Makefile ipython/Makefile --- ipython.old/Makefile Wed Apr 13 16:50:04 2005 +++ ipython/Makefile Wed Apr 20 21:13:50 2005 @@ -6,7 +6,7 @@ # PORTNAME= ipython -PORTVERSION= 0.6.12 +PORTVERSION= 0.6.13 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 Sat Mar 5 11:26:18 2005 +++ ipython/distinfo Wed Apr 20 21:13:49 2005 @@ -1,2 +1,2 @@ -MD5 (ipython-0.6.12.tar.gz) = 3a72e214fe2164f9f86103523e3d8276 -SIZE (ipython-0.6.12.tar.gz) = 870350 +MD5 (ipython-0.6.13.tar.gz) = 22f5a7a9eae21df4c3c71870dc3953f2 +SIZE (ipython-0.6.13.tar.gz) = 888569 diff -ruN ipython.old/pkg-plist ipython/pkg-plist --- ipython.old/pkg-plist Sat Mar 5 11:26:18 2005 +++ ipython/pkg-plist Wed Apr 20 21:20:36 2005 @@ -88,7 +88,6 @@ %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-pysh %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-scipy %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-tutorial -%%PYTHON_SITELIBDIR%%/IPython/UserConfig/pysh.py %%PYTHON_SITELIBDIR%%/IPython/__init__.py %%PYTHON_SITELIBDIR%%/IPython/__init__.pyc %%PYTHON_SITELIBDIR%%/IPython/__init__.pyo --- ipython.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: