From owner-svn-ports-head@freebsd.org Wed Oct 30 19:42:11 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 29C0615F488; Wed, 30 Oct 2019 19:42:11 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473JkV5tdMz4T13; Wed, 30 Oct 2019 19:42:10 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE2EDF36F; Wed, 30 Oct 2019 19:42:10 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9UJgAOJ047842; Wed, 30 Oct 2019 19:42:10 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9UJgA6s047840; Wed, 30 Oct 2019 19:42:10 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201910301942.x9UJgA6s047840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 30 Oct 2019 19:42:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516102 - head/graphics/libGLU X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/libGLU X-SVN-Commit-Revision: 516102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2019 19:42:11 -0000 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