Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 10:52:19 +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: r493749 - in head: graphics/wxsvg multimedia/dvdstyler
Message-ID:  <201902241052.x1OAqJ5A015254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Feb 24 10:52:18 2019
New Revision: 493749
URL: https://svnweb.freebsd.org/changeset/ports/493749

Log:
  graphics/wxsvg
  - Update to 1.5.16
  
  multimedia/dvdstyler
  - Bump PORTREVISION
  - Add dependencies explicitly to make QA happy

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	Sun Feb 24 09:53:23 2019	(r493748)
+++ head/graphics/wxsvg/Makefile	Sun Feb 24 10:52:18 2019	(r493749)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wxsvg
-PORTVERSION=	1.5.15
-PORTREVISION=	2
+PORTVERSION=	1.5.16
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/wxsvg/distinfo
==============================================================================
--- head/graphics/wxsvg/distinfo	Sun Feb 24 09:53:23 2019	(r493748)
+++ head/graphics/wxsvg/distinfo	Sun Feb 24 10:52:18 2019	(r493749)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537107686
-SHA256 (wxsvg-1.5.15.tar.bz2) = 16ff6cfc2c827f542480213558a3661f13ad9fc7116e04fae1483b56db84ceb8
-SIZE (wxsvg-1.5.15.tar.bz2) = 494936
+TIMESTAMP = 1548803155
+SHA256 (wxsvg-1.5.16.tar.bz2) = a4bdd3ebc3a32add577bc5414d811b93e1642910d9fa41623c72ee71a696cabe
+SIZE (wxsvg-1.5.16.tar.bz2) = 495389

Modified: head/graphics/wxsvg/pkg-plist
==============================================================================
--- head/graphics/wxsvg/pkg-plist	Sun Feb 24 09:53:23 2019	(r493748)
+++ head/graphics/wxsvg/pkg-plist	Sun Feb 24 10:52:18 2019	(r493749)
@@ -193,5 +193,5 @@ include/wxSVGXML/svgxmlhelpr.h
 lib/libwxsvg.a
 lib/libwxsvg.so
 lib/libwxsvg.so.3
-lib/libwxsvg.so.3.11.0
+lib/libwxsvg.so.3.12.0
 libdata/pkgconfig/libwxsvg.pc

Modified: head/multimedia/dvdstyler/Makefile
==============================================================================
--- head/multimedia/dvdstyler/Makefile	Sun Feb 24 09:53:23 2019	(r493748)
+++ head/multimedia/dvdstyler/Makefile	Sun Feb 24 10:52:18 2019	(r493749)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dvdstyler
 PORTVERSION=	2.9.6
-PORTREVISION=	10
+PORTREVISION=	11
 PORTEPOCH=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
@@ -23,7 +23,10 @@ BUILD_DEPENDS=	zip:archivers/zip \
 		docbook-xml>=4.1.2:textproc/docbook-xml \
 		xmlto:textproc/xmlto
 LIB_DEPENDS=	libexif.so:graphics/libexif \
-		libavcodec.so:multimedia/ffmpeg
+		libavcodec.so:multimedia/ffmpeg \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libdbus-1.so:devel/dbus
 RUN_DEPENDS=	zip:archivers/zip \
 		wxsvg>=1.2:graphics/wxsvg \
 		dvdauthor:multimedia/dvdauthor \
@@ -31,7 +34,8 @@ RUN_DEPENDS=	zip:archivers/zip \
 		mkisofs:sysutils/cdrtools \
 		growisofs:sysutils/dvd+rw-tools
 
-USES=		autoreconf compiler:c++11-lib gettext gmake pkgconfig tar:bzip2
+USES=		autoreconf compiler:c++11-lib gettext gmake jpeg pkgconfig tar:bzip2
+
 USE_CXXSTD=	gnu++11
 USE_WX=		3.0
 WX_CONF_ARGS=	absolute



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