FreeBSD Bugzilla – Attachment 38213 Details for
Bug 60545
palm/plucker: upgrading to 1.6.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.37 KB, created by
Maxim Tulyuk
on 2003-12-24 15:50:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Maxim Tulyuk
Created:
2003-12-24 15:50:08 UTC
Size:
4.37 KB
patch
obsolete
>diff -uNr plucker.old/Makefile plucker/Makefile >--- plucker.old/Makefile Sun Nov 9 03:09:36 2003 >+++ plucker/Makefile Wed Dec 24 14:16:17 2003 >@@ -6,7 +6,7 @@ > # > > PORTNAME= plucker >-PORTVERSION= 1.6 >+PORTVERSION= 1.6.1 > CATEGORIES= palm www > MASTER_SITES= http://downloads.plkr.org/${PORTVERSION}/ \ > http://downloads.hideho.org/${PORTNAME}/${PORTVERSION}/ >diff -uNr plucker.old/distinfo plucker/distinfo >--- plucker.old/distinfo Sun Nov 9 03:09:36 2003 >+++ plucker/distinfo Wed Dec 24 14:17:16 2003 >@@ -1,3 +1,3 @@ >-MD5 (plucker_docs-1.6.tar.bz2) = 8f841b6370f1f7b4c55246ad36b6dd70 >-MD5 (plucker_parser-1.6.tar.bz2) = ea847f012855c78e2d18d87ead254f5a >-MD5 (plucker_viewer-1.6.tar.bz2) = d54f49fb769abcdbb39646e43d2e12f1 >+MD5 (plucker_docs-1.6.1.tar.bz2) = 2dcc0032c726c7753d701b6b55bec96a >+MD5 (plucker_parser-1.6.1.tar.bz2) = e8f6582af2a948f291446c11b30b5c3f >+MD5 (plucker_viewer-1.6.1.tar.bz2) = 00b39eaf934e1ac5a2244dce19549e3e >diff -uNr plucker.old/files/patch-parser::PyPlucker::Parser.py plucker/files/patch-parser::PyPlucker::Parser.py >--- plucker.old/files/patch-parser::PyPlucker::Parser.py Thu Jan 1 03:00:00 1970 >+++ plucker/files/patch-parser::PyPlucker::Parser.py Wed Dec 24 16:11:02 2003 >@@ -0,0 +1,8 @@ >+--- parser/PyPlucker/Parser.py.orig Wed Dec 24 16:05:12 2003 >++++ parser/PyPlucker/Parser.py Wed Dec 24 16:05:21 2003 >+@@ -1,4 +1,5 @@ >+ #!/usr/bin/env python >++# -*- coding: iso-8859-1 -*- >+ >+ """ >+ Parser.py $Id: Parser.py,v 1.21 2003/02/18 01:29:38 chrish Exp $ >diff -uNr plucker.old/files/patch-parser::PyPlucker::TextParser.py plucker/files/patch-parser::PyPlucker::TextParser.py >--- plucker.old/files/patch-parser::PyPlucker::TextParser.py Thu Jan 1 03:00:00 1970 >+++ plucker/files/patch-parser::PyPlucker::TextParser.py Wed Dec 24 16:40:19 2003 >@@ -0,0 +1,9 @@ >+--- parser/PyPlucker/TextParser.py.orig Fri Nov 7 19:36:39 2003 >++++ parser/PyPlucker/TextParser.py Wed Dec 24 16:40:15 2003 >+@@ -1,5 +1,6 @@ >+ #!/usr/bin/env python >+ # -*- mode: python; indent-tabs-mode: nil; -*- >++# -*- coding: iso-8859-1 -*- >+ >+ """ >+ >diff -uNr plucker.old/files/patch-parser::PyPlucker::helper::doc_compress.py plucker/files/patch-parser::PyPlucker::helper::doc_compress.py >--- plucker.old/files/patch-parser::PyPlucker::helper::doc_compress.py Thu Jan 1 03:00:00 1970 >+++ plucker/files/patch-parser::PyPlucker::helper::doc_compress.py Wed Dec 24 16:38:41 2003 >@@ -0,0 +1,7 @@ >+--- parser/PyPlucker/helper/doc_compress.py.orig Fri Nov 7 19:36:39 2003 >++++ parser/PyPlucker/helper/doc_compress.py Wed Dec 24 16:28:47 2003 >+@@ -1,3 +1,4 @@ >++# -*- coding: iso-8859-1 -*- >+ # >+ # Original RCS-Id from Rob Tillotson <robt@debian.org>: >+ # Id: doc_compress.py,v 1.2 1999/08/09 21:59:13 rob Exp >diff -uNr plucker.old/files/patch-parser::PyPlucker::helper::prc.py plucker/files/patch-parser::PyPlucker::helper::prc.py >--- plucker.old/files/patch-parser::PyPlucker::helper::prc.py Thu Jan 1 03:00:00 1970 >+++ plucker/files/patch-parser::PyPlucker::helper::prc.py Wed Dec 24 16:39:05 2003 >@@ -0,0 +1,7 @@ >+--- parser/PyPlucker/helper/prc.py.orig Fri Nov 7 19:36:39 2003 >++++ parser/PyPlucker/helper/prc.py Wed Dec 24 16:29:02 2003 >+@@ -1,3 +1,4 @@ >++# -*- coding: iso-8859-1 -*- >+ # >+ # $Id: prc.py,v 1.13 2002/10/10 21:58:18 janssen Exp $ >+ # Original RCSId: prc.py,v 1.6 1999/07/16 05:32:01 rob Exp >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 Sun Nov 16 02:50:22 2003 >+++ plucker/files/patch-parser::python::PyPlucker::Writer.py Thu Jan 1 03:00:00 1970 >@@ -1,20 +0,0 @@ >---- parser/PyPlucker/Writer.py.bak Tue Oct 15 14:47:39 2002 >-+++ parser/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:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60545
: 38213