From owner-svn-ports-all@FreeBSD.ORG Wed Sep 25 16:05:49 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 831CAAED; Wed, 25 Sep 2013 16:05:49 +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 567B92FDD; Wed, 25 Sep 2013 16:05:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8PG5nQZ072653; Wed, 25 Sep 2013 16:05:49 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8PG5m42072646; Wed, 25 Sep 2013 16:05:48 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201309251605.r8PG5m42072646@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 25 Sep 2013 16:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328298 - head/graphics/wxsvg 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: Wed, 25 Sep 2013 16:05:49 -0000 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