pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zim: Updated to 0.73.1 and added commit message for import in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Matthias Petermann <mp%petermann-it.de@localhost>
Pushed By:	mp
Date:		Fri Jul 24 02:53:22 2020 +0200
Changeset:	319045880be26cee90dbcf72280cb60fe5199aef

Modified Files:
	zim/Makefile
	zim/distinfo
Added Files:
	zim/COMMIT_MESSAGE
Removed Files:
	zim/MSG

Log Message:
zim: Updated to 0.73.1 and added commit message for import in pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=319045880be26cee90dbcf72280cb60fe5199aef

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zim/COMMIT_MESSAGE | 32 ++++++++++++++++++++++++++++++++
 zim/MSG            |  1 -
 zim/Makefile       |  4 ++--
 zim/distinfo       |  8 ++++----
 4 files changed, 38 insertions(+), 7 deletions(-)

diffs:
diff --git a/zim/COMMIT_MESSAGE b/zim/COMMIT_MESSAGE
new file mode 100644
index 0000000000..030945a477
--- /dev/null
+++ b/zim/COMMIT_MESSAGE
@@ -0,0 +1,32 @@
+editors/zim: Update to 0.73.1
+
+(Update prepared in wip by Matthias Petermann)
+
+Upstream changes:
+
+* New features added:
+
+  * A Recent Changes dialog and a Recent Changes pathbar option
+  * A search entry in toolbar
+  * An option for custom commands to replace the current selection
+  * A table plugin
+  * Support for Fossil version control
+  * An option for linenumbers option in insert code block dialog
+  * An option to display date column in tasklist side pane
+  * An option to set the wrap-mode in sourceview
+  * A theme choice for the source view plugin
+  * A "private" switch to server command for commandline usage
+  * Authentication support to web server
+  * A template selection option to web server dialog
+  * An option for fontsize to table of contents plugin
+  * An option to show horizontal lines in table of contents
+  * Ability to combine formatting styles in editor
+
+Platform / general changes:
+
+  * Ported zim to use Python3 & Gtk3
+  * A lot of bug fixes and performance improvements
+
+For full change log please refer to:
+  
+  https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/master/CHANGELOG.md
diff --git a/zim/MSG b/zim/MSG
deleted file mode 100644
index c7abe53c20..0000000000
--- a/zim/MSG
+++ /dev/null
@@ -1 +0,0 @@
-zim: updated to 0.73.0 and switched to Python 3
diff --git a/zim/Makefile b/zim/Makefile
index e92b099857..c094cb7f6e 100644
--- a/zim/Makefile
+++ b/zim/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: $
 
-DISTNAME=	zim-0.73.0
+DISTNAME=	zim-0.73.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	editors
 MASTER_SITES=	http://zim-wiki.org/downloads/
@@ -19,7 +19,7 @@ DEPENDS+=	xdg-utils-[0-9]*:../../misc/xdg-utils
 USE_LANGUAGES=	# none
 
 REPLACE_PYTHON=	zim.py
-PYTHON_VERSIONS_ACCEPTED=	37
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 SUBST_CLASSES+=		data-path
 SUBST_STAGE.data-path=	pre-configure
diff --git a/zim/distinfo b/zim/distinfo
index 08610431e0..d77b52531a 100644
--- a/zim/distinfo
+++ b/zim/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.8 2015/11/03 03:32:24 agc Exp $
 
-SHA1 (zim-0.73.0.tar.gz) = ad6fb9d678b109674d3f725c1e392b22ea5e760a
-RMD160 (zim-0.73.0.tar.gz) = 7257e27c56acafb8aca7a0f3b06cd31f33301129
-SHA512 (zim-0.73.0.tar.gz) = 536f24a4ea436b7fb8626a5878e1e1c29fa3e72d00e31283acdeb2b74830af10431c136ce66f34a3153dc81f2bbed4bea80aa97254db00c19b599c925cbd0532
-Size (zim-0.73.0.tar.gz) = 2047983 bytes
+SHA1 (zim-0.73.1.tar.gz) = 307acf41ec6ef440d54aab3d7ae21aed75106b71
+RMD160 (zim-0.73.1.tar.gz) = 9fa6a6ac955126622622f864daa20c870a74e233
+SHA512 (zim-0.73.1.tar.gz) = 85d2da8618fc881012e6ceb409f20096b7039402321f66452c22713d2c1fa5c04d8bb775876383c6fe774bd7d549b20a0679e5e91dc932e03b83a1647cb5eb4a
+Size (zim-0.73.1.tar.gz) = 2067886 bytes


Home | Main Index | Thread Index | Old Index