From owner-svn-ports-head@FreeBSD.ORG Wed Jun 18 01:00:58 2014 Return-Path: Delivered-To: svn-ports-head@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 0E4665CC; Wed, 18 Jun 2014 01:00:58 +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 D4AA721E6; Wed, 18 Jun 2014 01:00:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5I10vKB012261; Wed, 18 Jun 2014 01:00:57 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5I10vwi012257; Wed, 18 Jun 2014 01:00:57 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201406180100.s5I10vwi012257@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 18 Jun 2014 01:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358194 - 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 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, 18 Jun 2014 01:00:58 -0000 Author: danilo Date: Wed Jun 18 01:00:56 2014 New Revision: 358194 URL: http://svnweb.freebsd.org/changeset/ports/358194 QAT: https://qat.redports.org/buildarchive/r358194/ Log: - Update from 1.4 to 1.4.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 Wed Jun 18 00:09:17 2014 (r358193) +++ head/graphics/wxsvg/Makefile Wed Jun 18 01:00:56 2014 (r358194) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Wed Jun 18 00:09:17 2014 (r358193) +++ head/graphics/wxsvg/distinfo Wed Jun 18 01:00:56 2014 (r358194) @@ -1,2 +1,2 @@ -SHA256 (wxsvg-1.4.tar.bz2) = 6c8292acec4bbac2ed20ce53ca807dbcd6103cab3c604151bd90b729688ae94c -SIZE (wxsvg-1.4.tar.bz2) = 460750 +SHA256 (wxsvg-1.4.1.tar.bz2) = f971e746a8ca4317e8245e5c5667caf99351759df06417bac2acd3f9e376b644 +SIZE (wxsvg-1.4.1.tar.bz2) = 461011 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Wed Jun 18 00:09:17 2014 (r358193) +++ head/graphics/wxsvg/pkg-plist Wed Jun 18 01:00:56 2014 (r358194) @@ -190,7 +190,7 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so lib/libwxsvg.so.2 -lib/libwxsvg.so.2.7.1 +lib/libwxsvg.so.2.7.2 libdata/pkgconfig/libwxsvg.pc @dirrmtry include/wxSVGXML @dirrmtry include/wxSVG Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Wed Jun 18 00:09:17 2014 (r358193) +++ head/multimedia/dvdstyler/Makefile Wed Jun 18 01:00:56 2014 (r358194) @@ -3,7 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.7.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF