From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 23 08:10:30 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 92D7316A4CE for ; Wed, 23 Feb 2005 08:10:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F22543D53 for ; Wed, 23 Feb 2005 08:10:30 +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 j1N8AUHC067401 for ; Wed, 23 Feb 2005 08:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1N8AUHH067400; Wed, 23 Feb 2005 08:10:30 GMT (envelope-from gnats) Resent-Date: Wed, 23 Feb 2005 08:10:30 GMT Resent-Message-Id: <200502230810.j1N8AUHH067400@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 7936B16A4CE for ; Wed, 23 Feb 2005 08:04:24 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A0E43D55 for ; Wed, 23 Feb 2005 08:04:23 +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 654F3E69603 for ; Wed, 23 Feb 2005 08:04:17 +0000 (UTC) Received: from hotpop.com (unknown [221.0.237.233]) by smtp-2.hotpop.com (Postfix) with ESMTP id 5E600E8119B; Wed, 23 Feb 2005 08:03:40 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Wed, 23 Feb 2005 16:03:31 +0800 Message-Id: <20050223080340.5E600E8119B@smtp-2.hotpop.com> Date: Wed, 23 Feb 2005 16:03:31 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dryice Liu Subject: ports/77950: [maintainer] devel/ipython: update to 0.6.11 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, 23 Feb 2005 08:10:30 -0000 >Number: 77950 >Category: ports >Synopsis: [maintainer] devel/ipython: update to 0.6.11 >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 Feb 23 08:10:26 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: Changes: update to 0.6.11. The detail news 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 Sat Jan 29 06:26:50 2005 +++ ipython/Makefile Wed Feb 23 15:46:44 2005 @@ -6,7 +6,7 @@ # PORTNAME= ipython -PORTVERSION= 0.6.10 +PORTVERSION= 0.6.11 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 Sun Jan 30 09:01:14 2005 +++ ipython/distinfo Wed Feb 23 15:50:25 2005 @@ -1,2 +1,2 @@ -MD5 (ipython-0.6.10.tar.gz) = 6ca62bed34cccc3cddd766e2bece0bf0 -SIZE (ipython-0.6.10.tar.gz) = 843400 +MD5 (ipython-0.6.11.tar.gz) = cf4bdd4a89d71e497e76f0473cbe02f7 +SIZE (ipython-0.6.11.tar.gz) = 862138 diff -ruN ipython.old/pkg-plist ipython/pkg-plist --- ipython.old/pkg-plist Wed Jan 26 16:08:04 2005 +++ ipython/pkg-plist Wed Feb 23 15:58:58 2005 @@ -1,5 +1,8 @@ bin/ipython bin/pycolor +%%PYTHON_SITELIBDIR%%/IPython/background_jobs.py +%%PYTHON_SITELIBDIR%%/IPython/background_jobs.pyc +%%PYTHON_SITELIBDIR%%/IPython/background_jobs.pyo %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.py %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.pyc %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.pyo @@ -127,6 +130,8 @@ %%DOCSDIR%%/manual/img1.png %%DOCSDIR%%/manual/img2.png %%DOCSDIR%%/manual/img3.png +%%DOCSDIR%%/manual/img4.png +%%DOCSDIR%%/manual/img5.png %%DOCSDIR%%/manual/index.html %%DOCSDIR%%/manual/manual.css %%DOCSDIR%%/manual/manual.html --- ipython.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: