Date: Mon, 02 Mar 2026 07:37:06 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a8af21bc8f74 - main - graphics/py-f3d: update 3=?utf-8?Q?=2E3.0 =E2=86=92?= 3.4.1 Message-ID: <69a53e22.47d90.3f88fd91@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8af21bc8f74010783e30f05406393a565d2c226 commit a8af21bc8f74010783e30f05406393a565d2c226 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-03-02 07:36:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-03-02 07:37:03 +0000 graphics/py-f3d: update 3.3.0 → 3.4.1 --- graphics/f3d/Makefile | 3 +-- graphics/f3d/distinfo | 6 +++--- graphics/f3d/pkg-plist | 2 +- graphics/py-f3d/Makefile | 2 +- graphics/py-f3d/distinfo | 6 +++--- graphics/py-f3d/files/patch-CMakeLists.txt | 4 ++-- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile index 621ad68a000d..ff503a744fda 100644 --- a/graphics/f3d/Makefile +++ b/graphics/f3d/Makefile @@ -1,7 +1,6 @@ PORTNAME= f3d DISTVERSIONPREFIX= v -DISTVERSION= 3.3.0 -PORTREVISION= 2 +DISTVERSION= 3.4.1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/f3d/distinfo b/graphics/f3d/distinfo index 2d5101793b79..49d3aa6c143e 100644 --- a/graphics/f3d/distinfo +++ b/graphics/f3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761665817 -SHA256 (f3d-app-f3d-v3.3.0_GH0.tar.gz) = f3feeaed716022bc3440b891afbd5eba82a69af7215f66bb9aa72344d7591126 -SIZE (f3d-app-f3d-v3.3.0_GH0.tar.gz) = 68866937 +TIMESTAMP = 1772411138 +SHA256 (f3d-app-f3d-v3.4.1_GH0.tar.gz) = a0e17eb352c32aa2f8e7123cf75ec5633d25e230112d4dc2ba2b7024011e2615 +SIZE (f3d-app-f3d-v3.4.1_GH0.tar.gz) = 3337170 diff --git a/graphics/f3d/pkg-plist b/graphics/f3d/pkg-plist index abc9ae757993..40078ee309f6 100644 --- a/graphics/f3d/pkg-plist +++ b/graphics/f3d/pkg-plist @@ -25,7 +25,7 @@ lib/cmake/f3d/f3dTargets.cmake lib/cmake/f3d/library-config.cmake lib/libf3d.so lib/libf3d.so.3 -lib/libf3d.so.3.3 +lib/libf3d.so.3.4 lib/libvtkext.so %%ALEMBIC%%share/applications/f3d-plugin-alembic.desktop %%ASSIMP%%share/applications/f3d-plugin-assimp.desktop diff --git a/graphics/py-f3d/Makefile b/graphics/py-f3d/Makefile index 635c3bd73275..a30d7395e87c 100644 --- a/graphics/py-f3d/Makefile +++ b/graphics/py-f3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= f3d DISTVERSIONPREFIX= v -DISTVERSION= 3.3.0 +DISTVERSION= 3.4.1 CATEGORIES= graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-f3d/distinfo b/graphics/py-f3d/distinfo index 12e179028971..23b6b6a62c6d 100644 --- a/graphics/py-f3d/distinfo +++ b/graphics/py-f3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761666964 -SHA256 (f3d-app-f3d-v3.3.0_GH0.tar.gz) = f3feeaed716022bc3440b891afbd5eba82a69af7215f66bb9aa72344d7591126 -SIZE (f3d-app-f3d-v3.3.0_GH0.tar.gz) = 68866937 +TIMESTAMP = 1772427930 +SHA256 (f3d-app-f3d-v3.4.1_GH0.tar.gz) = a0e17eb352c32aa2f8e7123cf75ec5633d25e230112d4dc2ba2b7024011e2615 +SIZE (f3d-app-f3d-v3.4.1_GH0.tar.gz) = 3337170 diff --git a/graphics/py-f3d/files/patch-CMakeLists.txt b/graphics/py-f3d/files/patch-CMakeLists.txt index 07462e7387eb..c08c06763f87 100644 --- a/graphics/py-f3d/files/patch-CMakeLists.txt +++ b/graphics/py-f3d/files/patch-CMakeLists.txt @@ -1,10 +1,10 @@ ---- CMakeLists.txt.orig 2025-04-16 06:15:03 UTC +--- CMakeLists.txt.orig 2026-03-02 05:09:38 UTC +++ CMakeLists.txt @@ -13,7 +13,7 @@ include(f3dPython) include(GNUInstallDirs) include(f3dPython) --find_package(Python 3.9 COMPONENTS Interpreter Development) +-find_package(Python 3.10 COMPONENTS Interpreter Development) +find_package(Python ${FREEBSD_PYTHON_VER} COMPONENTS Interpreter Development) find_package(pybind11 2.9.2 REQUIRED)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a53e22.47d90.3f88fd91>
