From owner-svn-ports-head@FreeBSD.ORG Wed Dec 17 19:24:38 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01D21D0E; Wed, 17 Dec 2014 19:24:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C8D72F06; Wed, 17 Dec 2014 19:24:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBHJObKO058767; Wed, 17 Dec 2014 19:24:37 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBHJOaJh058756; Wed, 17 Dec 2014 19:24:36 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201412171924.sBHJOaJh058756@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 17 Dec 2014 19:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374870 - in head: graphics/wxsvg multimedia/dvdstyler 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.18-1 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: Wed, 17 Dec 2014 19:24:38 -0000 Author: danilo Date: Wed Dec 17 19:24:35 2014 New Revision: 374870 URL: https://svnweb.freebsd.org/changeset/ports/374870 QAT: https://qat.redports.org/buildarchive/r374870/ Log: - Update from 1.5.1 to 1.5.2 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 Wed Dec 17 19:19:53 2014 (r374869) +++ head/graphics/wxsvg/Makefile Wed Dec 17 19:24:35 2014 (r374870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Wed Dec 17 19:19:53 2014 (r374869) +++ head/graphics/wxsvg/distinfo Wed Dec 17 19:24:35 2014 (r374870) @@ -1,2 +1,2 @@ -SHA256 (wxsvg-1.5.1.tar.bz2) = 512e1068a75eb2616341f9c8f6c34ceadbd954bf3250758994863da00d73a573 -SIZE (wxsvg-1.5.1.tar.bz2) = 466540 +SHA256 (wxsvg-1.5.2.tar.bz2) = dbf7970d03bf3824e42a37e9eddb0b1899093a2996625bab63866002264f819a +SIZE (wxsvg-1.5.2.tar.bz2) = 466362 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Wed Dec 17 19:19:53 2014 (r374869) +++ head/graphics/wxsvg/pkg-plist Wed Dec 17 19:24:35 2014 (r374870) @@ -190,5 +190,5 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so lib/libwxsvg.so.3 -lib/libwxsvg.so.3.8.1 +lib/libwxsvg.so.3.8.2 libdata/pkgconfig/libwxsvg.pc Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Wed Dec 17 19:19:53 2014 (r374869) +++ head/multimedia/dvdstyler/Makefile Wed Dec 17 19:24:35 2014 (r374870) @@ -3,7 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF