From owner-svn-ports-head@freebsd.org Mon Jun 25 01:37:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5491101DF06; Mon, 25 Jun 2018 01:37:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A35F84F85; Mon, 25 Jun 2018 01:37:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65CB62699A; Mon, 25 Jun 2018 01:37:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5P1brIh022097; Mon, 25 Jun 2018 01:37:53 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5P1bqW9022095; Mon, 25 Jun 2018 01:37:52 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806250137.w5P1bqW9022095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 25 Jun 2018 01:37:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473289 - head/biology/libsbml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/biology/libsbml X-SVN-Commit-Revision: 473289 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 01:37:54 -0000 Author: wen Date: Mon Jun 25 01:37:52 2018 New Revision: 473289 URL: https://svnweb.freebsd.org/changeset/ports/473289 Log: - Update to 5.17.0 Modified: head/biology/libsbml/Makefile head/biology/libsbml/distinfo head/biology/libsbml/pkg-plist Modified: head/biology/libsbml/Makefile ============================================================================== --- head/biology/libsbml/Makefile Mon Jun 25 00:55:45 2018 (r473288) +++ head/biology/libsbml/Makefile Mon Jun 25 01:37:52 2018 (r473289) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsbml -PORTVERSION= 5.16.0 +PORTVERSION= 5.17.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 Mon Jun 25 00:55:45 2018 (r473288) +++ head/biology/libsbml/distinfo Mon Jun 25 01:37:52 2018 (r473289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514788152 -SHA256 (libSBML-5.16.0-core-src.tar.gz) = 8cd1d29536db951934690d83a69e02f017406bd31d95ed82f2ebae5745a36a08 -SIZE (libSBML-5.16.0-core-src.tar.gz) = 14716040 +TIMESTAMP = 1529913224 +SHA256 (libSBML-5.17.0-core-src.tar.gz) = ab2bd29720e8d5a92166eb3eacc8d77b34e3f94a83ac19924708e1b0e4317494 +SIZE (libSBML-5.17.0-core-src.tar.gz) = 14767045 Modified: head/biology/libsbml/pkg-plist ============================================================================== --- head/biology/libsbml/pkg-plist Mon Jun 25 00:55:45 2018 (r473288) +++ head/biology/libsbml/pkg-plist Mon Jun 25 01:37:52 2018 (r473289) @@ -449,6 +449,7 @@ lib/cmake/sbml-static-config.cmake %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/printsupported.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/promoteParameters.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/readSBML.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/renameSId.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/replaceOneFD.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/setIdFromNames.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/stringInput.py