Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 18:04:10 GMT
From:      Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181570: graphics/wxsvg update and take maintainership
Message-ID:  <201308261804.r7QI4AsV025009@oldred.freebsd.org>
Resent-Message-ID: <201308261810.r7QIA0Ng052715@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181570
>Category:       ports
>Synopsis:       graphics/wxsvg update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 26 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Danilo Egêa Gondolfo
>Release:        FreeBSD 9.2-RC2
>Organization:
>Environment:
FreeBSD projeto 9.2-RC2 FreeBSD 9.2-RC2 #0 r254368: Thu Aug 15 18:49:04 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Changes
- Update from 1.1.15 to 1.1.16
- Take maintainership

Redports: https://redports.org/buildarchive/20130826170500-15549/

Changelog:
- rendering: added support of wxProgressDialog
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 325408)
+++ Makefile	(working copy)
@@ -2,12 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	wxsvg
-PORTVERSION=	1.1.15
-PORTREVISION=	1
+PORTVERSION=	1.1.16
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	C++ library to create, manipulate, and render SVG files
 
 LICENSE=	LGPL21 # (or later)
@@ -26,9 +25,6 @@
 MAKE_ENV=	AM_CPPFLAGS="${LIBAV_CFLAGS}"
 USE_LDCONFIG=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 LIBAV_PC=	libavcodec1 libavformat1 libavutil1 libswscale1
 LIBAV_CFLAGS=	$$(pkg-config --cflags ${LIBAV_PC})
 LIBAV_LIBS=	$$(pkg-config --libs ${LIBAV_PC})
Index: distinfo
===================================================================
--- distinfo	(revision 325408)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (wxsvg-1.1.15.tar.bz2) = de88b01a827a63dfe1c54d5f4c46a811c78472d6115ae82641cfa117da502b7b
-SIZE (wxsvg-1.1.15.tar.bz2) = 660392
+SHA256 (wxsvg-1.1.16.tar.bz2) = 3107a18d5f74663d0e0557442ec985140241b945bddc0def0b39372949f4a526
+SIZE (wxsvg-1.1.16.tar.bz2) = 660015
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 325408)
+++ pkg-plist	(working copy)
@@ -189,7 +189,7 @@
 lib/libwxsvg.a
 lib/libwxsvg.la
 lib/libwxsvg.so
-lib/libwxsvg.so.5
+lib/libwxsvg.so.6
 libdata/pkgconfig/libwxsvg.pc
 @dirrm include/wxSVGXML
 @dirrm include/wxSVG


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308261804.r7QI4AsV025009>