Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2024 19:20:20 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: 6ded0172cbc6 - main - graphics/alembic: unbreak the fetch and drop needless LIB_DEPENDS
Message-ID:  <202410171920.49HJKK34019240@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=6ded0172cbc62e45b9439367d74370ee73531611

commit 6ded0172cbc62e45b9439367d74370ee73531611
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-10-17 19:19:48 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-10-17 19:19:48 +0000

    graphics/alembic: unbreak the fetch and drop needless LIB_DEPENDS
    
    - Distfile had been rerolled upstream to remove experimental tweak
      that accidentally snuck its way in (diff-verified)
    - Do not force linking against `science/libaec' which is not used
      directly and could only be pulled via optional `science/hdf5',
      where it is also subject to SZIP option
    
    Reported by:    vvd, pkg-fallout, Mamoru Iwaki
    PR:             282157, 281999 (first take)
---
 graphics/alembic/Makefile | 1 -
 graphics/alembic/distinfo | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile
index 88012360ed1a..e7bf6b7afd80 100644
--- a/graphics/alembic/Makefile
+++ b/graphics/alembic/Makefile
@@ -9,7 +9,6 @@ WWW=		http://alembic.io/
 LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libImath.so:math/Imath
-LIB_DEPENDS+=	libsz.so:science/libaec
 
 USES=		cmake compiler:c++11-lang
 USE_CXXSTD=	c++11
diff --git a/graphics/alembic/distinfo b/graphics/alembic/distinfo
index dc800fb3bad4..ab8f0a4c4bdc 100644
--- a/graphics/alembic/distinfo
+++ b/graphics/alembic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728188226
-SHA256 (alembic-alembic-1.8.7_GH0.tar.gz) = 3590f51f82e3675bb907f7a6a7149a76c06c23ef25d153e64391bcd22d86cc8c
-SIZE (alembic-alembic-1.8.7_GH0.tar.gz) = 933016
+TIMESTAMP = 1728321148
+SHA256 (alembic-alembic-1.8.7_GH0.tar.gz) = 6de0b97cd14dcfb7b2d0d788c951b6da3c5b336c47322ea881d64f18575c33da
+SIZE (alembic-alembic-1.8.7_GH0.tar.gz) = 932935



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