Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2016 19:56:22 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416693 - head/graphics/wxsvg
Message-ID:  <201606101956.u5AJuMuP064541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Fri Jun 10 19:56:22 2016
New Revision: 416693
URL: https://svnweb.freebsd.org/changeset/ports/416693

Log:
  - Update to 1.5.8
  - Add dependencies explicitly as suggested by Q/A

Modified:
  head/graphics/wxsvg/Makefile
  head/graphics/wxsvg/distinfo
  head/graphics/wxsvg/pkg-plist

Modified: head/graphics/wxsvg/Makefile
==============================================================================
--- head/graphics/wxsvg/Makefile	Fri Jun 10 19:46:51 2016	(r416692)
+++ head/graphics/wxsvg/Makefile	Fri Jun 10 19:56:22 2016	(r416693)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wxsvg
-PORTVERSION=	1.5.7
+PORTVERSION=	1.5.8
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -14,10 +14,10 @@ LICENSE=	LGPL21+
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libexpat.so:textproc/expat2
 
-USES=		compiler:c++11-lib gmake libtool pathfix pkgconfig tar:bzip2
+USES=		compiler:c++11-lib gettext-runtime gmake libtool pathfix pkgconfig tar:bzip2
 USE_WX=		3.0
 WX_CONF_ARGS=	absolute
-USE_GNOME=	cairo
+USE_GNOME=	cairo glib20 pango
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}" \
 		CXXFLAGS="${CXXFLAGS} -std=c++11"

Modified: head/graphics/wxsvg/distinfo
==============================================================================
--- head/graphics/wxsvg/distinfo	Fri Jun 10 19:46:51 2016	(r416692)
+++ head/graphics/wxsvg/distinfo	Fri Jun 10 19:56:22 2016	(r416693)
@@ -1,2 +1,3 @@
-SHA256 (wxsvg-1.5.7.tar.bz2) = ae70cffeadbc7b1ec7e921e7f69816f586089289f9e684039356968022bdbd4d
-SIZE (wxsvg-1.5.7.tar.bz2) = 496443
+TIMESTAMP = 1465586718
+SHA256 (wxsvg-1.5.8.tar.bz2) = e349abf4f77a06bdb75fd615f07a87518faafeac68b510ce6215c43d52e8587c
+SIZE (wxsvg-1.5.8.tar.bz2) = 513575

Modified: head/graphics/wxsvg/pkg-plist
==============================================================================
--- head/graphics/wxsvg/pkg-plist	Fri Jun 10 19:46:51 2016	(r416692)
+++ head/graphics/wxsvg/pkg-plist	Fri Jun 10 19:56:22 2016	(r416693)
@@ -190,5 +190,5 @@ include/wxSVGXML/svgxmlhelpr.h
 lib/libwxsvg.a
 lib/libwxsvg.so
 lib/libwxsvg.so.3
-lib/libwxsvg.so.3.10.0
+lib/libwxsvg.so.3.10.1
 libdata/pkgconfig/libwxsvg.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606101956.u5AJuMuP064541>