diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-11-27 11:25:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-11-27 11:25:45 +0000 |
commit | 635b313313260db89264a901440e4814373275f4 (patch) | |
tree | c1b6876de3a1b4e9b4a03f90b1413d78143d3350 | |
parent | 922bee659910834f231d8a60bb33e0a9eb27f490 (diff) | |
download | freebsd-ports-635b313313260db89264a901440e4814373275f4.zip |
upgrade wxsvg to 1.1.5
chase library bump
Feature safe: yes
-rw-r--r-- | graphics/wxsvg/Makefile | 2 | ||||
-rw-r--r-- | graphics/wxsvg/distinfo | 4 | ||||
-rw-r--r-- | graphics/wxsvg/pkg-plist | 3 | ||||
-rw-r--r-- | multimedia/dvdstyler/Makefile | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 189a392095cb..187075774ff6 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/graphics/wxsvg/Makefile,v 1.1 2006/09/22 01:48:33 ahze Exp $ PORTNAME= wxsvg -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.5 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/wxsvg/distinfo b/graphics/wxsvg/distinfo index 915e138c5167..2b2922834eb2 100644 --- a/graphics/wxsvg/distinfo +++ b/graphics/wxsvg/distinfo @@ -1,2 +1,2 @@ -SHA256 (wxsvg-1.1.3.tar.bz2) = 298e93f72319452c810cfc999a34cf1bbaa0acc2146b8d7b39f97d195c0287af -SIZE (wxsvg-1.1.3.tar.bz2) = 651343 +SHA256 (wxsvg-1.1.5.tar.bz2) = 477f7b8ab1c6399a35ee85dc4ac6eb18b9f74fd5d8971fb2799fa54f6474b2f5 +SIZE (wxsvg-1.1.5.tar.bz2) = 654114 diff --git a/graphics/wxsvg/pkg-plist b/graphics/wxsvg/pkg-plist index 079dcf279804..6d4579eeb695 100644 --- a/graphics/wxsvg/pkg-plist +++ b/graphics/wxsvg/pkg-plist @@ -180,6 +180,7 @@ include/wxSVG/SVGZoomAndPan.h include/wxSVG/SVGZoomEvent.h include/wxSVG/String_wxsvg.h include/wxSVG/ViewCSS.h +include/wxSVG/imagsvg.h include/wxSVG/mediadec_ffmpeg.h include/wxSVG/svg.h include/wxSVG/svgctrl.h @@ -188,7 +189,7 @@ include/wxSVGXML/svgxmlhelpr.h lib/libwxsvg.a lib/libwxsvg.la lib/libwxsvg.so -lib/libwxsvg.so.2 +lib/libwxsvg.so.4 libdata/pkgconfig/libwxsvg.pc @dirrm include/wxSVGXML @dirrm include/wxSVG diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 3d7fdd5af347..29b91fc29909 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdstyler DISTVERSION= 2.0.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} |