From ddliu@readonline.info  Fri Jun  9 02:07:20 2006
Return-Path: <ddliu@readonline.info>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6D91216A473
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <ddliu@readonline.info>)
	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 <dryice@dryice.name>
Reply-To: Dryice Liu <dryice@dryice.name>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] devel/ipython: fix plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98733
>Category:       ports
>Synopsis:       [maintainer] devel/ipython: fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 09 02:10:22 GMT 2006
>Closed-Date:    Fri Jun 09 02:22:17 GMT 2006
>Last-Modified:  Fri Jun 09 02:22:17 GMT 2006
>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:
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Jun 9 02:22:16 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98733 
>Unformatted:
