From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 23:45:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FA526B1; Mon, 7 Jul 2014 23:45:30 +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 123A42E19; Mon, 7 Jul 2014 23:45:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67NjT0P080290; Mon, 7 Jul 2014 23:45:29 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67NjS1a080282; Mon, 7 Jul 2014 23:45:28 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201407072345.s67NjS1a080282@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 7 Jul 2014 23:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361147 - 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 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, 07 Jul 2014 23:45:30 -0000 Author: danilo Date: Mon Jul 7 23:45:28 2014 New Revision: 361147 URL: http://svnweb.freebsd.org/changeset/ports/361147 QAT: https://qat.redports.org/buildarchive/r361147/ Log: - Update from 1.4.1 to 1.4.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 Mon Jul 7 23:06:54 2014 (r361146) +++ head/graphics/wxsvg/Makefile Mon Jul 7 23:45:28 2014 (r361147) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Mon Jul 7 23:06:54 2014 (r361146) +++ head/graphics/wxsvg/distinfo Mon Jul 7 23:45:28 2014 (r361147) @@ -1,2 +1,2 @@ -SHA256 (wxsvg-1.4.1.tar.bz2) = f971e746a8ca4317e8245e5c5667caf99351759df06417bac2acd3f9e376b644 -SIZE (wxsvg-1.4.1.tar.bz2) = 461011 +SHA256 (wxsvg-1.4.2.tar.bz2) = c7555eacb786583dda4288fa6f3e914a14ec175be0a02b31d9c4e19f173bd760 +SIZE (wxsvg-1.4.2.tar.bz2) = 461580 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Mon Jul 7 23:06:54 2014 (r361146) +++ head/graphics/wxsvg/pkg-plist Mon Jul 7 23:45:28 2014 (r361147) @@ -190,7 +190,7 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so lib/libwxsvg.so.2 -lib/libwxsvg.so.2.7.2 +lib/libwxsvg.so.2.8.0 libdata/pkgconfig/libwxsvg.pc @dirrmtry include/wxSVGXML @dirrmtry include/wxSVG Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Mon Jul 7 23:06:54 2014 (r361146) +++ head/multimedia/dvdstyler/Makefile Mon Jul 7 23:45:28 2014 (r361147) @@ -3,7 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.7.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF