diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
commit | aac8ae3f9d5e5887930bc43a78a11dc5ca171869 (patch) | |
tree | 4731dc2aa469be23d28c59f0fa47c6c55b257d52 /graphics/glu | |
parent | 728e310226d4082766b2e551577ccf9dc9f502c3 (diff) | |
download | pkgsrc-aac8ae3f9d5e5887930bc43a78a11dc5ca171869.tar.gz |
Follow some http -> https redirects.
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 3dd87f0242a..1b285076fc4 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/04/25 14:23:11 tnn Exp $ +# $NetBSD: Makefile,v 1.63 2017/08/01 14:59:00 wiz Exp $ DISTNAME= glu-9.0.0 PKGREVISION= 2 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://cgit.freedesktop.org/mesa/glu/ +HOMEPAGE= https://cgit.freedesktop.org/mesa/glu/ COMMENT= GLU polygon tessellation facility for Mesa LICENSE= sgi-free-software-b-v2.0 |