Date: Thu, 18 May 2017 02:22:18 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441126 - head/biology/libsbml Message-ID: <201705180222.v4I2MIg2061670@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu May 18 02:22:18 2017 New Revision: 441126 URL: https://svnweb.freebsd.org/changeset/ports/441126 Log: - Update to 5.15.0 Modified: head/biology/libsbml/Makefile head/biology/libsbml/distinfo head/biology/libsbml/pkg-plist Modified: head/biology/libsbml/Makefile ============================================================================== --- head/biology/libsbml/Makefile Thu May 18 01:00:22 2017 (r441125) +++ head/biology/libsbml/Makefile Thu May 18 02:22:18 2017 (r441126) @@ -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 Modified: head/biology/libsbml/distinfo ============================================================================== --- head/biology/libsbml/distinfo Thu May 18 01:00:22 2017 (r441125) +++ head/biology/libsbml/distinfo Thu May 18 02:22:18 2017 (r441126) @@ -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 Modified: head/biology/libsbml/pkg-plist ============================================================================== --- head/biology/libsbml/pkg-plist Thu May 18 01:00:22 2017 (r441125) +++ head/biology/libsbml/pkg-plist Thu May 18 02:22:18 2017 (r441126) @@ -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/SBMLInitialAssig 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. 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/L2v2Compatibility 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705180222.v4I2MIg2061670>