Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2006 05:12:40 GMT
From:      Dryice Liu <dryice@dryice.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105163: [maintainer] www/quixote: doesn't work with Python 2.5
Message-ID:  <200611050512.kA55CeJ1024562@freefall.freebsd.org>
Resent-Message-ID: <200611050520.kA55KMAc024852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105163
>Category:       ports
>Synopsis:       [maintainer] www/quixote: doesn't work with Python 2.5
>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:   Sun Nov 05 05:20:21 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:

	Mark this port requires Python 2.3-2.4

>How-To-Repeat:
	
>Fix:

	

--- attached file begins here ---
diff -ruN quixote.old/Makefile quixote/Makefile
--- quixote.old/Makefile	Sun Jan  1 05:08:01 2006
+++ quixote/Makefile	Sun Nov  5 12:52:08 2006
@@ -15,7 +15,7 @@
 MAINTAINER=	dryice@dryice.name
 COMMENT=	A framework for developing web applications in Python
 
-USE_PYTHON=	2.3+
+USE_PYTHON=	2.3-2.4
 USE_PYDISTUTILS=	yes
 
 .include <bsd.port.pre.mk>
--- 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?200611050512.kA55CeJ1024562>