git: 9b5fb6661094 - main - biology/{,py-}libsedml: Update 2.0.26 -> 2.0.27

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 17 Feb 2022 00:27:23 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b5fb666109428e0dfcf75b52e423d45b0fefe6a

commit 9b5fb666109428e0dfcf75b52e423d45b0fefe6a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-16 18:21:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-17 00:27:20 +0000

    biology/{,py-}libsedml: Update 2.0.26 -> 2.0.27
---
 biology/libsedml/Makefile                      |  2 +-
 biology/libsedml/distinfo                      |  6 +++---
 biology/libsedml/pkg-plist                     |  2 +-
 biology/py-libsedml/Makefile                   |  2 +-
 biology/py-libsedml/distinfo                   |  6 +++---
 biology/py-libsedml/files/patch-CMakeLists.txt | 11 +----------
 6 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/biology/libsedml/Makefile b/biology/libsedml/Makefile
index 6f13d1379a99..9709fa517d13 100644
--- a/biology/libsedml/Makefile
+++ b/biology/libsedml/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libsedml
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.26
+DISTVERSION=	2.0.27
 CATEGORIES=	biology devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/biology/libsedml/distinfo b/biology/libsedml/distinfo
index 305ade0a4d35..ebba10b5a108 100644
--- a/biology/libsedml/distinfo
+++ b/biology/libsedml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632069547
-SHA256 (fbergmann-libSEDML-v2.0.26_GH0.tar.gz) = 74334f2d2e0f4aae2f58f4013c432220ba12a6a6be4cf9478adbbefab7441b41
-SIZE (fbergmann-libSEDML-v2.0.26_GH0.tar.gz) = 956845
+TIMESTAMP = 1645031414
+SHA256 (fbergmann-libSEDML-v2.0.27_GH0.tar.gz) = c18a1f893104e12b20e95f6a15630e9cd29ef34af915950229b771da5bd8dd01
+SIZE (fbergmann-libSEDML-v2.0.27_GH0.tar.gz) = 959802
diff --git a/biology/libsedml/pkg-plist b/biology/libsedml/pkg-plist
index e88aa1bac57f..24581d796c46 100644
--- a/biology/libsedml/pkg-plist
+++ b/biology/libsedml/pkg-plist
@@ -108,4 +108,4 @@ include/sedml/common/sedmlfwd.h
 lib/libsedml-static.a
 lib/libsedml.so
 lib/libsedml.so.2
-lib/libsedml.so.2.0.26
+lib/libsedml.so.2.0.27
diff --git a/biology/py-libsedml/Makefile b/biology/py-libsedml/Makefile
index d1432f390993..67b310fe2cfa 100644
--- a/biology/py-libsedml/Makefile
+++ b/biology/py-libsedml/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libsedml
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.26
+DISTVERSION=	2.0.27
 CATEGORIES=	biology devel
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/biology/py-libsedml/distinfo b/biology/py-libsedml/distinfo
index 305ade0a4d35..9bab66378064 100644
--- a/biology/py-libsedml/distinfo
+++ b/biology/py-libsedml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632069547
-SHA256 (fbergmann-libSEDML-v2.0.26_GH0.tar.gz) = 74334f2d2e0f4aae2f58f4013c432220ba12a6a6be4cf9478adbbefab7441b41
-SIZE (fbergmann-libSEDML-v2.0.26_GH0.tar.gz) = 956845
+TIMESTAMP = 1645031777
+SHA256 (fbergmann-libSEDML-v2.0.27_GH0.tar.gz) = c18a1f893104e12b20e95f6a15630e9cd29ef34af915950229b771da5bd8dd01
+SIZE (fbergmann-libSEDML-v2.0.27_GH0.tar.gz) = 959802
diff --git a/biology/py-libsedml/files/patch-CMakeLists.txt b/biology/py-libsedml/files/patch-CMakeLists.txt
index ec9da0ad9c7a..bf9fb52e3943 100644
--- a/biology/py-libsedml/files/patch-CMakeLists.txt
+++ b/biology/py-libsedml/files/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
---- CMakeLists.txt.orig	2021-09-07 06:43:55 UTC
+--- CMakeLists.txt.orig	2022-02-15 14:40:48 UTC
 +++ CMakeLists.txt
 @@ -49,6 +49,7 @@ ADD_CUSTOM_COMMAND(  
      OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/libsedml_wrap.cpp
@@ -20,12 +20,3 @@
  endif()
  
  # 
-@@ -135,7 +136,7 @@ endif()
- #
- set(PYTHON_PACKAGE_INSTALL_DIR)
- if (UNIX OR CYGWIN) 
--  execute_process(COMMAND "${PYTHON_EXECUTABLE}" -c "import sys;import platform; sys.stdout.write(platform.python_version()[:3])"
-+  execute_process(COMMAND "${PYTHON_EXECUTABLE}" -c "import sys;import platform; sys.stdout.write(platform.python_version().rsplit('.', 1)[0])"
-     OUTPUT_VARIABLE PYTHON_VERSION)
-   set(PYTHON_PACKAGE_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/site-packages)
- else()