diff options
author | danilo <danilo@FreeBSD.org> | 2013-09-26 00:05:48 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-09-26 00:05:48 +0800 |
commit | 9f3a9d6688e501f44485e9d302d4a6b8db2c9be0 (patch) | |
tree | 46bca554f98aa4fe3a81bf9bf01a6b992442852e /graphics/wxsvg | |
parent | ef9f9f1179c66f7229f5decc255db44eaaed4ba6 (diff) | |
download | freebsd-ports-gnome-9f3a9d6688e501f44485e9d302d4a6b8db2c9be0.tar.gz freebsd-ports-gnome-9f3a9d6688e501f44485e9d302d4a6b8db2c9be0.tar.zst freebsd-ports-gnome-9f3a9d6688e501f44485e9d302d4a6b8db2c9be0.zip |
- 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)
Diffstat (limited to 'graphics/wxsvg')
-rw-r--r-- | graphics/wxsvg/Makefile | 5 | ||||
-rw-r--r-- | graphics/wxsvg/distinfo | 4 | ||||
-rw-r--r-- | graphics/wxsvg/pkg-plist | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 28b7723e3368..01fa5e36a5b2 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -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 libavutil1 libswscale1 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} diff --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo index b1047b06913b..4b11301d2158 100644 --- a/graphics/wxsvg/distinfo +++ b/graphics/wxsvg/distinfo @@ -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 diff --git a/graphics/wxsvg/pkg-plist b/graphics/wxsvg/pkg-plist index 0821ffdec2d6..4785e88cb201 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.6 +lib/libwxsvg.so.7 libdata/pkgconfig/libwxsvg.pc -@dirrm include/wxSVGXML -@dirrm include/wxSVG +@dirrmtry include/wxSVGXML +@dirrmtry include/wxSVG |