From owner-svn-ports-head@freebsd.org Tue Nov 8 18:25:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E20D7C37E8A; Tue, 8 Nov 2016 18:25:46 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 973EB8D0; Tue, 8 Nov 2016 18:25:46 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8IPjMA036441; Tue, 8 Nov 2016 18:25:45 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8IPjeY036438; Tue, 8 Nov 2016 18:25:45 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201611081825.uA8IPjeY036438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 8 Nov 2016 18:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425756 - head/graphics/wxsvg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 18:25:47 -0000 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