aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-07-14 03:23:34 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-07-14 03:55:48 +0000
commit6b4a86d79e4e50c2054dc61aa8242b7fb7f8bd58 (patch)
treee3caa4b7e16f8f39bbdca486738263bbc3aa36ad /science
parentd0bf653bf2e1bbbdba8e3c327f78aef02f79bc54 (diff)
downloadports-6b4a86d79e4e50c2054dc61aa8242b7fb7f8bd58.tar.gz
ports-6b4a86d79e4e50c2054dc61aa8242b7fb7f8bd58.zip
science/opensph: Update 0.3.5 -> 0.3.6
Diffstat (limited to 'science')
-rw-r--r--science/opensph/Makefile5
-rw-r--r--science/opensph/distinfo6
-rw-r--r--science/opensph/files/patch-core_system_Platform.cpp (renamed from science/opensph/files/patch-lib_system_Platform.cpp)4
3 files changed, 7 insertions, 8 deletions
diff --git a/science/opensph/Makefile b/science/opensph/Makefile
index e5093e13497c..692628380398 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -1,6 +1,5 @@
PORTNAME= OpenSPH
-DISTVERSION= 0.3.5
-PORTREVISION= 1
+DISTVERSION= 0.3.6
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -18,7 +17,7 @@ USE_WX= 3.1
GL_SITE= https://gitlab.com
GL_ACCOUNT= sevecekp
GL_PROJECT= sph
-GL_COMMIT= da3692e99fac19bc512c8462b0492eabd2de33af
+GL_COMMIT= 39d79bf5d4c9de7976ef18fd02a76c96942902b9
QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro
QMAKE_ARGS= CONFIG+=release
diff --git a/science/opensph/distinfo b/science/opensph/distinfo
index 6636166cb01c..d8cec48dd5b5 100644
--- a/science/opensph/distinfo
+++ b/science/opensph/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624643149
-SHA256 (sevecekp-sph-da3692e99fac19bc512c8462b0492eabd2de33af_GL0.tar.gz) = 9e8da74a66ae16063294dd0ef23e5fbded8cd67e18ca4f0a753d2d5de1fc7060
-SIZE (sevecekp-sph-da3692e99fac19bc512c8462b0492eabd2de33af_GL0.tar.gz) = 26541002
+TIMESTAMP = 1626231147
+SHA256 (sevecekp-sph-39d79bf5d4c9de7976ef18fd02a76c96942902b9_GL0.tar.gz) = 954b7acf9914c89f05bf574fcac52111f75b6253bd183c113ae6def914121435
+SIZE (sevecekp-sph-39d79bf5d4c9de7976ef18fd02a76c96942902b9_GL0.tar.gz) = 26576081
diff --git a/science/opensph/files/patch-lib_system_Platform.cpp b/science/opensph/files/patch-core_system_Platform.cpp
index cee58217b01e..652b8dd7c998 100644
--- a/science/opensph/files/patch-lib_system_Platform.cpp
+++ b/science/opensph/files/patch-core_system_Platform.cpp
@@ -1,5 +1,5 @@
---- lib/system/Platform.cpp.orig 2021-04-08 21:23:28 UTC
-+++ lib/system/Platform.cpp
+--- core/system/Platform.cpp.orig 2021-04-08 21:23:28 UTC
++++ core/system/Platform.cpp
@@ -14,7 +14,11 @@ NAMESPACE_SPH_BEGIN
Expected<Path> getExecutablePath() {