diff options
author | Wen Heping <wen@FreeBSD.org> | 2017-05-18 02:22:18 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2017-05-18 02:22:18 +0000 |
commit | b60a5c5e564692262785966da847e33ebef0299b (patch) | |
tree | 34889be8b3d5c81429f743fd8a4c2660be8c03b8 /biology | |
parent | fc4f7989838f83582e30767d7c9d42a96096f8e7 (diff) | |
download | ports-b60a5c5e564692262785966da847e33ebef0299b.tar.gz ports-b60a5c5e564692262785966da847e33ebef0299b.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/libsbml/Makefile | 2 | ||||
-rw-r--r-- | biology/libsbml/distinfo | 5 | ||||
-rw-r--r-- | biology/libsbml/pkg-plist | 10 |
3 files changed, 14 insertions, 3 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index 953e8322cf8e..6ae00f67c805 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsbml -PORTVERSION= 5.13.0 +PORTVERSION= 5.15.0 CATEGORIES= biology devel MASTER_SITES= SF/sbml/${PORTNAME}/${PORTVERSION}/stable DISTNAME= libSBML-${PORTVERSION}-core-src diff --git a/biology/libsbml/distinfo b/biology/libsbml/distinfo index c1851bc08243..ed9bd9679f29 100644 --- a/biology/libsbml/distinfo +++ b/biology/libsbml/distinfo @@ -1,2 +1,3 @@ -SHA256 (libSBML-5.13.0-core-src.tar.gz) = 01fc7149d9464147a0ec0994f1f7d8107a468b294455cb21ad642ff99c1f19fe -SIZE (libSBML-5.13.0-core-src.tar.gz) = 13252503 +TIMESTAMP = 1495154421 +SHA256 (libSBML-5.15.0-core-src.tar.gz) = f975bd1fe379cc7027fd3fed9d6ae92e6dd61dda09befdfd2ffb969c324a5c28 +SIZE (libSBML-5.15.0-core-src.tar.gz) = 13767144 diff --git a/biology/libsbml/pkg-plist b/biology/libsbml/pkg-plist index 2fc54c204f43..849a01b12757 100644 --- a/biology/libsbml/pkg-plist +++ b/biology/libsbml/pkg-plist @@ -67,6 +67,7 @@ include/sbml/compress/OutputCompressor.h include/sbml/compress/bzfstream.h include/sbml/compress/crypt.h include/sbml/compress/ioapi.h +include/sbml/compress/ioapi_mem.h include/sbml/compress/iowin32.h include/sbml/compress/unzip.h include/sbml/compress/zfstream.h @@ -84,6 +85,7 @@ include/sbml/conversion/SBMLInitialAssignmentConverter.h include/sbml/conversion/SBMLLevel1Version1Converter.h include/sbml/conversion/SBMLLevelVersionConverter.h include/sbml/conversion/SBMLLocalParameterConverter.h +include/sbml/conversion/SBMLRateOfConverter.h include/sbml/conversion/SBMLReactionConverter.h include/sbml/conversion/SBMLRuleConverter.h include/sbml/conversion/SBMLStripPackageConverter.h @@ -107,6 +109,7 @@ include/sbml/math/ASTBinaryFunctionNode.h include/sbml/math/ASTCSymbol.h include/sbml/math/ASTCSymbolAvogadroNode.h include/sbml/math/ASTCSymbolDelayNode.h +include/sbml/math/ASTCSymbolRateOfNode.h include/sbml/math/ASTCSymbolTimeNode.h include/sbml/math/ASTCiFunctionNode.h include/sbml/math/ASTCiNumberNode.h @@ -158,6 +161,7 @@ include/sbml/validator/L2v2CompatibilityValidator.h include/sbml/validator/L2v3CompatibilityValidator.h include/sbml/validator/L2v4CompatibilityValidator.h include/sbml/validator/L3v1CompatibilityValidator.h +include/sbml/validator/L3v2CompatibilityValidator.h include/sbml/validator/MathMLConsistencyValidator.h include/sbml/validator/ModelingPracticeValidator.h include/sbml/validator/OverdeterminedValidator.h @@ -205,6 +209,12 @@ lib/libsbml.so lib/libsbml.so.5 lib/libsbml.so.%%PORTVERSION%% libdata/pkgconfig/libsbml.pc +lib/cmake/sbml-config-release.cmake +lib/cmake/sbml-config-version.cmake +lib/cmake/sbml-config.cmake +lib/cmake/sbml-static-config-release.cmake +lib/cmake/sbml-static-config-version.cmake +lib/cmake/sbml-static-config.cmake %%PYTHON%%%%PYTHON_SITELIBDIR%%/libsbml.pth %%PYTHON%%%%PYTHON_SITELIBDIR%%/libsbml/_libsbml.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/libsbml/libsbml.py |