Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 15:42:13 +0200 (EET)
From:      Maxim Tuliuk <mt@primats.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47730: Update: palm/plucker 1.2 -> 1.2_1
Message-ID:  <200301311342.h0VDgDk6055588@zoo.top.net.ua>

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

>Number:         47730
>Category:       ports
>Synopsis:       Update: palm/plucker 1.2 -> 1.2_1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 31 05:50:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Tuliuk
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD zoo.top.net.ua 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Mon Jan 27 21:55:29 EET 2003 root@smtp.top.net.ua:/usr/home/system/obj/usr/home/system/src/sys/host i386


>Description:
	http://gnu-designs.com/bugs/view_bug_advanced_page.php?f_id=450

>How-To-Repeat:
>Fix:

diff -uNr plucker.old/Makefile plucker/Makefile
--- plucker.old/Makefile	Thu Jan  9 15:41:52 2003
+++ plucker/Makefile	Fri Jan 31 15:27:41 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	plucker
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	palm www
 MASTER_SITES=	http://downloads.plkr.org/1.2/
 DISTNAME=	${PORTNAME}_bin-${PORTVERSION}
diff -uNr plucker.old/files/patch-parser::python::PyPlucker::Writer.py plucker/files/patch-parser::python::PyPlucker::Writer.py
--- plucker.old/files/patch-parser::python::PyPlucker::Writer.py	Thu Jan  1 03:00:00 1970
+++ plucker/files/patch-parser::python::PyPlucker::Writer.py	Fri Jan 31 15:19:00 2003
@@ -0,0 +1,20 @@
+--- parser/python/PyPlucker/Writer.py.bak	Tue Oct 15 14:47:39 2002
++++ parser/python/PyPlucker/Writer.py	Fri Jan 31 15:18:09 2003
+@@ -81,7 +81,7 @@
+         self._current_id = 11
+ 
+         # make sure record number 2 goes to the 'home' document (why?)
+-        url = self._alias_list.get('plucker:/home.html')
++        url = self._alias_list.get('plucker:///home.html')
+         if url:
+             while self._alias_list.has_key(url):
+                 url = self._alias_list.get(url)
+@@ -91,7 +91,7 @@
+             else:
+                 self._url_to_id_mapping[url] = 2
+         else:
+-            doc = self._url_to_doc_mapping.get('plucker:/home.html')
++            doc = self._url_to_doc_mapping.get('plucker:///home.html')
+             if doc:
+                 self._doc_to_id_mapping[doc] = 2
+             else:

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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