From 82029411ed7bae156c14e4658cc6fe160ac45dfc Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 8 Aug 2019 04:53:25 +0000 Subject: science/simbody: Backport the pull request that fixed the pathname handling on BSDs, and one failing testcase. --- science/simbody/Makefile | 7 ++++--- science/simbody/distinfo | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'science') diff --git a/science/simbody/Makefile b/science/simbody/Makefile index f85906763258..e02332537c09 100644 --- a/science/simbody/Makefile +++ b/science/simbody/Makefile @@ -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} && \ diff --git a/science/simbody/distinfo b/science/simbody/distinfo index 54173024bcc0..c9b06eabe72f 100644 --- a/science/simbody/distinfo +++ b/science/simbody/distinfo @@ -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 -- cgit