Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2006 02:07:46 +0900 (JST)
From:      HAYASHI Yasushi <yasi@yasi.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104274: [maintainer update] www/zope29, modify to cope with a revision of lang/python 
Message-ID:  <200610101707.k9AH7kSC057040@yasi.minidns.net>
Resent-Message-ID: <200610101710.k9AHAGtv050198@freefall.freebsd.org>

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

>Number:         104274
>Category:       ports
>Synopsis:       [maintainer update] www/zope29, modify to cope with a revision of lang/python
>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:   Tue Oct 10 17:10:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     HAYASHI Yasushi
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD notesv.yasi.to 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 04:06:00 JST 2006 yasi@notesv.yasi.to:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
lang/python has been changed as meta-port for python2.5.
It may occur trouble for www/zope29, so I modify it to use python2.4.

	
>How-To-Repeat:
	
>Fix:

	

--- zope29.diff begins here ---
diff -urN /usr/ports/www/zope29.old/Makefile /usr/ports/www/zope29/Makefile
--- /usr/ports/www/zope29.old/Makefile	Sat Oct  7 21:10:57 2006
+++ /usr/ports/www/zope29/Makefile	Wed Oct 11 02:00:19 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	zope29
 PORTVERSION=	2.9.5
+PORTREVISION=	1
 CATEGORIES=	www python zope
 MASTER_SITES=	http://www.zope.org/Products/Zope/${PORTVERSION}/
 DISTNAME=	Zope-${PORTVERSION}-final
@@ -16,7 +17,7 @@
 MAINTAINER=	yasi@yasi.to
 COMMENT=	An object-based web application platform
 
-USE_PYTHON=	yes
+USE_PYTHON=	2.4
 USE_RC_SUBR=	${PORTNAME}.sh zeo29.sh
 LATEST_LINK=	zope29
 
--- zope29.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610101707.k9AH7kSC057040>