Date: Sat, 24 Jul 2004 07:00:10 +0900 (JST) From: HAYASHI Yasushi <yasi@yasi.to> To: FreeBSD-gnats-submit@FreeBSD.org Cc: yasi@yasi.to Subject: ports/69505: [maintainer update] www/zope-epoz update to 0.8.2 Message-ID: <200407232200.i6NM0AS7095425@yasi.minidns.net> Resent-Message-ID: <200407232200.i6NM0SBp066392@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69505 >Category: ports >Synopsis: [maintainer update] www/zope-epoz update to 0.8.2 >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: Fri Jul 23 22:00:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: HAYASHI Yasushi >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: personal >Environment: System: FreeBSD yasi.minidns.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Thu Jul 1 09:03:13 JST 2004 yasi@yasi.minidns.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Epoz, a cross-browser-wysiwyg editor for Zope was updated to 0.8.2. >How-To-Repeat: >Fix: diff -urN www/zope-epoz.old/Makefile www/zope-epoz/Makefile --- www/zope-epoz.old/Makefile Sat Jul 24 06:40:55 2004 +++ www/zope-epoz/Makefile Sat Jul 24 06:42:02 2004 @@ -6,7 +6,7 @@ # PORTNAME= epoz -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= www zope MASTER_SITES= http://mjablonski.zope.de/Epoz/releases/ PKGNAMEPREFIX= zope- diff -urN www/zope-epoz.old/distinfo www/zope-epoz/distinfo --- www/zope-epoz.old/distinfo Sat Jul 24 06:40:55 2004 +++ www/zope-epoz/distinfo Sat Jul 24 06:42:30 2004 @@ -1,2 +1,2 @@ -MD5 (zope/Epoz-0.8.1.tar.gz) = 095fc9bdac90b0451170b17b78e4206c -SIZE (zope/Epoz-0.8.1.tar.gz) = 45001 +MD5 (zope/Epoz-0.8.2.tar.gz) = 230d63393b1bdef89c49ab8a7b3fc8d8 +SIZE (zope/Epoz-0.8.2.tar.gz) = 43303 diff -urN www/zope-epoz.old/files/patch-EpozPostTidy.py www/zope-epoz/files/patch-EpozPostTidy.py --- www/zope-epoz.old/files/patch-EpozPostTidy.py Sat Jul 24 06:40:55 2004 +++ www/zope-epoz/files/patch-EpozPostTidy.py Thu Jan 1 09:00:00 1970 @@ -1,20 +0,0 @@ ---- 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407232200.i6NM0AS7095425>