Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2006 20:36:07 +0900 (JST)
From:      HAYASHI Yasushi <yasi@yasi.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106371: [maintainer update] www/zope-coreblog2 modify for wrong RUN_DEPENDS and so on 
Message-ID:  <200612051136.kB5Ba7XH080064@www.yasi.to>
Resent-Message-ID: <200612051140.kB5BeCHR029375@freefall.freebsd.org>

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

>Number:         106371
>Category:       ports
>Synopsis:       [maintainer update] www/zope-coreblog2 modify for wrong RUN_DEPENDS and so on
>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 Dec 05 11:40:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     HAYASHI Yasushi
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD www.yasi.to 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Sat Nov 18 08:44:48 JST 2006 yasi@notesv.yasi.to:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
www/zope-coreblog2 port was edited by kris in Dec 1st and Dec 4th, 2006.
There are two lines which have to modify:

  - wrong RUN_DEPENDS
  - set USE_PYTHON=2.4 as same as www/plone

	
>How-To-Repeat:
	
>Fix:

	

--- coreblog2.diff begins here ---
diff -urN /usr/ports/www/zope-coreblog2.old/Makefile /usr/ports/www/zope-coreblog2/Makefile
--- /usr/ports/www/zope-coreblog2.old/Makefile	Tue Dec  5 06:33:37 2006
+++ /usr/ports/www/zope-coreblog2/Makefile	Tue Dec  5 20:25:23 2006
@@ -17,9 +17,9 @@
 MAINTAINER=	yasi@yasi.to
 COMMENT=	A fully-featured blog product for Plone
 
-RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/OFS/__init__.py:${PORTSDIR}/www/plone
+RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone
 
-USE_PYTHON=	yes
+USE_PYTHON=	2.4
 USE_ZOPE=	2.9
 DIST_SUBDIR=	zope
 
--- coreblog2.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?200612051136.kB5Ba7XH080064>