Date: Thu, 16 Dec 2021 02:09:27 GMT 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: 4a53369a0af9 - main - graphics/f3d: Update 1.1.1 -> 1.2.1 Message-ID: <202112160209.1BG29Ruo074975@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a53369a0af9c18a45a3f3dca3b471927b7fc0a3 commit 4a53369a0af9c18a45a3f3dca3b471927b7fc0a3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-12-16 02:08:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-12-16 02:09:25 +0000 graphics/f3d: Update 1.1.1 -> 1.2.1 Reported by: upstream notification --- graphics/f3d/Makefile | 11 ++++++++--- graphics/f3d/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile index 4c53974ee914..fd18feb7a80e 100644 --- a/graphics/f3d/Makefile +++ b/graphics/f3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= f3d DISTVERSIONPREFIX= v -DISTVERSION= 1.1.1 +DISTVERSION= 1.2.1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -9,9 +9,12 @@ COMMENT= Fast and minimalist 3D viewer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libvtkCommonMisc-9.1.so:math/vtk9 +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libhdf5.so:science/hdf5 \ + libnetcdf.so:science/netcdf \ + libvtkCommonMisc-9.1.so:math/vtk9 -USES= cmake compiler:c++11-lang gl tar:bzip2 xorg +USES= cmake compiler:c++11-lang desktop-file-utils gl tar:bzip2 xorg USE_GL= gl glu USE_XORG= ice sm x11 xt @@ -19,6 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= f3d-app PLIST_FILES= bin/f3d \ + lib/libf3d.so \ share/applications/f3d.desktop \ share/bash-completion/completions/f3d \ share/fish/vendor_completions.d/f3d.fish \ @@ -26,6 +30,7 @@ PLIST_FILES= bin/f3d \ share/icons/hicolor/48x48/apps/f3d.png \ share/icons/hicolor/64x64/apps/f3d.png \ share/icons/hicolor/scalable/apps/f3d.svg \ + share/metainfo/io.github.f3d_app.f3d.metainfo.xml \ share/zsh/site-functions/_f3d post-install: diff --git a/graphics/f3d/distinfo b/graphics/f3d/distinfo index 107a69827680..f2c0075d042f 100644 --- a/graphics/f3d/distinfo +++ b/graphics/f3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637549310 -SHA256 (f3d-app-f3d-v1.1.1_GH0.tar.gz) = 68bdbe3a90f2cd553d5e090a95d3c847e2a2f06abbe225ffecd47d3d29978b0a -SIZE (f3d-app-f3d-v1.1.1_GH0.tar.gz) = 219956 +TIMESTAMP = 1639618089 +SHA256 (f3d-app-f3d-v1.2.1_GH0.tar.gz) = 0d72cc465af1adefdf71695481ceea95d4a94ee9e00125bc98c9f32b14ac2bf4 +SIZE (f3d-app-f3d-v1.2.1_GH0.tar.gz) = 34590696
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112160209.1BG29Ruo074975>