summaryrefslogtreecommitdiff
path: root/converters/libvisio/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-04 23:39:40 +0000
committerwiz <wiz@pkgsrc.org>2015-01-04 23:39:40 +0000
commit416478065dc1bb588f69360c100de72cb7063ae9 (patch)
tree770122583d324a77bb750529f424a25841ba7105 /converters/libvisio/Makefile
parent4790d6239fefab39f9d93afb0a61a79d5c9e611e (diff)
downloadpkgsrc-416478065dc1bb588f69360c100de72cb7063ae9.tar.gz
Update to 0.1.1:
libvisio 0.1.1 - Fix a minor issue reported by Coverity. - Check arguments of public functions. Passing NULL no longer causes a crash. - Set a minimal thickness for arrow markers to ensure they are visible. - Fix a crash when reading a broken file, found with the help of american-fuzzy-lop. - Use symbol visibility on Linux. The library only exports the two public functions now. - Import document metadata (fdo#86664).
Diffstat (limited to 'converters/libvisio/Makefile')
-rw-r--r--converters/libvisio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile
index 7d0bceb1f52..f09642218ed 100644
--- a/converters/libvisio/Makefile
+++ b/converters/libvisio/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2014/11/07 19:39:27 adam Exp $
+# $NetBSD: Makefile,v 1.28 2015/01/04 23:39:40 wiz Exp $
-DISTNAME= libvisio-0.1.0
-PKGREVISION= 3
+DISTNAME= libvisio-0.1.1
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/libvisio/
EXTRACT_SUFX= .tar.xz
@@ -26,6 +25,7 @@ USE_TOOLS+= perl:build
.include "../../converters/libwpd/buildlink3.mk"
.include "../../converters/libwpg/buildlink3.mk"
.include "../../converters/librevenge/buildlink3.mk"
+.include "../../devel/cppunit/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"