Date: Tue, 8 Nov 2016 18:25:45 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425756 - head/graphics/wxsvg Message-ID: <201611081825.uA8IPjeY036438@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Tue Nov 8 18:25:45 2016 New Revision: 425756 URL: https://svnweb.freebsd.org/changeset/ports/425756 Log: - Update to 1.5.10 - Add libexif explicitly as dependency Modified: head/graphics/wxsvg/Makefile head/graphics/wxsvg/distinfo head/graphics/wxsvg/pkg-plist Modified: head/graphics/wxsvg/Makefile ============================================================================== --- head/graphics/wxsvg/Makefile Tue Nov 8 17:17:47 2016 (r425755) +++ head/graphics/wxsvg/Makefile Tue Nov 8 18:25:45 2016 (r425756) @@ -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, manipula 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 Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Tue Nov 8 17:17:47 2016 (r425755) +++ head/graphics/wxsvg/distinfo Tue Nov 8 18:25:45 2016 (r425756) @@ -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 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Tue Nov 8 17:17:47 2016 (r425755) +++ head/graphics/wxsvg/pkg-plist Tue Nov 8 18:25:45 2016 (r425756) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611081825.uA8IPjeY036438>