From owner-svn-ports-all@FreeBSD.ORG Fri Oct 18 18:37:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 62072818; Fri, 18 Oct 2013 18:37:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3582F26A4; Fri, 18 Oct 2013 18:37:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9IIb12R032054; Fri, 18 Oct 2013 18:37:01 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9IIb057032042; Fri, 18 Oct 2013 18:37:00 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310181837.r9IIb057032042@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 18 Oct 2013 18:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330765 - 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.14 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: Fri, 18 Oct 2013 18:37:01 -0000 Author: danilo Date: Fri Oct 18 18:36:59 2013 New Revision: 330765 URL: http://svnweb.freebsd.org/changeset/ports/330765 Log: - Update from 1.2 to 1.2.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 Fri Oct 18 18:34:09 2013 (r330764) +++ head/graphics/wxsvg/Makefile Fri Oct 18 18:36:59 2013 (r330765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Fri Oct 18 18:34:09 2013 (r330764) +++ head/graphics/wxsvg/distinfo Fri Oct 18 18:36:59 2013 (r330765) @@ -1,2 +1,2 @@ -SHA256 (wxsvg-1.2.tar.bz2) = a41ae2edb8d55b007777280ebb944cc7a33c5c226da1db8fc828f446f7aa0f41 -SIZE (wxsvg-1.2.tar.bz2) = 434453 +SHA256 (wxsvg-1.2.1.tar.bz2) = 2aaea1ae29484a3e94243e47cfb1b78a419ce82aa9708777ca0ea9b309d623ce +SIZE (wxsvg-1.2.1.tar.bz2) = 434627 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Fri Oct 18 18:34:09 2013 (r330764) +++ head/graphics/wxsvg/pkg-plist Fri Oct 18 18:36:59 2013 (r330765) @@ -189,7 +189,7 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.la lib/libwxsvg.so -lib/libwxsvg.so.7 +lib/libwxsvg.so.8 libdata/pkgconfig/libwxsvg.pc @dirrmtry include/wxSVGXML @dirrmtry include/wxSVG Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Fri Oct 18 18:34:09 2013 (r330764) +++ head/multimedia/dvdstyler/Makefile Fri Oct 18 18:36:59 2013 (r330765) @@ -3,7 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF