diff options
author | danilo <danilo@FreeBSD.org> | 2016-11-09 02:25:45 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-11-09 02:25:45 +0800 |
commit | 1ee67ddc65e7d3bfc7de7c652b98c56ce555c6f3 (patch) | |
tree | 872592638ba1c32b20b0dc5ba96acd1f69090155 /graphics | |
parent | 2211550ca335fe3febbc69ea5796804bd254defd (diff) | |
download | freebsd-ports-gnome-1ee67ddc65e7d3bfc7de7c652b98c56ce555c6f3.tar.gz freebsd-ports-gnome-1ee67ddc65e7d3bfc7de7c652b98c56ce555c6f3.tar.zst freebsd-ports-gnome-1ee67ddc65e7d3bfc7de7c652b98c56ce555c6f3.zip |
- Update to 1.5.10
- Add libexif explicitly as dependency
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/wxsvg/Makefile | 5 | ||||
-rw-r--r-- | graphics/wxsvg/distinfo | 6 | ||||
-rw-r--r-- | graphics/wxsvg/pkg-plist | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 6dbeee294c5c..a76b448c0ad4 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.5.9 +PORTVERSION= 1.5.10 CATEGORIES= graphics MASTER_SITES= SF @@ -12,7 +12,8 @@ COMMENT= C++ library to create, manipulate, and render SVG files LICENSE= LGPL21+ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libexpat.so:textproc/expat2 + libexpat.so:textproc/expat2 \ + libexif.so:graphics/libexif USES= compiler:c++11-lib gettext-runtime gmake libtool pathfix pkgconfig tar:bzip2 USE_WX= 3.0 diff --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo index 237867f7fc43..2824a4fb5c38 100644 --- a/graphics/wxsvg/distinfo +++ b/graphics/wxsvg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471708803 -SHA256 (wxsvg-1.5.9.tar.bz2) = 145d10789aab73b352212afb1ac7b2f5b202d620b1aebc20d36fea16e497214f -SIZE (wxsvg-1.5.9.tar.bz2) = 512874 +TIMESTAMP = 1478624383 +SHA256 (wxsvg-1.5.10.tar.bz2) = abad2db18ad443b79cb722e179fb0ad26e653794e8683d7e98426a33bbb7a923 +SIZE (wxsvg-1.5.10.tar.bz2) = 514787 diff --git a/graphics/wxsvg/pkg-plist b/graphics/wxsvg/pkg-plist index e7d999433dd1..54f115d54c6d 100644 --- a/graphics/wxsvg/pkg-plist +++ b/graphics/wxsvg/pkg-plist @@ -10,6 +10,7 @@ include/wxSVG/DocumentEvent.h include/wxSVG/Element.h include/wxSVG/ElementTimeControl.h include/wxSVG/EventTarget.h +include/wxSVG/ExifHandler.h include/wxSVG/GetSVGDocument.h include/wxSVG/NodeList.h include/wxSVG/NodeListCls.h @@ -192,5 +193,5 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so lib/libwxsvg.so.3 -lib/libwxsvg.so.3.10.2 +lib/libwxsvg.so.3.10.3 libdata/pkgconfig/libwxsvg.pc |