ports/181570: graphics/wxsvg update and take maintainership
Danilo Egêa Gondolfo
danilogondolfo at gmail.com
Mon Aug 26 18:10:00 UTC 2013
>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 at 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 at FreeBSD.org
+MAINTAINER= danilogondolfo at 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:
More information about the freebsd-ports-bugs
mailing list