diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-06-21 07:54:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-06-21 07:54:32 +0000 |
commit | 0acb9b0741c042af07332e19017e35ec416e59e9 (patch) | |
tree | de48fadf5dcab4bf7a79d88efedcd91f46e06c33 | |
parent | 86f99846efe2f381565e9a443c3374d8da7df7f8 (diff) | |
download | ports-0acb9b0741c042af07332e19017e35ec416e59e9.tar.gz ports-0acb9b0741c042af07332e19017e35ec416e59e9.zip |
astro/calcmysky: the port had been updated to version 0.3.1
This release fixes some rendering issues:
- On GPUs that compute mipmaps of non-power-of-two textures
poorly eclipsed atmosphere rendering now works as expected
- Atmosphere model examples now don't include Rayleigh phase
function in the texture -- this change fixes a "round cap
around zenith" artifact
Reported by: portscout
-rw-r--r-- | astro/calcmysky/Makefile | 3 | ||||
-rw-r--r-- | astro/calcmysky/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/astro/calcmysky/Makefile b/astro/calcmysky/Makefile index f07de9eaa8f5..3eab39699940 100644 --- a/astro/calcmysky/Makefile +++ b/astro/calcmysky/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${GH_PROJECT:tl} -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.1 DISTVERSIONPREFIX= v CATEGORIES= astro diff --git a/astro/calcmysky/distinfo b/astro/calcmysky/distinfo index e4d526f11a3c..224a9a2a1e2b 100644 --- a/astro/calcmysky/distinfo +++ b/astro/calcmysky/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680030036 -SHA256 (10110111-CalcMySky-v0.3.0_GH0.tar.gz) = f5ea2d3981de0d3e93a0d12b12bea9e9cfcf51b62336740be641f4ba74f98bdd -SIZE (10110111-CalcMySky-v0.3.0_GH0.tar.gz) = 2164140 +TIMESTAMP = 1686856898 +SHA256 (10110111-CalcMySky-v0.3.1_GH0.tar.gz) = d284eaabcf21ad3d1f520a1d1b1b533f7c5f5a44ba92495dd38e238874e8e4d7 +SIZE (10110111-CalcMySky-v0.3.1_GH0.tar.gz) = 2166487 |