From owner-svn-ports-all@freebsd.org Thu Aug 8 04:53:26 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CC3DC34C4; Thu, 8 Aug 2019 04:53:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 463wxL0H9mz3Lmb; Thu, 8 Aug 2019 04:53:26 +0000 (UTC) (envelope-from yuri@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 DF1AA1FEEA; Thu, 8 Aug 2019 04:53:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x784rP3N028913; Thu, 8 Aug 2019 04:53:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x784rPRa028911; Thu, 8 Aug 2019 04:53:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908080453.x784rPRa028911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 8 Aug 2019 04:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508360 - head/science/simbody X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/simbody X-SVN-Commit-Revision: 508360 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2019 04:53:26 -0000 Author: yuri Date: Thu Aug 8 04:53:25 2019 New Revision: 508360 URL: https://svnweb.freebsd.org/changeset/ports/508360 Log: science/simbody: Backport the pull request that fixed the pathname handling on BSDs, and one failing testcase. Modified: head/science/simbody/Makefile head/science/simbody/distinfo Modified: head/science/simbody/Makefile ============================================================================== --- head/science/simbody/Makefile Thu Aug 8 04:06:03 2019 (r508359) +++ head/science/simbody/Makefile Thu Aug 8 04:53:25 2019 (r508360) @@ -3,12 +3,13 @@ PORTNAME= simbody DISTVERSIONPREFIX= Simbody- DISTVERSION= 3.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science biology PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ PATCHFILES= 1b306f66bcd15e9bf6b27882e2daa6375ac4cd2e.patch:-p1 \ - eaff90b304291ab9ffdf60d7abfb48e23e102ecb.patch:-p1 + eaff90b304291ab9ffdf60d7abfb48e23e102ecb.patch:-p1 \ + 54f04cfef5f184c72df479c8c8eddd6d5eaf1f5b.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= Multibody dynamics library for (bio)mechanical systems simulation @@ -45,7 +46,7 @@ PORTDOCS= * post-install-DOCS-on: # https://github.com/simbody/simbody/issues/652 @${RMDIR} ${STAGEDIR}${DOCSDIR}/api -do-test: # one test is known to fail: https://github.com/simbody/simbody/issues/653 +do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ Modified: head/science/simbody/distinfo ============================================================================== --- head/science/simbody/distinfo Thu Aug 8 04:06:03 2019 (r508359) +++ head/science/simbody/distinfo Thu Aug 8 04:53:25 2019 (r508360) @@ -1,7 +1,9 @@ -TIMESTAMP = 1542263337 +TIMESTAMP = 1565239605 SHA256 (simbody-simbody-Simbody-3.6.1_GH0.tar.gz) = 7716d6ea20b950e71e8535faa4353ac89716c03fd7a445dd802eb6a630796639 SIZE (simbody-simbody-Simbody-3.6.1_GH0.tar.gz) = 47178543 SHA256 (1b306f66bcd15e9bf6b27882e2daa6375ac4cd2e.patch) = 42468083313fc489c763ad2562c7a4baeeca02b7c81f35a94dad3368e4c7c4b8 SIZE (1b306f66bcd15e9bf6b27882e2daa6375ac4cd2e.patch) = 1473 SHA256 (eaff90b304291ab9ffdf60d7abfb48e23e102ecb.patch) = 8098b7efa4509a70d1561cad84d3d84549a58a4ac83f3af7d0a94e3cdd7ec4c4 SIZE (eaff90b304291ab9ffdf60d7abfb48e23e102ecb.patch) = 1350 +SHA256 (54f04cfef5f184c72df479c8c8eddd6d5eaf1f5b.patch) = 0bdd19c64a625a89847702b2a14ceb51828b961989323419bcbcb56ed2b44bd6 +SIZE (54f04cfef5f184c72df479c8c8eddd6d5eaf1f5b.patch) = 1080