FreeBSD Bugzilla – Attachment 123115 Details for
Bug 166380
[UPDATE] editors/zim: update to 0.55
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.txt
file.txt (text/plain), 4.03 KB, created by
Ruslan Makhmatkhanov
on 2012-03-24 18:30:10 UTC
(
hide
)
Description:
file.txt
Filename:
MIME Type:
Creator:
Ruslan Makhmatkhanov
Created:
2012-03-24 18:30:10 UTC
Size:
4.03 KB
patch
obsolete
>? zim-055.diff.txt >Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/zim/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- Makefile 20 Jan 2012 14:37:05 -0000 1.24 >+++ Makefile 24 Mar 2012 18:08:19 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= zim >-PORTVERSION= 0.54 >+PORTVERSION= 0.55 > CATEGORIES= editors python > MASTER_SITES= http://www.zim-wiki.org/downloads/ > >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/editors/zim/distinfo,v >retrieving revision 1.13 >diff -u -r1.13 distinfo >--- distinfo 20 Jan 2012 14:37:05 -0000 1.13 >+++ distinfo 24 Mar 2012 18:08:19 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (zim-0.54.tar.gz) = a4cd618c6bc8bedeb11a28fc54652c05648f940e13d2d3df7be800d5ce455195 >-SIZE (zim-0.54.tar.gz) = 1326924 >+SHA256 (zim-0.55.tar.gz) = f80b6d3be744af07e88a512e665897e4cdc0170a16305106edbb9b144f5fe093 >+SIZE (zim-0.55.tar.gz) = 1376720 >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/editors/zim/pkg-plist,v >retrieving revision 1.15 >diff -u -r1.15 pkg-plist >--- pkg-plist 20 Jan 2012 14:37:05 -0000 1.15 >+++ pkg-plist 24 Mar 2012 18:08:19 -0000 >@@ -29,12 +29,18 @@ > %%PYTHON_SITELIBDIR%%/zim/formats/__init__.py > %%PYTHON_SITELIBDIR%%/zim/formats/__init__.pyc > %%PYTHON_SITELIBDIR%%/zim/formats/__init__.pyo >+%%PYTHON_SITELIBDIR%%/zim/formats/__main__.py >+%%PYTHON_SITELIBDIR%%/zim/formats/__main__.pyc >+%%PYTHON_SITELIBDIR%%/zim/formats/__main__.pyo > %%PYTHON_SITELIBDIR%%/zim/formats/html.py > %%PYTHON_SITELIBDIR%%/zim/formats/html.pyc > %%PYTHON_SITELIBDIR%%/zim/formats/html.pyo > %%PYTHON_SITELIBDIR%%/zim/formats/latex.py > %%PYTHON_SITELIBDIR%%/zim/formats/latex.pyc > %%PYTHON_SITELIBDIR%%/zim/formats/latex.pyo >+%%PYTHON_SITELIBDIR%%/zim/formats/markdown.py >+%%PYTHON_SITELIBDIR%%/zim/formats/markdown.pyc >+%%PYTHON_SITELIBDIR%%/zim/formats/markdown.pyo > %%PYTHON_SITELIBDIR%%/zim/formats/plain.py > %%PYTHON_SITELIBDIR%%/zim/formats/plain.pyc > %%PYTHON_SITELIBDIR%%/zim/formats/plain.pyo >@@ -167,6 +173,9 @@ > %%PYTHON_SITELIBDIR%%/zim/plugins/spell.py > %%PYTHON_SITELIBDIR%%/zim/plugins/spell.pyc > %%PYTHON_SITELIBDIR%%/zim/plugins/spell.pyo >+%%PYTHON_SITELIBDIR%%/zim/plugins/tableofcontents.py >+%%PYTHON_SITELIBDIR%%/zim/plugins/tableofcontents.pyc >+%%PYTHON_SITELIBDIR%%/zim/plugins/tableofcontents.pyo > %%PYTHON_SITELIBDIR%%/zim/plugins/tags.py > %%PYTHON_SITELIBDIR%%/zim/plugins/tags.pyc > %%PYTHON_SITELIBDIR%%/zim/plugins/tags.pyo >@@ -191,9 +200,6 @@ > %%PYTHON_SITELIBDIR%%/zim/stores/files.py > %%PYTHON_SITELIBDIR%%/zim/stores/files.pyc > %%PYTHON_SITELIBDIR%%/zim/stores/files.pyo >-%%PYTHON_SITELIBDIR%%/zim/stores/gjots.py >-%%PYTHON_SITELIBDIR%%/zim/stores/gjots.pyc >-%%PYTHON_SITELIBDIR%%/zim/stores/gjots.pyo > %%PYTHON_SITELIBDIR%%/zim/stores/memory.py > %%PYTHON_SITELIBDIR%%/zim/stores/memory.pyc > %%PYTHON_SITELIBDIR%%/zim/stores/memory.pyo >@@ -203,6 +209,9 @@ > %%PYTHON_SITELIBDIR%%/zim/templates.py > %%PYTHON_SITELIBDIR%%/zim/templates.pyc > %%PYTHON_SITELIBDIR%%/zim/templates.pyo >+%%PYTHON_SITELIBDIR%%/zim/utils.py >+%%PYTHON_SITELIBDIR%%/zim/utils.pyc >+%%PYTHON_SITELIBDIR%%/zim/utils.pyo > %%PYTHON_SITELIBDIR%%/zim/www.py > %%PYTHON_SITELIBDIR%%/zim/www.pyc > %%PYTHON_SITELIBDIR%%/zim/www.pyo >@@ -311,6 +320,7 @@ > %%DATADIR%%/manual/Plugins/Link_Map.txt > %%DATADIR%%/manual/Plugins/Quick_Note.txt > %%DATADIR%%/manual/Plugins/Spell_Checker.txt >+%%DATADIR%%/manual/Plugins/Table_Of_Contents.txt > %%DATADIR%%/manual/Plugins/Tags.txt > %%DATADIR%%/manual/Plugins/Task_List.txt > %%DATADIR%%/manual/Plugins/Tray_Icon.txt >@@ -350,11 +360,13 @@ > %%DATADIR%%/templates/latex/Article.tex > %%DATADIR%%/templates/latex/Part.tex > %%DATADIR%%/templates/latex/Report.tex >+%%DATADIR%%/templates/markdown/Default.markdown > %%DATADIR%%/templates/wiki/Calendar.txt > %%DATADIR%%/templates/wiki/Default.txt > %%DATADIR%%/urls.list > %%DATADIR%%/zim.png > @dirrm %%DATADIR%%/templates/wiki >+@dirrm %%DATADIR%%/templates/markdown > @dirrm %%DATADIR%%/templates/latex > @dirrm %%DATADIR%%/templates/html > @dirrm %%DATADIR%%/templates
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 Raw
Actions:
View
Attachments on
bug 166380
: 123115