Date: Sun, 25 Apr 2021 12:04:35 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 77200c863270 - main - Update `graphics/alembic' to version 1.8.0. Message-ID: <202104251204.13PC4Zom000728@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=77200c863270f5c3659052e06048b755e74ff8c5 commit 77200c863270f5c3659052e06048b755e74ff8c5 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-04-25 11:58:32 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-04-25 12:03:08 +0000 Update `graphics/alembic' to version 1.8.0. Reported by: portscout --- graphics/alembic/Makefile | 6 +++--- graphics/alembic/distinfo | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile index a9cccc0fa75c..0262d5600a99 100644 --- a/graphics/alembic/Makefile +++ b/graphics/alembic/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> PORTNAME= alembic -DISTVERSION= 1.8.0_beta2 +PORTVERSION= 1.8.0 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -24,8 +24,8 @@ OPTIONS_SUB= yes HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 HDF5_CMAKE_ON= -DUSE_HDF5:BOOL=ON -PLIST_FILES= lib/libAlembic.so.${PORTVERSION:R} \ - lib/libAlembic.so.${PORTVERSION:R:R} +PLIST_FILES= lib/libAlembic.so.${PORTVERSION} \ + lib/libAlembic.so.${PORTVERSION:R} do-test: @cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS} diff --git a/graphics/alembic/distinfo b/graphics/alembic/distinfo index b4ed651fb501..7e9382869051 100644 --- a/graphics/alembic/distinfo +++ b/graphics/alembic/distinfo @@ -1,3 +1,2 @@ -TIMESTAMP = 1618050546 -SHA256 (alembic-alembic-1.8.0_beta2_GH0.tar.gz) = 259883f9f7342146c9c6dffc1db75101917f4067f17ade500affbbfa4da1346f -SIZE (alembic-alembic-1.8.0_beta2_GH0.tar.gz) = 860860 +SHA256 (alembic-alembic-1.8.0_GH0.tar.gz) = 25087551c72978b45c2b6d83b43eb3914280d8c61593b074a37fe5297138daed +SIZE (alembic-alembic-1.8.0_GH0.tar.gz) = 860886
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104251204.13PC4Zom000728>