mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
x11-toolkits/soqt: switch master site
The Bitbucket distribution point is no more, and the main repository now lives on Github. At the same time, the auto-generated tarballs over there cannot be used (they lack the submodules required for building, and upstream documents that over here: https://github.com/coin3d/soqt/releases Just point MASTER_SITES at the correct tarball. On the upside, we now get the gzipped file (still, the tarball is a little bit larger as it now contains some mercurial leftovers, but it is the same for all relevant content - I checked). While here, add glu to USE_GL as advised by testport.
This commit is contained in:
parent
983487949d
commit
c49ee5df72
@ -3,8 +3,8 @@ PORTVERSION= 1.6.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
# cannot use GITHUB - submodules required
|
||||
MASTER_SITES= https://bitbucket.org/Coin3D/soqt/downloads/
|
||||
# cannot USE_GITHUB: submodules required, distfile built by upstream
|
||||
MASTER_SITES= https://github.com/coin3d/soqt/releases/download/${PORTNAME}-${PORTVERSION}/
|
||||
DISTNAME= soqt-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= cmt@FreeBSD.org
|
||||
@ -16,9 +16,9 @@ LICENSE= BSD3CLAUSE
|
||||
LIB_DEPENDS= libCoin.so:graphics/Coin
|
||||
|
||||
USES= cmake compiler:c++11-lang dos2unix gl libtool \
|
||||
localbase:ldflags pathfix pkgconfig qmake:no_env qt:5 xorg zip
|
||||
localbase:ldflags pathfix pkgconfig qmake:no_env qt:5 xorg
|
||||
USE_QT= buildtools core gui opengl qmake widgets
|
||||
USE_GL= gl
|
||||
USE_GL= gl glu
|
||||
USE_XORG= ice sm x11 xext xi
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1579128056
|
||||
SHA256 (soqt-1.6.0-src.zip) = b32089ab207111d4f8676fc29535112de5266311c8df31552c21e265d5cf8a6f
|
||||
SIZE (soqt-1.6.0-src.zip) = 14552185
|
||||
TIMESTAMP = 1669565946
|
||||
SHA256 (soqt-1.6.0-src.tar.gz) = 9f535af59f07c907022815679681bd345c9dec2f408c74833f6b1b24bca40e1f
|
||||
SIZE (soqt-1.6.0-src.tar.gz) = 1675532
|
||||
|
Loading…
Reference in New Issue
Block a user