Index: head/deskutils/zim/Makefile =================================================================== --- head/deskutils/zim/Makefile (revision 497340) +++ head/deskutils/zim/Makefile (revision 497341) @@ -1,54 +1,54 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= zim -DISTVERSION= 0.70-rc3 +DISTVERSION= 0.70 CATEGORIES= deskutils python -MASTER_SITES= http://www.zim-wiki.org/downloads/ +MASTER_SITES= https://www.zim-wiki.org/downloads/ MAINTAINER= rm@FreeBSD.org COMMENT= Desktop wiki editor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ xdg-open:devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= desktop-file-utils gettext gnome python:3.3+ shared-mime-info USE_GNOME= gtk30 pygobject3 USE_PYTHON= autoplist distutils noflavors INSTALLS_ICONS= yes NO_ARCH= yes OPTIONS_DEFINE= BZR DITAA GIT GNUPLOT GNUR GRAPHVIZ LATEX \ MERCURIAL SCROT DITAA_DESC= Diagram editor support DITAA_RUN_DEPENDS= ditaa:graphics/ditaa BZR_DESC= Version control for notebooks using bzr BZR_RUN_DEPENDS= bzr:devel/bzr GIT_DESC= Version control for notebooks using git GIT_RUN_DEPENDS= git:devel/git GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot GNUR_DESC= Support of plot editor based on GNU R GNUR_RUN_DEPENDS= R:math/R GRAPHVIZ_RUN_DEPENDS= fdp:graphics/graphviz LATEX_USE= tex=latex:run MERCURIAL_DESC= Version control for notebooks using hg MERCURIAL_RUN_DEPENDS= hg:devel/mercurial SCROT_DESC= Screenshot taking and inserting support SCROT_RUN_DEPENDS= scrot:graphics/scrot post-patch: @${REINPLACE_CMD} -e \ '/.command.install /s|distutils|setuptools| ; \ s|share/man|man| ; \ /.skip_xdg_cmd = /s|0|1|' \ ${WRKSRC}/setup.py .include Index: head/deskutils/zim/distinfo =================================================================== --- head/deskutils/zim/distinfo (revision 497340) +++ head/deskutils/zim/distinfo (revision 497341) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550841433 -SHA256 (zim-0.70-rc3.tar.gz) = 87c39bcc2b168033875cdd742c99e5f7178cc003e4f8b05b2cfb56984826bf97 -SIZE (zim-0.70-rc3.tar.gz) = 2013027 +TIMESTAMP = 1553969490 +SHA256 (zim-0.70.tar.gz) = adc9a6dea3058a4df6c5096a775a93a5ad1b1fc0d3fb64c9142ac01b0d923dbc +SIZE (zim-0.70.tar.gz) = 2014956 Index: head/deskutils/zim/pkg-descr =================================================================== --- head/deskutils/zim/pkg-descr (revision 497340) +++ head/deskutils/zim/pkg-descr (revision 497341) @@ -1,19 +1,19 @@ Zim - A Desktop Wiki Editor Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control. Zim can be used to: * Keep an archive of notes * Take notes during meetings or lectures * Organize task lists * Draft blog entries and emails * Do brainstorming -WWW: http://www.zim-wiki.org +WWW: https://www.zim-wiki.org