mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/glbinding: update 3.4.0 → 3.5.0
Reported by: portscout
This commit is contained in:
parent
80da418de4
commit
53a96a0095
3 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= glbinding
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.4.0
|
||||
DISTVERSION= 3.5.0
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -32,4 +32,6 @@ LDFLAGS+= -lpthread # workaround for https://github.com/cginternals/glbinding/is
|
|||
|
||||
CONFLICTS_INSTALL= mesa-demos # both install bin/glinfo, see https://github.com/cginternals/glbinding/issues/341
|
||||
|
||||
# tests fail to compile, see https://github.com/cginternals/glbinding/issues/359
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1743407484
|
||||
SHA256 (cginternals-glbinding-v3.4.0_GH0.tar.gz) = 0f623f9eb924d9e24124fd014c877405560f8864a4a1f9b1f92a160dfa32f816
|
||||
SIZE (cginternals-glbinding-v3.4.0_GH0.tar.gz) = 1915954
|
||||
TIMESTAMP = 1744790460
|
||||
SHA256 (cginternals-glbinding-v3.5.0_GH0.tar.gz) = bb39a97d5d94f70fe6e9c2152e0d8d760758bb031b352e1707fa90f00a43fc69
|
||||
SIZE (cginternals-glbinding-v3.5.0_GH0.tar.gz) = 1917047
|
||||
|
|
|
@ -386,10 +386,10 @@ include/glbinding/glbinding_features.h
|
|||
include/glbinding/nogl.h
|
||||
lib/libglbinding-aux.so
|
||||
lib/libglbinding-aux.so.3
|
||||
lib/libglbinding-aux.so.3.4.0
|
||||
lib/libglbinding-aux.so.3.5.0
|
||||
lib/libglbinding.so
|
||||
lib/libglbinding.so.3
|
||||
lib/libglbinding.so.3.4.0
|
||||
lib/libglbinding.so.3.5.0
|
||||
%%DATADIR%%/AUTHORS
|
||||
%%DATADIR%%/LICENSE
|
||||
%%DATADIR%%/README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue