diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-10-30 19:42:10 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-10-30 19:42:10 +0000 |
commit | dd4b0a24c49a4142f3875e1e6bdbb1e1b127b2ff (patch) | |
tree | e44cd546d579bf5d12f21ae4c7b13e778b829320 | |
parent | e0f936b323e4efbe169e41e46139586b06db1ee6 (diff) |
graphics/libGLU: Update to 9.0.1
Update graphics/libGLU to 9.0.1
Add gl and xorg to USES.
portlint
PR: 241568 (in part)
Submitted by: takefu@airport.fm
Obtained from: FreeBSD Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
Notes
Notes:
svn path=/head/; revision=516102
-rw-r--r-- | graphics/libGLU/Makefile | 8 | ||||
-rw-r--r-- | graphics/libGLU/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index d2a44c4dd225..7e9520d40e69 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= libGLU -PORTVERSION= 9.0.0 -PORTREVISION= 3 +PORTVERSION= 9.0.1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ +MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ \ + https://mesa.freedesktop.org/archive/glu/ DISTNAME= glu-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library +USES= gl libtool pathfix pkgconfig tar:xz xorg GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig tar:bzip2 USE_GL= gl USE_LDCONFIG= yes diff --git a/graphics/libGLU/distinfo b/graphics/libGLU/distinfo index d703b49f4436..3bd4f27487b9 100644 --- a/graphics/libGLU/distinfo +++ b/graphics/libGLU/distinfo @@ -1,2 +1,3 @@ -SHA256 (glu-9.0.0.tar.bz2) = 1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12 -SIZE (glu-9.0.0.tar.bz2) = 493206 +TIMESTAMP = 1568738956 +SHA256 (glu-9.0.1.tar.xz) = fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc +SIZE (glu-9.0.1.tar.xz) = 434632 |