aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2017-06-12 22:05:19 +0800
committerrm <rm@FreeBSD.org>2017-06-12 22:05:19 +0800
commit39e1685def8d0c190b8ab8abb8fd54933ac9d596 (patch)
tree14ecf1f9682ab8677d935662618e62758376ef66 /deskutils
parent4c96efd6d387297a37ca7b153f86d5ff992a50f3 (diff)
downloadfreebsd-ports-gnome-39e1685def8d0c190b8ab8abb8fd54933ac9d596.tar.gz
freebsd-ports-gnome-39e1685def8d0c190b8ab8abb8fd54933ac9d596.tar.zst
freebsd-ports-gnome-39e1685def8d0c190b8ab8abb8fd54933ac9d596.zip
deskutils/zim: update to 0.67-rc2
This intermediate release fixing many regression (some of them are critical). changelog: https://github.com/jaap-karssenberg/zim-desktop-wiki/commit/2d0ead5a9736267766dfa669f2e78d27a2a5c110
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/zim/Makefile5
-rw-r--r--deskutils/zim/distinfo6
-rw-r--r--deskutils/zim/files/patch-zim_newfs_____init____.py17
3 files changed, 5 insertions, 23 deletions
diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile
index ecb8d57a2697..08bfa84a8441 100644
--- a/deskutils/zim/Makefile
+++ b/deskutils/zim/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zim
-PORTVERSION= 0.66
+DISTVERSION= 0.67-rc2
CATEGORIES= deskutils python
MASTER_SITES= http://www.zim-wiki.org/downloads/
@@ -18,8 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
NO_ARCH= yes
-USES= desktop-file-utils dos2unix gettext python:-2.7 shared-mime-info
-DOS2UNIX_FILES= zim/newfs/__init__.py
+USES= desktop-file-utils gettext python:-2.7 shared-mime-info
USE_GNOME= pygtk2
USE_PYTHON= autoplist distutils
INSTALLS_ICONS= yes
diff --git a/deskutils/zim/distinfo b/deskutils/zim/distinfo
index dd0ab9e3ff07..65e439e74ebc 100644
--- a/deskutils/zim/distinfo
+++ b/deskutils/zim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494271021
-SHA256 (zim-0.66.tar.gz) = e8b53948097f211972713252f3a89b2957e3a63f55eb53587e2474dfc4cbf6c4
-SIZE (zim-0.66.tar.gz) = 2020216
+TIMESTAMP = 1497274825
+SHA256 (zim-0.67-rc2.tar.gz) = 0e7fdde839c449e83505be5a1a323e9fe012ca79c8bd474396c0fa6d5d139850
+SIZE (zim-0.67-rc2.tar.gz) = 2024097
diff --git a/deskutils/zim/files/patch-zim_newfs_____init____.py b/deskutils/zim/files/patch-zim_newfs_____init____.py
deleted file mode 100644
index c5d176eb153b..000000000000
--- a/deskutils/zim/files/patch-zim_newfs_____init____.py
+++ /dev/null
@@ -1,17 +0,0 @@
---- zim/newfs/__init__.py.orig 2017-05-08 19:57:42 UTC
-+++ zim/newfs/__init__.py
-@@ -6,12 +6,14 @@
-
- import sys
- import os
-+import logging
-
- FS_CASE_SENSITIVE = (os.name != 'nt') #: file system case-sensitive yes or no
-
- FS_SUPPORT_NON_LOCAL_FILE_SHARES = (os.name == 'nt') #: Support \\host\share paths yes or no
-
- FS_ENCODING = sys.getfilesystemencoding() #: file system encoding for paths
-+logger = logging.getLogger('zim.newfs')
- if FS_ENCODING.upper() in (
- 'ASCII', 'US-ASCII', 'ANSI_X3.4-1968', 'ISO646-US', # some aliases for ascii
- 'LATIN1', 'ISO-8859-1', 'ISO_8859-1', 'ISO_8859-1:1987', # aliases for latin1