From lwhsu@jail0.lwhsu.csie.net  Wed Apr 11 06:35:23 2007
Return-Path: <lwhsu@jail0.lwhsu.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 2D11A16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Apr 2007 06:35:23 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48])
	by mx1.freebsd.org (Postfix) with ESMTP id DA9A813C448
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Apr 2007 06:35:22 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id D47BD1141A;
	Wed, 11 Apr 2007 14:35:29 +0800 (CST)
Received: (from lwhsu@localhost)
	by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l3B6ZSHg044364;
	Wed, 11 Apr 2007 14:35:28 +0800 (CST)
	(envelope-from lwhsu)
Message-Id: <200704110635.l3B6ZSHg044364@jail0.lwhsu.csie.net>
Date: Wed, 11 Apr 2007 14:35:28 +0800 (CST)
From: Li-Wen Hsu <lwhsu@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dryice@dryice.name, lwhsu@lwhsu.org
Subject: [PATCH] devel/ipython: update to 0.8.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dryice@dryice.name

>Number:         111468
>Category:       ports
>Synopsis:       [PATCH] devel/ipython: update to 0.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dryice
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 11 06:40:03 GMT 2007
>Closed-Date:    Thu Apr 12 05:18:14 GMT 2007
>Last-Modified:  Thu Apr 12 05:20:00 GMT 2007
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
- Update to 0.8.0
- Remove 4.x stuff
- I think we can use @dirrm here

Port maintainer (dryice@dryice.name) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ipython-py24-0.8.0.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/devel/ipython-py24/Makefile /home/lwhsu/ports/devel/ipython/Makefile
--- /usr/ports/devel/ipython-py24/Makefile	Thu Dec 21 07:02:55 2006
+++ /home/lwhsu/ports/devel/ipython/Makefile	Wed Apr 11 14:27:02 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ipython
-PORTVERSION=	0.7.3
+PORTVERSION=	0.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	http://ipython.scipy.org/dist/ \
 		http://dryice.name/computer/FreeBSD/distfiles/
@@ -22,13 +22,7 @@
 
 PORTDOCS=	*
 
-USE_PYTHON=	2.3+
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
-BROKEN=		Coredump during build on alpha 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN -ruN --exclude=CVS /usr/ports/devel/ipython-py24/distinfo /home/lwhsu/ports/devel/ipython/distinfo
--- /usr/ports/devel/ipython-py24/distinfo	Thu Dec 21 07:02:55 2006
+++ /home/lwhsu/ports/devel/ipython/distinfo	Wed Apr 11 14:27:38 2007
@@ -1,3 +1,3 @@
-MD5 (ipython-0.7.3.tar.gz) = 40cbc814b812f2c3d6c13b47d41a6cc5
-SHA256 (ipython-0.7.3.tar.gz) = 269fe2f2224f87588e4481da6383c233b63a6a096a4f7f7abd4648ee792b9a84
-SIZE (ipython-0.7.3.tar.gz) = 1095673
+MD5 (ipython-0.8.0.tar.gz) = 2ea4e280d74f1ea72830cd7a37a520bb
+SHA256 (ipython-0.8.0.tar.gz) = 274fc53d5acf745a96b0e10dbeab17f91251c63a2f7ddd4804d19d5718ec004f
+SIZE (ipython-0.8.0.tar.gz) = 1119396
diff -ruN -ruN --exclude=CVS /usr/ports/devel/ipython-py24/pkg-plist /home/lwhsu/ports/devel/ipython/pkg-plist
--- /usr/ports/devel/ipython-py24/pkg-plist	Thu Dec 21 07:02:55 2006
+++ /home/lwhsu/ports/devel/ipython/pkg-plist	Wed Apr 11 14:31:48 2007
@@ -37,6 +37,9 @@
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/clearcmd.py
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/clearcmd.pyc
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/clearcmd.pyo
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/envpersist.py
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/envpersist.pyc
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/envpersist.pyo
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ext_rehashdir.py
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ext_rehashdir.pyc
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ext_rehashdir.pyo
@@ -46,12 +49,24 @@
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ibrowse.py
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ibrowse.pyc
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ibrowse.pyo
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/igrid.py
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/igrid.pyc
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/igrid.pyo
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipipe.py
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipipe.pyc
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipipe.pyo
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_completers.py
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_completers.pyc
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_completers.pyo
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_defaults.py
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_defaults.pyc
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_defaults.pyo
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_gnuglobal.py
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_gnuglobal.pyc
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_gnuglobal.pyo
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_p4.py
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_p4.pyc
+%%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_p4.pyo
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_pydb.py
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_pydb.pyc
 %%PYTHON_SITELIBDIR%%/IPython/Extensions/ipy_pydb.pyo
@@ -151,12 +166,15 @@
 %%PYTHON_SITELIBDIR%%/IPython/excolors.py
 %%PYTHON_SITELIBDIR%%/IPython/excolors.pyc
 %%PYTHON_SITELIBDIR%%/IPython/excolors.pyo
-%%PYTHON_SITELIBDIR%%/IPython/external/simplegeneric.py
-%%PYTHON_SITELIBDIR%%/IPython/external/simplegeneric.pyc
-%%PYTHON_SITELIBDIR%%/IPython/external/simplegeneric.pyo
 %%PYTHON_SITELIBDIR%%/IPython/external/__init__.py
 %%PYTHON_SITELIBDIR%%/IPython/external/__init__.pyc
 %%PYTHON_SITELIBDIR%%/IPython/external/__init__.pyo
+%%PYTHON_SITELIBDIR%%/IPython/external/simplegeneric.py
+%%PYTHON_SITELIBDIR%%/IPython/external/simplegeneric.pyc
+%%PYTHON_SITELIBDIR%%/IPython/external/simplegeneric.pyo
+%%PYTHON_SITELIBDIR%%/IPython/external/thread2.py
+%%PYTHON_SITELIBDIR%%/IPython/external/thread2.pyc
+%%PYTHON_SITELIBDIR%%/IPython/external/thread2.pyo
 %%PYTHON_SITELIBDIR%%/IPython/genutils.py
 %%PYTHON_SITELIBDIR%%/IPython/genutils.pyc
 %%PYTHON_SITELIBDIR%%/IPython/genutils.pyo
@@ -217,7 +235,9 @@
 %%PYTHON_SITELIBDIR%%/IPython/winconsole.py
 %%PYTHON_SITELIBDIR%%/IPython/winconsole.pyc
 %%PYTHON_SITELIBDIR%%/IPython/winconsole.pyo
+@dirrm IPython/Extensions
+@dirrm IPython
+@dirrm %%PYTHON_SITELIBDIR%%/IPython/external
 @dirrm %%PYTHON_SITELIBDIR%%/IPython/UserConfig
 @dirrm %%PYTHON_SITELIBDIR%%/IPython/Extensions
-@dirrm %%PYTHON_SITELIBDIR%%/IPython/external
 @dirrm %%PYTHON_SITELIBDIR%%/IPython
--- ipython-py24-0.8.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 11 06:40:12 UTC 2007 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111468 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Apr 11 06:40:19 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111468 
Responsible-Changed-From-To: lwhsu->dryice 
Responsible-Changed-By: lwhsu 
Responsible-Changed-When: Wed Apr 11 06:42:56 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111468 
State-Changed-From-To: feedback->open 
State-Changed-By: lwhsu 
State-Changed-When: Wed Apr 11 06:43:18 UTC 2007 
State-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111468 
State-Changed-From-To: open->closed 
State-Changed-By: dryice 
State-Changed-When: Thu Apr 12 05:18:08 UTC 2007 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111468 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111468: commit references a PR
Date: Thu, 12 Apr 2007 05:17:12 +0000 (UTC)

 dryice      2007-04-12 05:17:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/ipython        Makefile distinfo pkg-plist 
   Log:
   - update to 0.8.0
   - remove 4.x stuff
   - depends on ctypes if not Python2.5
   - add MIRROR
   - update my mail address
   
   PR:             111468
   Submitted by:   Li-Wen Hsu <lwhsu@freebsd.org>
   Approved by:    itetcu (mentor, implicit)
   
   Revision  Changes    Path
   1.26      +7 -5      ports/devel/ipython/Makefile
   1.22      +3 -3      ports/devel/ipython/distinfo
   1.17      +24 -4     ports/devel/ipython/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
