Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2020 09:18:17 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542550 - head/graphics/wdune
Message-ID:  <202007190918.06J9IHrj030648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jul 19 09:18:17 2020
New Revision: 542550
URL: https://svnweb.freebsd.org/changeset/ports/542550

Log:
  graphics/wdune: update 1.921 -> 1.926
  
  - Restored move sibling
  - Fixed wrong hexnumber output in mysnprintf.c

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

Modified: head/graphics/wdune/Makefile
==============================================================================
--- head/graphics/wdune/Makefile	Sun Jul 19 09:17:46 2020	(r542549)
+++ head/graphics/wdune/Makefile	Sun Jul 19 09:18:17 2020	(r542550)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wdune
-PORTVERSION=	1.921
+PORTVERSION=	1.926
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.ourproject.org/pub/wdune/
 
@@ -12,12 +12,14 @@ COMMENT=	Graphical VRML97 editor and animation tool
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	cgal>0:math/cgal
-LIB_DEPENDS=	libpng.so:graphics/png \
-		libswresample.so:multimedia/ffmpeg \
+LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \
-		libcurl.so:ftp/curl \
 		libfreetype.so:print/freetype2 \
-		libosdCPU.so:graphics/opensubdiv
+		libgmp.so:math/gmp \
+		libmpfr.so:math/mpfr \
+		libosdCPU.so:graphics/opensubdiv \
+		libpng.so:graphics/png \
+		libswresample.so:multimedia/ffmpeg
 
 USES=		gl jpeg motif sdl tar:bzip2 xorg
 USE_XORG=	x11 xft xi xmu xext xt

Modified: head/graphics/wdune/distinfo
==============================================================================
--- head/graphics/wdune/distinfo	Sun Jul 19 09:17:46 2020	(r542549)
+++ head/graphics/wdune/distinfo	Sun Jul 19 09:18:17 2020	(r542550)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595009914
-SHA256 (wdune-1.921.tar.bz2) = a7157eb0c9c5468ab78c8ecbb1ef8417870a34328d3340769d005a3ebf44a485
-SIZE (wdune-1.921.tar.bz2) = 45656432
+TIMESTAMP = 1595145781
+SHA256 (wdune-1.926.tar.bz2) = 3f86a8b9705f8a77e6337b814da4e44b0e617d15888af8b7b1ca1aea9183203f
+SIZE (wdune-1.926.tar.bz2) = 45939250

Modified: head/graphics/wdune/pkg-plist
==============================================================================
--- head/graphics/wdune/pkg-plist	Sun Jul 19 09:17:46 2020	(r542549)
+++ head/graphics/wdune/pkg-plist	Sun Jul 19 09:18:17 2020	(r542550)
@@ -92,6 +92,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/README.txt
 %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/ScriptingExample.wrl
 %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/main.cpp
+%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/.qmake.stash
 %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/Makefile
 %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/README.txt
 %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/Untitled.wrl



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