From owner-svn-ports-head@FreeBSD.ORG Sat Aug 9 23:32:48 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 21F20A78 for ; Sat, 9 Aug 2014 23:32:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECFCC270F for ; Sat, 9 Aug 2014 23:32:47 +0000 (UTC) Received: from danilo (uid 1327) (envelope-from danilo@FreeBSD.org) id 2087 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sat, 09 Aug 2014 23:32:47 +0000 From: Danilo Egea Gondolfo Date: Sat, 9 Aug 2014 23:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364485 - 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 Message-Id: <53e6af9f.2087.6796bb9@svn.freebsd.org> 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: Sat, 09 Aug 2014 23:32:48 -0000 Author: danilo Date: Sat Aug 9 23:32:46 2014 New Revision: 364485 URL: http://svnweb.freebsd.org/changeset/ports/364485 QAT: https://qat.redports.org/buildarchive/r364485/ Log: - Update from 1.4.2 to 1.5 - Change INSTALL_TARGET to install-strip PR: 192535 Requested by: Jordan Irwin 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 Sat Aug 9 23:24:44 2014 (r364484) +++ head/graphics/wxsvg/Makefile Sat Aug 9 23:32:46 2014 (r364485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.4.2 +PORTVERSION= 1.5 CATEGORIES= graphics MASTER_SITES= SF @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" MAKE_ENV= AM_CPPFLAGS="${LIBAV_CFLAGS}" USE_LDCONFIG= yes +INSTALL_TARGET= install-strip post-extract: .for i in configure install-sh Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Sat Aug 9 23:24:44 2014 (r364484) +++ head/graphics/wxsvg/distinfo Sat Aug 9 23:32:46 2014 (r364485) @@ -1,2 +1,2 @@ -SHA256 (wxsvg-1.4.2.tar.bz2) = c7555eacb786583dda4288fa6f3e914a14ec175be0a02b31d9c4e19f173bd760 -SIZE (wxsvg-1.4.2.tar.bz2) = 461580 +SHA256 (wxsvg-1.5.tar.bz2) = ef698f44fb6098228302e26ce967d543c01a0d1bb83b82cba75c5278abeb9185 +SIZE (wxsvg-1.5.tar.bz2) = 466491 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Sat Aug 9 23:24:44 2014 (r364484) +++ head/graphics/wxsvg/pkg-plist Sat Aug 9 23:32:46 2014 (r364485) @@ -189,8 +189,8 @@ include/wxSVGXML/svgxml.h include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.so -lib/libwxsvg.so.2 -lib/libwxsvg.so.2.8.0 +lib/libwxsvg.so.3 +lib/libwxsvg.so.3.8.0 libdata/pkgconfig/libwxsvg.pc @dirrmtry include/wxSVGXML @dirrmtry include/wxSVG Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Sat Aug 9 23:24:44 2014 (r364484) +++ head/multimedia/dvdstyler/Makefile Sat Aug 9 23:32:46 2014 (r364485) @@ -3,7 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.7.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF