View | Details | Raw Unified | Return to bug 241568
Collapse All | Expand All

(-)./Makefile (-4 / +7 lines)
Lines 2-20 Link Here
2
# $FreeBSD: head/graphics/libGLU/Makefile 441503 2017-05-23 05:03:14Z rezny $
2
# $FreeBSD: head/graphics/libGLU/Makefile 441503 2017-05-23 05:03:14Z rezny $
3
3
4
PORTNAME=	libGLU
4
PORTNAME=	libGLU
5
PORTVERSION=	9.0.0
5
PORTVERSION=	9.0.1
6
PORTREVISION=	3
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/glu/
7
MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/glu/\
8
		https://mesa.freedesktop.org/archive/glu/
9
DISTNAME=	glu-${PORTVERSION}
9
DISTNAME=	glu-${PORTVERSION}
10
10
11
MAINTAINER=	x11@FreeBSD.org
11
MAINTAINER=	x11@FreeBSD.org
12
COMMENT=	OpenGL utility library
12
COMMENT=	OpenGL utility library
13
13
14
LICENSE=	MIT
15
16
USES=		gl libtool pathfix pkgconfig tar:xz
17
14
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
15
CONFIGURE_ARGS=	--disable-static
19
CONFIGURE_ARGS=	--disable-static
16
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
17
USES=		libtool pathfix pkgconfig tar:bzip2
18
USE_GL=		gl
21
USE_GL=		gl
19
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
20
23
(-)./distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (glu-9.0.0.tar.bz2) = 1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12
1
TIMESTAMP = 1572333099
2
SIZE (glu-9.0.0.tar.bz2) = 493206
2
SHA256 (glu-9.0.1.tar.xz) = fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc
3
SIZE (glu-9.0.1.tar.xz) = 434632

Return to bug 241568