From owner-svn-ports-all@FreeBSD.ORG Mon Nov 24 16:13:39 2014 Return-Path: Delivered-To: svn-ports-all@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 21CFFF36; Mon, 24 Nov 2014 16:13:39 +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 E81A3A38; Mon, 24 Nov 2014 16:13:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOGDcHV028383; Mon, 24 Nov 2014 16:13:38 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAOGDb8i028376; Mon, 24 Nov 2014 16:13:37 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201411241613.sAOGDb8i028376@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 24 Nov 2014 16:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373221 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 24 Nov 2014 16:13:39 -0000 Author: danilo Date: Mon Nov 24 16:13:37 2014 New Revision: 373221 URL: https://svnweb.freebsd.org/changeset/ports/373221 QAT: https://qat.redports.org/buildarchive/r373221/ Log: - Update from 1.5 to 1.5.1 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 Mon Nov 24 15:47:12 2014 (r373220) +++ head/graphics/wxsvg/Makefile Mon Nov 24 16:13:37 2014 (r373221) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.5 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Mon Nov 24 15:47:12 2014 (r373220) +++ head/graphics/wxsvg/distinfo Mon Nov 24 16:13:37 2014 (r373221) @@ -1,2 +1,2 @@ -SHA256 (wxsvg-1.5.tar.bz2) = ef698f44fb6098228302e26ce967d543c01a0d1bb83b82cba75c5278abeb9185 -SIZE (wxsvg-1.5.tar.bz2) = 466491 +SHA256 (wxsvg-1.5.1.tar.bz2) = 512e1068a75eb2616341f9c8f6c34ceadbd954bf3250758994863da00d73a573 +SIZE (wxsvg-1.5.1.tar.bz2) = 466540 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Mon Nov 24 15:47:12 2014 (r373220) +++ head/graphics/wxsvg/pkg-plist Mon Nov 24 16:13:37 2014 (r373221) @@ -190,5 +190,5 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so lib/libwxsvg.so.3 -lib/libwxsvg.so.3.8.0 +lib/libwxsvg.so.3.8.1 libdata/pkgconfig/libwxsvg.pc Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Mon Nov 24 15:47:12 2014 (r373220) +++ head/multimedia/dvdstyler/Makefile Mon Nov 24 16:13:37 2014 (r373221) @@ -3,6 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.8 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF