Date: Wed, 25 Sep 2013 16:05:48 +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: r328298 - head/graphics/wxsvg Message-ID: <201309251605.r8PG5m42072646@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Wed Sep 25 16:05:48 2013 New Revision: 328298 URL: http://svnweb.freebsd.org/changeset/ports/328298 Log: - Update from 1.1.16 to 1.2 - Change maintainer email to @FreeBSD.org - Add staging support Changelog: http://wxsvg.cvs.sourceforge.net/viewvc/wxsvg/wxsvg/ChangeLog Approved by: culot (mentor) Modified: head/graphics/wxsvg/Makefile head/graphics/wxsvg/distinfo head/graphics/wxsvg/pkg-plist Modified: head/graphics/wxsvg/Makefile ============================================================================== --- head/graphics/wxsvg/Makefile Wed Sep 25 15:50:40 2013 (r328297) +++ head/graphics/wxsvg/Makefile Wed Sep 25 16:05:48 2013 (r328298) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= wxsvg -PORTVERSION= 1.1.16 +PORTVERSION= 1.2 CATEGORIES= graphics MASTER_SITES= SF -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= C++ library to create, manipulate, and render SVG files LICENSE= LGPL21 # (or later) @@ -28,7 +28,6 @@ LIBAV_PC= libavcodec1 libavformat1 libav LIBAV_CFLAGS= $$(pkg-config --cflags ${LIBAV_PC}) LIBAV_LIBS= $$(pkg-config --libs ${LIBAV_PC}) -NO_STAGE= yes post-extract: .for i in configure install-sh @${CHMOD} ${BINMODE} ${WRKSRC}/${i} Modified: head/graphics/wxsvg/distinfo ============================================================================== --- head/graphics/wxsvg/distinfo Wed Sep 25 15:50:40 2013 (r328297) +++ head/graphics/wxsvg/distinfo Wed Sep 25 16:05:48 2013 (r328298) @@ -1,2 +1,2 @@ -SHA256 (wxsvg-1.1.16.tar.bz2) = 3107a18d5f74663d0e0557442ec985140241b945bddc0def0b39372949f4a526 -SIZE (wxsvg-1.1.16.tar.bz2) = 660015 +SHA256 (wxsvg-1.2.tar.bz2) = a41ae2edb8d55b007777280ebb944cc7a33c5c226da1db8fc828f446f7aa0f41 +SIZE (wxsvg-1.2.tar.bz2) = 434453 Modified: head/graphics/wxsvg/pkg-plist ============================================================================== --- head/graphics/wxsvg/pkg-plist Wed Sep 25 15:50:40 2013 (r328297) +++ head/graphics/wxsvg/pkg-plist Wed Sep 25 16:05:48 2013 (r328298) @@ -189,7 +189,7 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.la lib/libwxsvg.so -lib/libwxsvg.so.6 +lib/libwxsvg.so.7 libdata/pkgconfig/libwxsvg.pc -@dirrm include/wxSVGXML -@dirrm include/wxSVG +@dirrmtry include/wxSVGXML +@dirrmtry include/wxSVG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309251605.r8PG5m42072646>