From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 9 02:10:32 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 5948616A419 for ; Fri, 9 Jun 2006 02:10:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7972D43D93 for ; Fri, 9 Jun 2006 02:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k592APeX086934 for ; Fri, 9 Jun 2006 02:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k592APit086933; Fri, 9 Jun 2006 02:10:25 GMT (envelope-from gnats) Resent-Date: Fri, 9 Jun 2006 02:10:25 GMT Resent-Message-Id: <200606090210.k592APit086933@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 6D91216A473 for ; Fri, 9 Jun 2006 02:07:20 +0000 (UTC) (envelope-from ddliu@readonline.info) Received: from readonline.info (readonline.info [221.0.230.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B93843D9F for ; Fri, 9 Jun 2006 02:07:14 +0000 (GMT) (envelope-from ddliu@readonline.info) Received: from [127.0.0.1] (helo=readonline.info) by readonline.info with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FoWP2-000CMt-E2 for FreeBSD-gnats-submit@freebsd.org; Fri, 09 Jun 2006 10:07:12 +0800 Received: (from ddliu@localhost) by readonline.info (8.13.4/8.13.4/Submit) id k5926gmc047546; Fri, 9 Jun 2006 10:06:42 +0800 (CST) (envelope-from ddliu) Message-Id: <200606090206.k5926gmc047546@readonline.info> Date: Fri, 9 Jun 2006 10:06:42 +0800 (CST) From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98733: [maintainer] devel/ipython: fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 02:10:32 -0000 >Number: 98733 >Category: ports >Synopsis: [maintainer] devel/ipython: fix plist >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 Jun 09 02:10:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005 >Description: - fix plist - run depends on misc/py-pexpect - bump PORTREVISION for the run_depends >How-To-Repeat: >Fix: --- attached file begins here --- diff -ruN ipython.old/Makefile ipython/Makefile --- ipython.old/Makefile Thu Jun 8 14:56:42 2006 +++ ipython/Makefile Fri Jun 9 10:00:20 2006 @@ -7,6 +7,7 @@ PORTNAME= ipython PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://ipython.scipy.org/dist/ \ http://dryice.name/computer/FreeBSD/distfiles/ @@ -14,6 +15,8 @@ MAINTAINER= dryice@dryice.name COMMENT= An enhanced Interactive Python shell + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect MAN1= ipython.1 pycolor.1 MANCOMPRESSED= yes diff -ruN ipython.old/pkg-plist ipython/pkg-plist --- ipython.old/pkg-plist Thu Jun 8 11:21:08 2006 +++ ipython/pkg-plist Fri Jun 9 09:54:56 2006 @@ -1,4 +1,5 @@ bin/ipython +bin/irunner bin/pycolor %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.py %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.pyc --- attached file ends here --- >Release-Note: >Audit-Trail: >Unformatted: