git: 0d553a671cd5 - main - science/openems: Update 0.0.35-76 -> 0.0.35-97
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 15:28:47 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d553a671cd5652709b3ab6d3520305e9000d90f commit 0d553a671cd5652709b3ab6d3520305e9000d90f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-18 15:27:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-18 15:28:45 +0000 science/openems: Update 0.0.35-76 -> 0.0.35-97 --- science/openems/Makefile | 5 ++--- science/openems/distinfo | 6 +++--- science/openems/files/patch-CMakeLists.txt | 11 ----------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/science/openems/Makefile b/science/openems/Makefile index 38d593555d61..b269e1c11f3b 100644 --- a/science/openems/Makefile +++ b/science/openems/Makefile @@ -1,8 +1,7 @@ PORTNAME= openems DISTVERSIONPREFIX= v -DISTVERSION= 0.0.35-76 -DISTVERSIONSUFFIX= -gd4448fa -PORTREVISION= 4 +DISTVERSION= 0.0.35-97 +DISTVERSIONSUFFIX= -g0342eef CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/openems/distinfo b/science/openems/distinfo index 6d73ca99c763..53ee4d369e60 100644 --- a/science/openems/distinfo +++ b/science/openems/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656269285 -SHA256 (thliebig-openEMS-v0.0.35-76-gd4448fa_GH0.tar.gz) = bb141be54fea3b16f1a575ca4f1d52b938ca302d3156807cbf94cec9ab822127 -SIZE (thliebig-openEMS-v0.0.35-76-gd4448fa_GH0.tar.gz) = 1727126 +TIMESTAMP = 1674019846 +SHA256 (thliebig-openEMS-v0.0.35-97-g0342eef_GH0.tar.gz) = b001effae7c08bc3c7a244daf47bddeae7ace8cd3668615fc9877d43b73d0788 +SIZE (thliebig-openEMS-v0.0.35-97-g0342eef_GH0.tar.gz) = 1728614 diff --git a/science/openems/files/patch-CMakeLists.txt b/science/openems/files/patch-CMakeLists.txt deleted file mode 100644 index bb72e06dcc40..000000000000 --- a/science/openems/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2021-10-01 11:36:55 UTC -+++ CMakeLists.txt -@@ -157,7 +157,7 @@ elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "amd64") - set(ARCH "x86_64") - elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64") - set(ARCH "x86_64") --elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ppc64") -+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(ppc64.*|PPC64.*|powerpc64.*)") - set(ARCH "ppc64") - elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ppc64le") - set(ARCH "ppc64")