Date: Wed, 30 Oct 2019 19:42:10 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516102 - head/graphics/libGLU Message-ID: <201910301942.x9UJgA6s047840@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Oct 30 19:42:10 2019 New Revision: 516102 URL: https://svnweb.freebsd.org/changeset/ports/516102 Log: 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 Modified: head/graphics/libGLU/Makefile head/graphics/libGLU/distinfo Modified: head/graphics/libGLU/Makefile ============================================================================== --- head/graphics/libGLU/Makefile Wed Oct 30 19:14:18 2019 (r516101) +++ head/graphics/libGLU/Makefile Wed Oct 30 19:42:10 2019 (r516102) @@ -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 Modified: head/graphics/libGLU/distinfo ============================================================================== --- head/graphics/libGLU/distinfo Wed Oct 30 19:14:18 2019 (r516101) +++ head/graphics/libGLU/distinfo Wed Oct 30 19:42:10 2019 (r516102) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910301942.x9UJgA6s047840>