Date: Sat, 9 Aug 2014 23:32:47 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> 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 Message-ID: <53e6af9f.2087.6796bb9@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <antumdeluge@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e6af9f.2087.6796bb9>