Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2021 00:34:13 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c7081d550e69 - main - graphics/alembic: update to 1.8.0_beta2 to make compatible with OpenEXR/Imath 3.0
Message-ID:  <202104120034.13C0YDOf092114@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7081d550e697605c62cbeec044e3715218e48a4

commit c7081d550e697605c62cbeec044e3715218e48a4
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-04-10 10:38:09 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-04-12 00:33:36 +0000

    graphics/alembic: update to 1.8.0_beta2 to make compatible with OpenEXR/Imath 3.0
---
 graphics/alembic/Makefile | 10 +++++-----
 graphics/alembic/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile
index 6323b575bc7f..a9cccc0fa75c 100644
--- a/graphics/alembic/Makefile
+++ b/graphics/alembic/Makefile
@@ -1,8 +1,7 @@
 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 
 PORTNAME=	alembic
-PORTVERSION=	1.7.16
-PORTREVISION=	2
+DISTVERSION=	1.8.0_beta2
 CATEGORIES=	graphics
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -10,7 +9,8 @@ COMMENT=	Open framework for storing and sharing graphic scene data
 
 LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	libImath.so:graphics/ilmbase
+LIB_DEPENDS=	libImath.so:math/Imath
+LIB_DEPENDS+=	libsz.so:science/szip
 
 USES=		cmake compiler:c++11-lang
 USE_CXXSTD=	c++11
@@ -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} \
-		lib/libAlembic.so.${PORTVERSION:R}
+PLIST_FILES=	lib/libAlembic.so.${PORTVERSION:R} \
+		lib/libAlembic.so.${PORTVERSION:R:R}
 
 do-test:
 	@cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS}
diff --git a/graphics/alembic/distinfo b/graphics/alembic/distinfo
index 3560fc38efc8..b4ed651fb501 100644
--- a/graphics/alembic/distinfo
+++ b/graphics/alembic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603569927
-SHA256 (alembic-alembic-1.7.16_GH0.tar.gz) = 2529586c89459af34d27a36ab114ad1d43dafd44061e65cfcfc73b7457379e7c
-SIZE (alembic-alembic-1.7.16_GH0.tar.gz) = 855709
+TIMESTAMP = 1618050546
+SHA256 (alembic-alembic-1.8.0_beta2_GH0.tar.gz) = 259883f9f7342146c9c6dffc1db75101917f4067f17ade500affbbfa4da1346f
+SIZE (alembic-alembic-1.8.0_beta2_GH0.tar.gz) = 860860



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104120034.13C0YDOf092114>