svn commit: r325556 - in head: graphics/wxsvg multimedia/dvdstyler
William Grzybowski
wg at FreeBSD.org
Wed Aug 28 21:28:52 UTC 2013
Author: wg
Date: Wed Aug 28 21:28:50 2013
New Revision: 325556
URL: http://svnweb.freebsd.org/changeset/ports/325556
Log:
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>
Modified:
head/graphics/wxsvg/Makefile
head/graphics/wxsvg/distinfo
head/graphics/wxsvg/pkg-plist
head/multimedia/dvdstyler/Makefile
Modified: head/graphics/wxsvg/Makefile
==============================================================================
--- head/graphics/wxsvg/Makefile Wed Aug 28 21:23:20 2013 (r325555)
+++ head/graphics/wxsvg/Makefile Wed Aug 28 21:28:50 2013 (r325556)
@@ -2,33 +2,28 @@
# $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)
-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})
Modified: head/graphics/wxsvg/distinfo
==============================================================================
--- head/graphics/wxsvg/distinfo Wed Aug 28 21:23:20 2013 (r325555)
+++ head/graphics/wxsvg/distinfo Wed Aug 28 21:28:50 2013 (r325556)
@@ -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
Modified: head/graphics/wxsvg/pkg-plist
==============================================================================
--- head/graphics/wxsvg/pkg-plist Wed Aug 28 21:23:20 2013 (r325555)
+++ head/graphics/wxsvg/pkg-plist Wed Aug 28 21:28:50 2013 (r325556)
@@ -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
Modified: head/multimedia/dvdstyler/Makefile
==============================================================================
--- head/multimedia/dvdstyler/Makefile Wed Aug 28 21:23:20 2013 (r325555)
+++ head/multimedia/dvdstyler/Makefile Wed Aug 28 21:28:50 2013 (r325556)
@@ -3,7 +3,7 @@
PORTNAME= dvdstyler
PORTVERSION= 2.4.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= multimedia
MASTER_SITES= SF
More information about the svn-ports-head
mailing list