From dryice@hotpop.com  Wed Apr 13 08:08:59 2005
Return-Path: <dryice@hotpop.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 496BC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Apr 2005 08:08:59 +0000 (GMT)
Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0C30143D46
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Apr 2005 08:08:59 +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 F0ED515272B8
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Apr 2005 08:08:50 +0000 (UTC)
Received: from hotpop.com (unknown [221.0.236.113])
	by smtp-1.hotpop.com (Postfix) with ESMTP
	id E3C441A01A6; Wed, 13 Apr 2005 08:08:49 +0000 (UTC)
Received: by hotpop.com (sSMTP sendmail emulation); Wed, 13 Apr 2005 16:08:53 +0800
Message-Id: <20050413080849.E3C441A01A6@smtp-1.hotpop.com>
Date: Wed, 13 Apr 2005 16:08:53 +0800
From: Dryice Liu <dryice@hotpop.com>
Reply-To: Dryice Liu <dryice@liu.com.cn>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dryice Liu <dryice@liu.com.cn>
Subject: [maintainer update] devel/ipython: require Python 2.2+
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79852
>Category:       ports
>Synopsis:       [maintainer update] devel/ipython: require Python 2.2+
>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:   Wed Apr 13 08:10:28 GMT 2005
>Closed-Date:    Wed Apr 13 08:50:17 GMT 2005
>Last-Modified:  Wed Apr 13 08:50:17 GMT 2005
>Originator:     Dryice Liu
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Apr 5 15:19:05 CST 2005


>Description:
	Require Python 2.2+. There are some code depends on 2.2
	features.
	
>How-To-Repeat:

>Fix:



--- ipython.diff begins here ---
diff -ruN ipython.old/Makefile ipython/Makefile
--- ipython.old/Makefile	Sat Mar  5 11:26:18 2005
+++ ipython/Makefile	Wed Apr 13 10:46:01 2005
@@ -18,7 +18,7 @@
 MAN1=		ipython.1 pycolor.1
 MANCOMPRESSED=	yes
 
-USE_PYTHON=	2.1+
+USE_PYTHON=	2.2+
 USE_PYDISTUTILS=	yes
 
 .include <bsd.port.pre.mk>
--- ipython.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Apr 13 08:50:10 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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