diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-11-22 09:39:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-11-22 09:40:35 +0000 |
commit | aed293ac8169486a289d3692847cbaf5da6a00c1 (patch) | |
tree | cf819ef4e60327103f8c82c43eb02023ff12c172 | |
parent | 580d53bd0944f7e609e9a27154b29b52a65276ea (diff) | |
download | ports-aed293ac8169486a289d3692847cbaf5da6a00c1.tar.gz ports-aed293ac8169486a289d3692847cbaf5da6a00c1.zip |
graphics/f3d: Update 1.1.0 -> 1.1.1
Reported by: upstream
-rw-r--r-- | graphics/f3d/Makefile | 9 | ||||
-rw-r--r-- | graphics/f3d/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile index d6eb26ba6988..4c53974ee914 100644 --- a/graphics/f3d/Makefile +++ b/graphics/f3d/Makefile @@ -1,9 +1,7 @@ PORTNAME= f3d DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.1.1 CATEGORIES= graphics -MASTER_SITES= https://gitlab.kitware.com/f3d/f3d/-/archive/${DISTVERSIONPREFIX}${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Fast and minimalist 3D viewer @@ -11,12 +9,15 @@ COMMENT= Fast and minimalist 3D viewer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libvtkCommonMisc-9.0.so:math/vtk9 +LIB_DEPENDS= libvtkCommonMisc-9.1.so:math/vtk9 USES= cmake compiler:c++11-lang gl tar:bzip2 xorg USE_GL= gl glu USE_XORG= ice sm x11 xt +USE_GITHUB= yes +GH_ACCOUNT= f3d-app + PLIST_FILES= bin/f3d \ share/applications/f3d.desktop \ share/bash-completion/completions/f3d \ diff --git a/graphics/f3d/distinfo b/graphics/f3d/distinfo index 1d41c9e81d67..107a69827680 100644 --- a/graphics/f3d/distinfo +++ b/graphics/f3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608493862 -SHA256 (f3d-v1.1.0.tar.bz2) = 8167caea8d286ed374677ad213ae8aab2b12bd8a2cb712c71a8a148567918e57 -SIZE (f3d-v1.1.0.tar.bz2) = 30489546 +TIMESTAMP = 1637549310 +SHA256 (f3d-app-f3d-v1.1.1_GH0.tar.gz) = 68bdbe3a90f2cd553d5e090a95d3c847e2a2f06abbe225ffecd47d3d29978b0a +SIZE (f3d-app-f3d-v1.1.1_GH0.tar.gz) = 219956 |