Skip to content

Commit

Permalink
astro/calcmysky: the port had been updated to version 0.3.2
Browse files Browse the repository at this point in the history
GLM_ENABLE_EXPERIMENTAL is now defined at the source level,
so we can drop CXXFLAGS+= from the Makefile.

Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Mar 28, 2024
1 parent 55298c4 commit d9d2551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions astro/calcmysky/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 0.3.1
PORTVERSION= 0.3.2
DISTVERSIONPREFIX= v
CATEGORIES= astro

Expand All @@ -20,6 +20,4 @@ USE_QT= buildtools:build qmake:build core gui opengl widgets

CMAKE_ARGS= -DQT_VERSION:STRING=5

CXXFLAGS+= -DGLM_ENABLE_EXPERIMENTAL # GLM_GTX_transform is an experimental extension

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions astro/calcmysky/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1686856898
SHA256 (10110111-CalcMySky-v0.3.1_GH0.tar.gz) = d284eaabcf21ad3d1f520a1d1b1b533f7c5f5a44ba92495dd38e238874e8e4d7
SIZE (10110111-CalcMySky-v0.3.1_GH0.tar.gz) = 2166487
TIMESTAMP = 1710086414
SHA256 (10110111-CalcMySky-v0.3.2_GH0.tar.gz) = 680afed66bc9a2fb94b502da649d0d32fad9d91e3ccbab49a86f7d303e72efc6
SIZE (10110111-CalcMySky-v0.3.2_GH0.tar.gz) = 2166906

0 comments on commit d9d2551

Please sign in to comment.