Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2023 19:46:02 GMT
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a6e2f941beab - main - graphics/Coin: update to 4.0.1
Message-ID:  <202311221946.3AMJk2Uo069295@gitrepo.freebsd.org>

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

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

commit a6e2f941beab78a890232d805484b13ee6f0aca7
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2023-11-22 19:45:15 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2023-11-22 19:45:15 +0000

    graphics/Coin: update to 4.0.1
    
    https://github.com/coin3d/coin/releases/tag/v4.0.1
---
 graphics/Coin/Makefile  | 10 +++-------
 graphics/Coin/distinfo  |  8 +++-----
 graphics/Coin/pkg-plist |  2 +-
 3 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile
index c79650359813..2562cdbb0d06 100644
--- a/graphics/Coin/Makefile
+++ b/graphics/Coin/Makefile
@@ -1,12 +1,8 @@
 PORTNAME=	Coin
-PORTVERSION=	4.0.0
-DISTVERSIONPREFIX=	Coin-
-PORTREVISION=	4
+PORTVERSION=	4.0.1
+DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	3053d28b74d.patch:-p1 # Unbreak non-X11
-
 MAINTAINER=	cmt@FreeBSD.org
 COMMENT=	C++ 3D graphics library based on the Open Inventor API
 WWW=		https://github.com/coin3d
@@ -22,7 +18,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	coin3d
 GH_PROJECT=	coin
 
-USE_GL=		gl
+USE_GL=		gl glu
 USE_XORG=	ice sm x11 xext xt
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pthread=yes --enable-threadsafe	\
diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo
index 7496d2496de8..4c6a223ceed4 100644
--- a/graphics/Coin/distinfo
+++ b/graphics/Coin/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1595369132
-SHA256 (coin3d-coin-Coin-4.0.0_GH0.tar.gz) = b00d2a8e9d962397cf9bf0d9baa81bcecfbd16eef675a98c792f5cf49eb6e805
-SIZE (coin3d-coin-Coin-4.0.0_GH0.tar.gz) = 6788294
-SHA256 (3053d28b74d.patch) = 8514418b7da2f11a14d03e77821a18a9050494c35ff6c08e1e56e4a811b815be
-SIZE (3053d28b74d.patch) = 1410
+TIMESTAMP = 1700509679
+SHA256 (coin3d-coin-v4.0.1_GH0.tar.gz) = 367f2b50ff09a61cb28b569d5826fa4c79e494689faf4bf323b6ad80ba92b5bd
+SIZE (coin3d-coin-v4.0.1_GH0.tar.gz) = 6937184
diff --git a/graphics/Coin/pkg-plist b/graphics/Coin/pkg-plist
index 332905a2037f..855347075715 100644
--- a/graphics/Coin/pkg-plist
+++ b/graphics/Coin/pkg-plist
@@ -873,7 +873,7 @@ include/SoWinEnterScope.h
 include/SoWinLeaveScope.h
 lib/libCoin.so
 lib/libCoin.so.80
-lib/libCoin.so.80.0.0
+lib/libCoin.so.80.0.1
 libdata/pkgconfig/Coin.pc
 man/man1/coin-config.1.gz
 %%DATADIR%%/conf/coin-default.cfg



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