diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-07-19 17:18:17 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-07-19 17:18:17 +0800 |
commit | ba1a00b538516fc80197deb08b4ce3c4c827b0c5 (patch) | |
tree | c096881699a7abf8775888d5afeae0f02bd44a18 /graphics | |
parent | cd32065868f7171bf62f306471f5d10dabe2a9a1 (diff) | |
download | freebsd-ports-gnome-ba1a00b538516fc80197deb08b4ce3c4c827b0c5.tar.gz freebsd-ports-gnome-ba1a00b538516fc80197deb08b4ce3c4c827b0c5.tar.zst freebsd-ports-gnome-ba1a00b538516fc80197deb08b4ce3c4c827b0c5.zip |
graphics/wdune: update 1.921 -> 1.926
- Restored move sibling
- Fixed wrong hexnumber output in mysnprintf.c
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/wdune/Makefile | 12 | ||||
-rw-r--r-- | graphics/wdune/distinfo | 6 | ||||
-rw-r--r-- | graphics/wdune/pkg-plist | 1 |
3 files changed, 11 insertions, 8 deletions
diff --git a/graphics/wdune/Makefile b/graphics/wdune/Makefile index b80a000524f5..335b8feca271 100644 --- a/graphics/wdune/Makefile +++ b/graphics/wdune/Makefile @@ -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 diff --git a/graphics/wdune/distinfo b/graphics/wdune/distinfo index bbd1f6f083ac..9ec999f2705f 100644 --- a/graphics/wdune/distinfo +++ b/graphics/wdune/distinfo @@ -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 diff --git a/graphics/wdune/pkg-plist b/graphics/wdune/pkg-plist index 06a54e75744d..c4d09b08272f 100644 --- a/graphics/wdune/pkg-plist +++ b/graphics/wdune/pkg-plist @@ -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 |