From owner-svn-ports-all@freebsd.org Sun Sep 16 18:17:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20EC510A74AE; Sun, 16 Sep 2018 18:17:58 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBDB7728F1; Sun, 16 Sep 2018 18:17:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A82A825A32; Sun, 16 Sep 2018 18:17:57 +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 w8GIHvPs086296; Sun, 16 Sep 2018 18:17:57 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8GIHuE4086293; Sun, 16 Sep 2018 18:17:56 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201809161817.w8GIHuE4086293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 16 Sep 2018 18:17:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479899 - in head: graphics/wxsvg multimedia/dvdstyler X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head: graphics/wxsvg multimedia/dvdstyler X-SVN-Commit-Revision: 479899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2018 18:17:58 -0000 Author: danilo Date: Sun Sep 16 18:17:56 2018 New Revision: 479899 URL: https://svnweb.freebsd.org/changeset/ports/479899 Log: - Update to 1.5.15 Modified: head/graphics/wxsvg/Makefile head/graphics/wxsvg/distinfo head/graphics/wxsvg/pkg-plist head/multimedia/dvdstyler/Makefile Modified: head/graphics/wxsvg/Makefile ============================================================================== --- head/graphics/wxsvg/Makefile Sun Sep 16 17:51:43 2018 (r479898) +++ head/graphics/wxsvg/Makefile Sun Sep 16 18:17:56 2018 (r479899) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.5.14 -PORTREVISION= 1 +PORTVERSION= 1.5.15 CATEGORIES= graphics MASTER_SITES= SF @@ -16,7 +15,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libexpat.so:textproc/expat2 \ libexif.so:graphics/libexif -USES= compiler:c++11-lib gettext-runtime gmake libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lib gettext-runtime gmake gnome libtool pathfix pkgconfig tar:bzip2 USE_WX= 3.0 WX_CONF_ARGS= absolute USE_GNOME= cairo glib20 pango Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Sun Sep 16 17:51:43 2018 (r479898) +++ head/graphics/wxsvg/distinfo Sun Sep 16 18:17:56 2018 (r479899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531426176 -SHA256 (wxsvg-1.5.14.tar.bz2) = 05c7e9ae7f65df4322cc42b76c35c8118db74f8c22b8831c8f2c488f1a7c8576 -SIZE (wxsvg-1.5.14.tar.bz2) = 482091 +TIMESTAMP = 1537107686 +SHA256 (wxsvg-1.5.15.tar.bz2) = 16ff6cfc2c827f542480213558a3661f13ad9fc7116e04fae1483b56db84ceb8 +SIZE (wxsvg-1.5.15.tar.bz2) = 494936 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Sun Sep 16 17:51:43 2018 (r479898) +++ head/graphics/wxsvg/pkg-plist Sun Sep 16 18:17:56 2018 (r479899) @@ -193,5 +193,5 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so lib/libwxsvg.so.3 -lib/libwxsvg.so.3.10.6 +lib/libwxsvg.so.3.11.0 libdata/pkgconfig/libwxsvg.pc Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Sun Sep 16 17:51:43 2018 (r479898) +++ head/multimedia/dvdstyler/Makefile Sun Sep 16 18:17:56 2018 (r479899) @@ -3,7 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.9.6 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF