diff options
author | wg <wg@FreeBSD.org> | 2013-08-29 05:28:50 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-08-29 05:28:50 +0800 |
commit | 6cfb64c2975cbe3fd6ec57b881d55a4bc124dcde (patch) | |
tree | e23e4e07088daff01c9c2ff57207a23d6a2f18ff /graphics | |
parent | 4987ca4e2f100df2c8cddbd4f48c39bb0ca45bab (diff) | |
download | freebsd-ports-gnome-6cfb64c2975cbe3fd6ec57b881d55a4bc124dcde.tar.gz freebsd-ports-gnome-6cfb64c2975cbe3fd6ec57b881d55a4bc124dcde.tar.zst freebsd-ports-gnome-6cfb64c2975cbe3fd6ec57b881d55a4bc124dcde.zip |
graphics/wxsvg: update to 1.1.16
- Update to 1.1.16 [1]
- USES gmake
- Bump PORTREVISION of dependent ports
- Pass maintainership to submitter
Changes: http://wxsvg.cvs.sourceforge.net/viewvc/wxsvg/wxsvg/ChangeLog
PR: ports/181570 [1]
Submitted by: Danilo EgĂȘa Gondolfo <danilogondolfo gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/wxsvg/Makefile | 15 | ||||
-rw-r--r-- | graphics/wxsvg/distinfo | 4 | ||||
-rw-r--r-- | graphics/wxsvg/pkg-plist | 2 |
3 files changed, 8 insertions, 13 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 6cafe7dbeb1f..73e9ca25d86e 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -2,33 +2,28 @@ # $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) -LIB_DEPENDS= avcodec1:${PORTSDIR}/multimedia/ffmpeg1 \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libavcodec1.so:${PORTSDIR}/multimedia/ffmpeg1 \ + libexpat.so:${PORTSDIR}/textproc/expat2 USE_BZIP2= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_WX= yes WX_CONF_ARGS= absolute USE_GNOME= cairo -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" 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}) diff --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo index 0eaf905c4378..b1047b06913b 100644 --- a/graphics/wxsvg/distinfo +++ b/graphics/wxsvg/distinfo @@ -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 diff --git a/graphics/wxsvg/pkg-plist b/graphics/wxsvg/pkg-plist index d2e1669e5680..0821ffdec2d6 100644 --- a/graphics/wxsvg/pkg-plist +++ b/graphics/wxsvg/pkg-plist @@ -189,7 +189,7 @@ include/wxSVGXML/svgxmlhelpr.h 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 |