summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-26 23:03:26 +0000
committerwiz <wiz@pkgsrc.org>2015-07-26 23:03:26 +0000
commitfd404bb3a0d23641944e93834f18f11e5b2685e1 (patch)
treee66a1b65d6a9612a6f987770131211d4c46ed871 /converters
parentfcc3a0f3875890c6d6e2a16312460c86f838b06c (diff)
downloadpkgsrc-fd404bb3a0d23641944e93834f18f11e5b2685e1.tar.gz
Update to 0.1.3:
libvisio 0.1.3 - Fix a build failure with some compilers. - Do not use C++11 syntax. libvisio 0.1.2 - Fix several build problems with different compilers. - Import more metadata properties. - Fix theme color import (tdf#92270). - Fix a bunch of crashes and hangs when reading broken documents, found with the help of american-fuzzy-lop. - Fix several memory leaks. - Ignore errors when parsing metadata. This makes some documents readable again. - Fix handling of character background (tdf#92271).
Diffstat (limited to 'converters')
-rw-r--r--converters/libvisio/Makefile5
-rw-r--r--converters/libvisio/distinfo9
-rw-r--r--converters/libvisio/patches/patch-configure15
3 files changed, 6 insertions, 23 deletions
diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile
index ca579531d02..51d2c55e9ea 100644
--- a/converters/libvisio/Makefile
+++ b/converters/libvisio/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2015/06/12 10:48:31 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2015/07/26 23:03:26 wiz Exp $
-DISTNAME= libvisio-0.1.1
-PKGREVISION= 5
+DISTNAME= libvisio-0.1.3
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/libvisio/
EXTRACT_SUFX= .tar.xz
diff --git a/converters/libvisio/distinfo b/converters/libvisio/distinfo
index 242717d9976..45ea25ae33b 100644
--- a/converters/libvisio/distinfo
+++ b/converters/libvisio/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2015/01/04 23:39:40 wiz Exp $
+$NetBSD: distinfo,v 1.12 2015/07/26 23:03:26 wiz Exp $
-SHA1 (libvisio-0.1.1.tar.xz) = 2284866af215a56683bfe4d49a921a053eff4cf9
-RMD160 (libvisio-0.1.1.tar.xz) = 46bab63e5bcef89eea264411afdbe1b2fb716d61
-Size (libvisio-0.1.1.tar.xz) = 412752 bytes
-SHA1 (patch-configure) = 250b9fb13b9038b2de059d126e44411a664466ab
+SHA1 (libvisio-0.1.3.tar.xz) = 1bb89ae597c2f1ffd7b7d6c91c96b8dbfaaee347
+RMD160 (libvisio-0.1.3.tar.xz) = 18e1b9c30f8ae34d3461e8a2f912243417d4d1fd
+Size (libvisio-0.1.3.tar.xz) = 479592 bytes
diff --git a/converters/libvisio/patches/patch-configure b/converters/libvisio/patches/patch-configure
deleted file mode 100644
index 7dd17b8ad5a..00000000000
--- a/converters/libvisio/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2015/01/04 23:39:40 wiz Exp $
-
-Fix unportable test(1) comparison operator.
-
---- configure.orig 2015-01-02 15:33:55.000000000 +0000
-+++ configure
-@@ -17840,7 +17840,7 @@ else
- fi
-
-
--if test $platform_win32 == yes; then :
-+if test $platform_win32 = yes; then :
-
- else
-