pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/glu



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Aug 31 12:43:20 UTC 2019

Modified Files:
        pkgsrc/graphics/glu: Makefile distinfo

Log Message:
glu: Update to 9.0.1

Changes:

Amarnath Valluri (1):
     libutils/mipmap.c: Fixed possible memory leak

John Hein (1):
     pkgconfig: Include -I path for glu itself

Krzysztof Kosiński (1):
     Remove all uses of the register keyword.

Matt Turner (4):
     Add -D(N)DEBUG to CFLAGS dependent on --enable-debug
     libutil: Include stddef.h for NULL
     Switch from bz2 to xz
     glu 9.0.1

Mike Gorchak (1):
     glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/glu/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/glu/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/glu/Makefile
diff -u pkgsrc/graphics/glu/Makefile:1.67 pkgsrc/graphics/glu/Makefile:1.68
--- pkgsrc/graphics/glu/Makefile:1.67   Thu Aug 22 09:57:08 2019
+++ pkgsrc/graphics/glu/Makefile        Sat Aug 31 12:43:20 2019
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.67 2019/08/22 09:57:08 nia Exp $
+# $NetBSD: Makefile,v 1.68 2019/08/31 12:43:20 nia Exp $
 
-DISTNAME=      glu-9.0.0
-PKGREVISION=   2
+DISTNAME=      glu-9.0.1
 CATEGORIES=    graphics
 MASTER_SITES=  https://mesa.freedesktop.org/archive/glu/
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://cgit.freedesktop.org/mesa/glu/
+HOMEPAGE=      https://gitlab.freedesktop.org/mesa/glu
 COMMENT=       OpenGL Utility Library
 LICENSE=       sgi-free-software-b-v2.0
 

Index: pkgsrc/graphics/glu/distinfo
diff -u pkgsrc/graphics/glu/distinfo:1.18 pkgsrc/graphics/glu/distinfo:1.19
--- pkgsrc/graphics/glu/distinfo:1.18   Tue Nov  3 21:34:00 2015
+++ pkgsrc/graphics/glu/distinfo        Sat Aug 31 12:43:20 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2015/11/03 21:34:00 agc Exp $
+$NetBSD: distinfo,v 1.19 2019/08/31 12:43:20 nia Exp $
 
-SHA1 (glu-9.0.0.tar.bz2) = c2814bbaf1e60e28a75ec80f4646047c0da742bd
-RMD160 (glu-9.0.0.tar.bz2) = 567991e97a0702699d9db33f45c2dc0cef1006f1
-SHA512 (glu-9.0.0.tar.bz2) = ff920e3fbca739794e1432a92fdd8517aa732110fea71ed724185425042f83ce18e9866c16f95c6e10f6993f0814a90fac9636e2b3d8ca2084d1ac0a860f61c8
-Size (glu-9.0.0.tar.bz2) = 493206 bytes
+SHA1 (glu-9.0.1.tar.xz) = b6ffef562ba55d3f80146d4238589cb9b1de66f5
+RMD160 (glu-9.0.1.tar.xz) = 2f1aafb4271f9ec20349267e7de3411d141f356f
+SHA512 (glu-9.0.1.tar.xz) = 8a6dae5b4bd63efb96d15f23ccda4ad9c2ffaa964897e5fa63d1e58360d8d4e6732c5efd2109dba04155d5fc457ab1718a65cf9b544ce0d452679ba988d04018
+Size (glu-9.0.1.tar.xz) = 434632 bytes
 SHA1 (patch-src_libtess_sweep.c) = b7f9ca4e1a83e0081b3cfa418f378e33392f7f65



Home | Main Index | Thread Index | Old Index