Date: Thu, 30 Mar 2023 14:45:31 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 895b53b6493c - main - astro/calcmysky: update the port to version 0.3.0 Message-ID: <202303301445.32UEjVti095271@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=895b53b6493c2e452f654b8fbd95f001b1633669 commit 895b53b6493c2e452f654b8fbd95f001b1633669 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-03-30 14:43:58 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-03-30 14:43:58 +0000 astro/calcmysky: update the port to version 0.3.0 Reported by: portscout --- astro/calcmysky/Makefile | 4 +++- astro/calcmysky/distinfo | 6 +++--- astro/calcmysky/pkg-plist | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/astro/calcmysky/Makefile b/astro/calcmysky/Makefile index 6325bbcf8f4b..2fad03886a17 100644 --- a/astro/calcmysky/Makefile +++ b/astro/calcmysky/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${GH_PROJECT:tl} -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v CATEGORIES= astro @@ -18,4 +18,6 @@ GH_ACCOUNT= 10110111 GH_PROJECT= CalcMySky USE_QT= buildtools:build qmake:build core gui opengl widgets +CMAKE_ARGS= -DQT_VERSION:STRING=5 + .include <bsd.port.mk> diff --git a/astro/calcmysky/distinfo b/astro/calcmysky/distinfo index 8e36920272de..e4d526f11a3c 100644 --- a/astro/calcmysky/distinfo +++ b/astro/calcmysky/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667197694 -SHA256 (10110111-CalcMySky-v0.2.1_GH0.tar.gz) = 5e2290152424d358b1e8b3f31144fcf0f6e076520dd7c4dfc6b7b36cac91cde2 -SIZE (10110111-CalcMySky-v0.2.1_GH0.tar.gz) = 2161314 +TIMESTAMP = 1680030036 +SHA256 (10110111-CalcMySky-v0.3.0_GH0.tar.gz) = f5ea2d3981de0d3e93a0d12b12bea9e9cfcf51b62336740be641f4ba74f98bdd +SIZE (10110111-CalcMySky-v0.3.0_GH0.tar.gz) = 2164140 diff --git a/astro/calcmysky/pkg-plist b/astro/calcmysky/pkg-plist index 280b76fde159..b6c1ca28cb5e 100644 --- a/astro/calcmysky/pkg-plist +++ b/astro/calcmysky/pkg-plist @@ -3,11 +3,11 @@ bin/showmysky include/ShowMySky/AtmosphereRenderer.hpp include/ShowMySky/Exception.hpp include/ShowMySky/Settings.hpp -lib/ShowMySky-Qt5/cmake/ShowMySky-Qt5Config-%%CMAKE_BUILD_TYPE%%.cmake -lib/ShowMySky-Qt5/cmake/ShowMySky-Qt5Config.cmake +lib/cmake/ShowMySky-Qt5/ShowMySky-Qt5Config-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ShowMySky-Qt5/ShowMySky-Qt5Config.cmake lib/libShowMySky-Qt5.so -lib/libShowMySky-Qt5.so.14 -lib/libShowMySky-Qt5.so.14.0.0 +lib/libShowMySky-Qt5.so.15 +lib/libShowMySky-Qt5.so.15.0.0 share/CalcMySky/shaders/accumulate-single-scattering-texture.frag share/CalcMySky/shaders/calc-view-dir.h.glsl share/CalcMySky/shaders/common-functions.frag
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303301445.32UEjVti095271>