ports/67219: Update ports: www/zope-epoz Update to 0.8.1 (superesedes ports/67217)

HAYASHI Yasushi yasi at yasi.to
Wed May 26 15:11:17 UTC 2004


>Number:         67219
>Category:       ports
>Synopsis:       Update ports: www/zope-epoz  Update to 0.8.1 (superesedes ports/67217)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 08:10:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     HAYASHI Yasushi
>Release:        FreeBSD 5.2.1-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD yasi.minidns.net 5.2.1-RELEASE-p7 FreeBSD 5.2.1-RELEASE-p7 #13: Wed May 19 23:59:51 JST 2004 root at yasi.minidns.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	This PR superesedes ports/67217.

	Epoz - a cross-browser-wysiwyg-editor for Zope has been updated
	to 0.8.1.  Fixed some errata from 0.8.0, and also 0.8.1.

	I removed RUN_DEPENDS because Epoz doesn't require www/zope-cmf.

>How-To-Repeat:
	
>Fix:

	


diff -urN zope-epoz.orig/Makefile zope-epoz/Makefile
--- zope-epoz.orig/Makefile	Wed May 26 22:45:06 2004
+++ zope-epoz/Makefile	Wed May 26 23:07:10 2004
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	epoz
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 CATEGORIES=	www zope
 MASTER_SITES=	http://mjablonski.zope.de/Epoz/releases/
 PKGNAMEPREFIX=	zope-
 DISTNAME=	Epoz-${PORTVERSION}
 
 MAINTAINER=	kaeru at inigo-tech.com
-COMMENT=	Epoz product for Zope/CMF
+COMMENT=	A cross-browser-wysiwyg-editor for Zope/CMF
 
 USE_PYTHON=	yes
 USE_ZOPE=	yes
@@ -21,8 +21,6 @@
 
 PLIST=		${WRKDIR}/pkg-plist
 WRKSRC=		${WRKDIR}/Epoz
-
-RUN_DEPENDS+=	${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFCore/__init__.py:${PORTSDIR}/www/zope-cmf
 
 PRODUCTNAME=	Epoz
 
diff -urN zope-epoz.orig/distinfo zope-epoz/distinfo
--- zope-epoz.orig/distinfo	Wed May 26 22:45:06 2004
+++ zope-epoz/distinfo	Wed May 26 22:49:17 2004
@@ -1,2 +1,2 @@
-MD5 (zope/Epoz-0.8.0.tar.gz) = 8ab4787c965df1174fa6c8abc781e202
-SIZE (zope/Epoz-0.8.0.tar.gz) = 45030
+MD5 (zope/Epoz-0.8.1.tar.gz) = 095fc9bdac90b0451170b17b78e4206c
+SIZE (zope/Epoz-0.8.1.tar.gz) = 45001
diff -urN zope-epoz.orig/files/patch-EpozPostTidy.py zope-epoz/files/patch-EpozPostTidy.py
--- zope-epoz.orig/files/patch-EpozPostTidy.py	Thu Jan  1 09:00:00 1970
+++ zope-epoz/files/patch-EpozPostTidy.py	Wed May 26 23:55:55 2004
@@ -0,0 +1,20 @@
+--- Extensions/EpozPostTidy.py.orig	Mon May 10 18:49:57 2004
++++ Extensions/EpozPostTidy.py	Wed May 26 23:54:41 2004
+@@ -25,6 +25,8 @@
+             # Internal Link?                                
+             if tag=="a" and key=="href":
+                 value = self.getRelativeUrl(self.pageurl, value)
++            if tag=="img" and key=="src":
++                value = self.getRelativeUrl(self.pageurl, value)
+             attributes += ' %s="%s"' % (key,value)            
+         self.res += "<%s%s>" % (tag, attributes)
+ 
+@@ -44,7 +46,7 @@
+         self.res += "<%s%s />" % (tag, attributes)
+         
+     def handle_data(self, data):
+-        self.res += data.strip()
++        self.res += data
+         
+     def handle_charref(self, data):
+         self.res += "&%s;" % data
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list