From f7432c94af1d5d004aeb771cff58f7d4626e77b0 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Fri, 8 Mar 2024 11:07:26 +0100 Subject: [PATCH] graphics/f3d: upgrade to 2.3.0 Release notes at . Remark: this is a simple upgrade, but it does not fix the compilation with OpenCascade-7.8.0! See . --- graphics/f3d/Makefile | 10 ++++++++-- graphics/f3d/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile index 981ed2bb3181..4e2610567567 100644 --- a/graphics/f3d/Makefile +++ b/graphics/f3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= f3d DISTVERSIONPREFIX= v -DISTVERSION= 2.2.1 +DISTVERSION= 2.3.0 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -11,17 +11,23 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg4 \ + libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreeimage.so:graphics/freeimage \ libfreetype.so:print/freetype2 \ libhdf5.so:science/hdf5 \ libImath-3_1.so:math/Imath \ + libjpeg.so:graphics/jpeg-turbo \ libnetcdf.so:science/netcdf \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff \ libvtkCommonMisc-${VTK_VER}.so:math/vtk${VTK_VER:R} -USES= cmake:testing compiler:c++17-lang desktop-file-utils gl shared-mime-info tcl tk xorg +USES= cmake:testing compiler:c++17-lang desktop-file-utils gl mpi \ + shared-mime-info tcl tk xorg USE_GL= gl glu USE_XORG= ice sm x11 xt +USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= f3d-app diff --git a/graphics/f3d/distinfo b/graphics/f3d/distinfo index c29c4501f9a2..3560f0ee0555 100644 --- a/graphics/f3d/distinfo +++ b/graphics/f3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704769349 -SHA256 (f3d-app-f3d-v2.2.1_GH0.tar.gz) = 4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d -SIZE (f3d-app-f3d-v2.2.1_GH0.tar.gz) = 29785716 +TIMESTAMP = 1709891821 +SHA256 (f3d-app-f3d-v2.3.0_GH0.tar.gz) = 9c2906b62f3066f075effbabd6501964391e8a8ffad6ed773c33db12580cc466 +SIZE (f3d-app-f3d-v2.3.0_GH0.tar.gz) = 40606315 -- 2.43.2