diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-10 21:30:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-10 21:30:19 +0000 |
commit | 1b255e1ef86f4d4389d9ddb2df944b3cabf53685 (patch) | |
tree | 45473321dba80fd4b832104efa40f33253fbee09 /biology | |
parent | fe36474defe9f55e7ed9c4764582e9cef000c030 (diff) | |
download | freebsd-ports-1b255e1ef86f4d4389d9ddb2df944b3cabf53685.zip |
Update to 5.19.0
Changes: https://github.com/sbmlteam/libsbml/releases
Diffstat (limited to 'biology')
-rw-r--r-- | biology/libsbml/Makefile | 2 | ||||
-rw-r--r-- | biology/libsbml/distinfo | 6 | ||||
-rw-r--r-- | biology/libsbml/files/patch-CMakeLists.txt | 20 | ||||
-rw-r--r-- | biology/libsbml/pkg-descr | 2 |
4 files changed, 18 insertions, 12 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index 2024b48a431c..2b476ebfbd2b 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsbml -PORTVERSION= 5.18.0 +PORTVERSION= 5.19.0 CATEGORIES= biology devel MASTER_SITES= SF/sbml/libsbml/${PORTVERSION}/stable DISTNAME= libSBML-${PORTVERSION}-core-src diff --git a/biology/libsbml/distinfo b/biology/libsbml/distinfo index 8b4ab55ca8ec..2610d16e3336 100644 --- a/biology/libsbml/distinfo +++ b/biology/libsbml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558342307 -SHA256 (libSBML-5.18.0-core-src.tar.gz) = 900a8a41682c6fe69b162bce45e4221d7e23f30acb6c3d3516d1d931f353936a -SIZE (libSBML-5.18.0-core-src.tar.gz) = 14630152 +TIMESTAMP = 1607539653 +SHA256 (libSBML-5.19.0-core-src.tar.gz) = 9d2837378e77a8732588d481327bb10c721ec06dd6cd72f8041d67d3b53d4e56 +SIZE (libSBML-5.19.0-core-src.tar.gz) = 14600103 diff --git a/biology/libsbml/files/patch-CMakeLists.txt b/biology/libsbml/files/patch-CMakeLists.txt index 5dd387b89bb3..16351bdf126e 100644 --- a/biology/libsbml/files/patch-CMakeLists.txt +++ b/biology/libsbml/files/patch-CMakeLists.txt @@ -1,21 +1,25 @@ ---- CMakeLists.txt.orig 2019-04-16 12:18:24 UTC +--- CMakeLists.txt.orig 2020-11-19 11:17:49 UTC +++ CMakeLists.txt -@@ -1277,18 +1277,6 @@ endif() - # Install documentation - # +@@ -1297,22 +1297,6 @@ endif() + ############################################################################### + # +-# Install documentation +-# +- -set(DOCUMENTATION_FILES - COPYING.txt - FUNDING.txt - LICENSE.txt - NEWS.txt -- OLD_NEWS.txt -- README.txt +- README.md - VERSION.txt -) - -install(FILES ${DOCUMENTATION_FILES} DESTINATION ${MISC_PREFIX}) - - ############################################################################### - # +-############################################################################### +-# # Write libsbml.pc + # + diff --git a/biology/libsbml/pkg-descr b/biology/libsbml/pkg-descr index b013d3cc7730..bd9fa0520885 100644 --- a/biology/libsbml/pkg-descr +++ b/biology/libsbml/pkg-descr @@ -9,3 +9,5 @@ ISO C and C++ but can be used from all the languages listed in the right-hand box. WWW: http://www.sbml.org/ +WWW: https://github.com/sbmlteam/libsbml +WWW: https://synonym.caltech.edu/ |