From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 16 13:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6346E32A for ; Sun, 16 Jun 2013 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 45A9B195A for ; Sun, 16 Jun 2013 13:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5GDe2ri026101 for ; Sun, 16 Jun 2013 13:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5GDe1EJ026100; Sun, 16 Jun 2013 13:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 16 Jun 2013 13:40:01 GMT Resent-Message-Id: <201306161340.r5GDe1EJ026100@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Makhmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1EAAC30C for ; Sun, 16 Jun 2013 13:35:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 116E11948 for ; Sun, 16 Jun 2013 13:35:08 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5GDZ7jE026757 for ; Sun, 16 Jun 2013 13:35:07 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5GDZ7NX026748; Sun, 16 Jun 2013 13:35:07 GMT (envelope-from nobody) Message-Id: <201306161335.r5GDZ7NX026748@oldred.freebsd.org> Date: Sun, 16 Jun 2013 13:35:07 GMT From: Ruslan Makhmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179614: editors/zim: update to 0.60 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jun 2013 13:40:02 -0000 >Number: 179614 >Category: ports >Synopsis: editors/zim: update to 0.60 >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: Sun Jun 16 13:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ruslan Makhmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT amd64 >Description: - update to 0.60 - convert dependency on desktop-file-utils to USES >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 321045) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zim -PORTVERSION= 0.57 +PORTVERSION= 0.60 CATEGORIES= editors python MASTER_SITES= http://www.zim-wiki.org/downloads/ @@ -16,8 +16,8 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 INSTALLS_ICONS= yes -USES= gettext -USE_GNOME= desktopfileutils gtk20 pygtk2 pygobject +USES= gettext desktop-file-utils +USE_GNOME= gtk20 pygtk2 pygobject USE_PYTHON= -2.7 USE_PYDISTUTILS= yes Index: distinfo =================================================================== --- distinfo (revision 321045) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (zim-0.57.tar.gz) = 1e29eeef6a3d467a5598f0f17b9e0d0b32a43b70cd32f71de12fa801b2338366 -SIZE (zim-0.57.tar.gz) = 1565535 +SHA256 (zim-0.60.tar.gz) = 1093f7bf0051eda8eaad33f037b03df66b30c24da275d59cedbf8f792011196b +SIZE (zim-0.60.tar.gz) = 1634256 Index: pkg-plist =================================================================== --- pkg-plist (revision 321045) +++ pkg-plist (working copy) @@ -5,12 +5,18 @@ %%PYTHON_SITELIBDIR%%/zim/_version.py %%PYTHON_SITELIBDIR%%/zim/_version.pyc %%PYTHON_SITELIBDIR%%/zim/_version.pyo +%%PYTHON_SITELIBDIR%%/zim/actions.py +%%PYTHON_SITELIBDIR%%/zim/actions.pyc +%%PYTHON_SITELIBDIR%%/zim/actions.pyo %%PYTHON_SITELIBDIR%%/zim/applications.py %%PYTHON_SITELIBDIR%%/zim/applications.pyc %%PYTHON_SITELIBDIR%%/zim/applications.pyo %%PYTHON_SITELIBDIR%%/zim/async.py %%PYTHON_SITELIBDIR%%/zim/async.pyc %%PYTHON_SITELIBDIR%%/zim/async.pyo +%%PYTHON_SITELIBDIR%%/zim/base.py +%%PYTHON_SITELIBDIR%%/zim/base.pyc +%%PYTHON_SITELIBDIR%%/zim/base.pyo %%PYTHON_SITELIBDIR%%/zim/config.py %%PYTHON_SITELIBDIR%%/zim/config.pyc %%PYTHON_SITELIBDIR%%/zim/config.pyo @@ -89,6 +95,9 @@ %%PYTHON_SITELIBDIR%%/zim/gui/propertiesdialog.py %%PYTHON_SITELIBDIR%%/zim/gui/propertiesdialog.pyc %%PYTHON_SITELIBDIR%%/zim/gui/propertiesdialog.pyo +%%PYTHON_SITELIBDIR%%/zim/gui/recentchangesdialog.py +%%PYTHON_SITELIBDIR%%/zim/gui/recentchangesdialog.pyc +%%PYTHON_SITELIBDIR%%/zim/gui/recentchangesdialog.pyo %%PYTHON_SITELIBDIR%%/zim/gui/searchdialog.py %%PYTHON_SITELIBDIR%%/zim/gui/searchdialog.pyc %%PYTHON_SITELIBDIR%%/zim/gui/searchdialog.pyo @@ -146,6 +155,9 @@ %%PYTHON_SITELIBDIR%%/zim/plugins/diagrameditor.py %%PYTHON_SITELIBDIR%%/zim/plugins/diagrameditor.pyc %%PYTHON_SITELIBDIR%%/zim/plugins/diagrameditor.pyo +%%PYTHON_SITELIBDIR%%/zim/plugins/distractionfree.py +%%PYTHON_SITELIBDIR%%/zim/plugins/distractionfree.pyc +%%PYTHON_SITELIBDIR%%/zim/plugins/distractionfree.pyo %%PYTHON_SITELIBDIR%%/zim/plugins/ditaaeditor.py %%PYTHON_SITELIBDIR%%/zim/plugins/ditaaeditor.pyc %%PYTHON_SITELIBDIR%%/zim/plugins/ditaaeditor.pyo @@ -278,6 +290,7 @@ share/locale/it/LC_MESSAGES/zim.mo share/locale/ja/LC_MESSAGES/zim.mo share/locale/ko/LC_MESSAGES/zim.mo +share/locale/nb/LC_MESSAGES/zim.mo share/locale/nl/LC_MESSAGES/zim.mo share/locale/pl/LC_MESSAGES/zim.mo share/locale/pt_BR/LC_MESSAGES/zim.mo @@ -307,6 +320,7 @@ %%DATADIR%%/manual/Help/Attachments.txt %%DATADIR%%/manual/Help/Auto_Formatting.txt %%DATADIR%%/manual/Help/Check_Boxes.txt +%%DATADIR%%/manual/Help/Commandline_Options.txt %%DATADIR%%/manual/Help/Config_Files.txt %%DATADIR%%/manual/Help/Custom_Tools.txt %%DATADIR%%/manual/Help/Default_Applications.txt @@ -329,9 +343,10 @@ %%DATADIR%%/manual/Plugins/Arithmetic.txt %%DATADIR%%/manual/Plugins/Attachment_Browser.txt %%DATADIR%%/manual/Plugins/Automount.txt -%%DATADIR%%/manual/Plugins/Calendar.txt +%%DATADIR%%/manual/Plugins/BackLinks_Pane.txt %%DATADIR%%/manual/Plugins/Diagram_Editor.txt %%DATADIR%%/manual/Plugins/Diagram_Editor/diagram.png +%%DATADIR%%/manual/Plugins/Distraction_Free_Editing.txt %%DATADIR%%/manual/Plugins/Ditaa_Editor.txt %%DATADIR%%/manual/Plugins/Ditaa_Editor/ditaa.dia %%DATADIR%%/manual/Plugins/Ditaa_Editor/ditaa.png @@ -348,8 +363,11 @@ %%DATADIR%%/manual/Plugins/Inline_Calculator.txt %%DATADIR%%/manual/Plugins/Insert_Screenshot.txt %%DATADIR%%/manual/Plugins/Insert_Symbol.txt +%%DATADIR%%/manual/Plugins/Journal.txt +%%DATADIR%%/manual/Plugins/Line_Sorter.txt %%DATADIR%%/manual/Plugins/Link_Map.txt %%DATADIR%%/manual/Plugins/Log_events_with_Zeitgeist.txt +%%DATADIR%%/manual/Plugins/Print_to_Browser.txt %%DATADIR%%/manual/Plugins/Quick_Note.txt %%DATADIR%%/manual/Plugins/Score_Editor.txt %%DATADIR%%/manual/Plugins/Score_Editor/score.ly @@ -369,6 +387,7 @@ %%DATADIR%%/manual/Start.txt %%DATADIR%%/manual/Usage.txt %%DATADIR%%/manual/Usage/Collaboration.txt +%%DATADIR%%/manual/Usage/Creative_Writing.txt %%DATADIR%%/manual/Usage/Daily_Journal.txt %%DATADIR%%/manual/Usage/GTD_flowchart.png %%DATADIR%%/manual/Usage/GTD_flowchart.svg @@ -396,6 +415,7 @@ %%DATADIR%%/templates/html/Presentation.html %%DATADIR%%/templates/html/Print.html %%DATADIR%%/templates/html/SlideShow_(S5).html +%%DATADIR%%/templates/html/ZeroFiveEight.html %%DATADIR%%/templates/latex/Article.tex %%DATADIR%%/templates/latex/Part.tex %%DATADIR%%/templates/latex/Report.tex @@ -406,8 +426,8 @@ %%DATADIR%%/templates/plugins/quicknote.txt %%DATADIR%%/templates/plugins/scoreeditor.ly %%DATADIR%%/templates/rst/Default.rst -%%DATADIR%%/templates/wiki/Calendar.txt %%DATADIR%%/templates/wiki/Default.txt +%%DATADIR%%/templates/wiki/Journal.txt %%DATADIR%%/urls.list %%DATADIR%%/zim.png @dirrm %%DATADIR%%/templates/wiki @@ -449,7 +469,3 @@ @dirrm %%PYTHON_SITELIBDIR%%/zim/gui @dirrm %%PYTHON_SITELIBDIR%%/zim/formats @dirrm %%PYTHON_SITELIBDIR%%/zim -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true >Release-Note: >Audit-Trail: >Unformatted: