Received: by mail.netbsd.org (Postfix, from userid 605) id D995685120; Thu, 22 Aug 2019 09:55:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61656850E1 for ; Thu, 22 Aug 2019 09:55:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GKZLdV78kvmZ for ; Thu, 22 Aug 2019 09:55:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A691F84D64 for ; Thu, 22 Aug 2019 09:55:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F185FBF4; Thu, 22 Aug 2019 09:55:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566467750137060" MIME-Version: 1.0 Date: Thu, 22 Aug 2019 09:55:50 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190822095550.9F185FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566467750137060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Aug 22 09:55:50 UTC 2019 Modified Files: pkgsrc/graphics/MesaDemos: Makefile pkgsrc/graphics/glx-utils: Makefile Log Message: Update MASTER_SITES for mesa-demos. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/MesaDemos/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/glx-utils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566467750137060 Content-Disposition: inline Content-Length: 1386 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaDemos/Makefile diff -u pkgsrc/graphics/MesaDemos/Makefile:1.44 pkgsrc/graphics/MesaDemos/Makefile:1.45 --- pkgsrc/graphics/MesaDemos/Makefile:1.44 Wed May 29 19:52:49 2019 +++ pkgsrc/graphics/MesaDemos/Makefile Thu Aug 22 09:55:50 2019 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.44 2019/05/29 19:52:49 adam Exp $ +# $NetBSD: Makefile,v 1.45 2019/08/22 09:55:50 nia Exp $ DISTNAME= mesa-demos-8.4.0 PKGNAME= ${DISTNAME:S/mesa-demos/MesaDemos/} PKGREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/ +MASTER_SITES= https://mesa.freedesktop.org/archive/demos/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/graphics/glx-utils/Makefile diff -u pkgsrc/graphics/glx-utils/Makefile:1.15 pkgsrc/graphics/glx-utils/Makefile:1.16 --- pkgsrc/graphics/glx-utils/Makefile:1.15 Fri Jan 4 01:18:14 2019 +++ pkgsrc/graphics/glx-utils/Makefile Thu Aug 22 09:55:50 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2019/01/04 01:18:14 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2019/08/22 09:55:50 nia Exp $ DISTNAME= mesa-demos-8.4.0 PKGNAME= ${DISTNAME:S/mesa-demos/glx-utils/} CATEGORIES= x11 graphics -MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/ +MASTER_SITES= https://mesa.freedesktop.org/archive/demos/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1566467750137060--