diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-15 21:04:03 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-15 21:23:44 +0000 |
commit | 177b0bbf22ed74efd549a2a03cceb7c67b72145f (patch) | |
tree | 71c9d1bfc5a058aac6b3f33d5a63cb8f8c0de5d8 | |
parent | 2c701627c182315684e2d8b0b50a8c68a5413622 (diff) | |
download | ports-177b0bbf22ed74efd549a2a03cceb7c67b72145f.tar.gz ports-177b0bbf22ed74efd549a2a03cceb7c67b72145f.zip |
x11-toolkits/SoXt: Update version 1.3.0=>1.4.1
- Update WWW
- Update LICENSE to BSD3CLAUSE
Chagnelog: https://github.com/coin3d/soxt/releases/tag/v1.4.1
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 23 | ||||
-rw-r--r-- | x11-toolkits/SoXt/distinfo | 5 | ||||
-rw-r--r-- | x11-toolkits/SoXt/pkg-plist | 4 |
3 files changed, 19 insertions, 13 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index 17e5f352f374..5ee3dea88373 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -1,31 +1,36 @@ PORTNAME= SoXt -PORTVERSION= 1.3.0 -PORTREVISION= 10 +DISTVERSION= 1.4.1 +DISTVERSIONPREFIX= v CATEGORIES= x11-toolkits -MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ +MASTER_SITES= https://github.com/coin3d/${PORTNAME:tl}/releases/download/${DISTVERSIONFULL}/ +DISTNAME= ${PORTNAME:tl}-${DISTVERSION}-src MAINTAINER= bofh@FreeBSD.org COMMENT= GUI binding for using Open Inventor with Xt/Motif -WWW= https://bitbucket.org/Coin3D/coin/wiki/Home +WWW= https://github.com/coin3d/soxt -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.GPL +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_14= error: couldn't compile and link with Motif BROKEN_FreeBSD_15= error: couldn't compile and link with Motif LIB_DEPENDS= libCoin.so:graphics/Coin -USES= gl libtool motif pathfix perl5 shebangfix xorg +USES= gl libtool motif pathfix perl5 pkgconfig shebangfix xorg USE_GL= gl +USE_LDCONFIG= yes USE_PERL5= build +USE_XORG= ice sm x11 xext xi xmu xt + SHEBANG_FILES= cfg/doxy4win.pl -USE_XORG= xi + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE} + # avoid renaming of soxt-config and soxt-config.1 -USE_LDCONFIG= yes INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME:tl} .include <bsd.port.mk> diff --git a/x11-toolkits/SoXt/distinfo b/x11-toolkits/SoXt/distinfo index 265b0b310e17..2413527a91ce 100644 --- a/x11-toolkits/SoXt/distinfo +++ b/x11-toolkits/SoXt/distinfo @@ -1,2 +1,3 @@ -SHA256 (SoXt-1.3.0.tar.gz) = f5443aadafe8e2222b9b5a23d1f228bb0f3e7d98949b8ea8676171b7ea5bf013 -SIZE (SoXt-1.3.0.tar.gz) = 1203903 +TIMESTAMP = 1710535726 +SHA256 (soxt-1.4.1-src.tar.gz) = d06b8844768c40b74bb2fc95c15505be06e16f91ac1d08abc4d62d631ac66565 +SIZE (soxt-1.4.1-src.tar.gz) = 1402559 diff --git a/x11-toolkits/SoXt/pkg-plist b/x11-toolkits/SoXt/pkg-plist index c57a36867120..0af4e13e699b 100644 --- a/x11-toolkits/SoXt/pkg-plist +++ b/x11-toolkits/SoXt/pkg-plist @@ -25,8 +25,8 @@ include/Inventor/Xt/viewers/SoXtPlaneViewer.h include/Inventor/Xt/viewers/SoXtViewer.h include/Inventor/Xt/widgets/SoXtPopupMenu.h lib/libSoXt.so -lib/libSoXt.so.20 -lib/libSoXt.so.20.3.0 +lib/libSoXt.so.19 +lib/libSoXt.so.19.4.1 libdata/pkgconfig/SoXt.pc share/Coin/conf/soxt-default.cfg share/aclocal/soxt.m4 |