Date: Fri, 9 Jun 2006 10:06:42 +0800 (CST) From: Dryice Liu <dryice@dryice.name> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98733: [maintainer] devel/ipython: fix plist Message-ID: <200606090206.k5926gmc047546@readonline.info> Resent-Message-ID: <200606090210.k592APit086933@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606090206.k5926gmc047546>