Received: by mail.netbsd.org (Postfix, from userid 605) id 56F6084D2F; Thu, 4 May 2023 06:37:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85C6684D09 for ; Thu, 4 May 2023 06:37:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0cd_HhH58TAn for ; Thu, 4 May 2023 06:37:53 +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 DC0A284CEB for ; Thu, 4 May 2023 06:37:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D022FFA87; Thu, 4 May 2023 06:37:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683182272116200" MIME-Version: 1.0 Date: Thu, 4 May 2023 06:37:52 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/graphics/nvidia-texture-tools To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230504063752.D022FFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683182272116200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Thu May 4 06:37:52 UTC 2023 Modified Files: pkgsrc/graphics/nvidia-texture-tools: Makefile Log Message: nvidia-texture-tools: note about abandoned upstream To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/nvidia-texture-tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683182272116200 Content-Disposition: inline Content-Length: 669 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/nvidia-texture-tools/Makefile diff -u pkgsrc/graphics/nvidia-texture-tools/Makefile:1.6 pkgsrc/graphics/nvidia-texture-tools/Makefile:1.7 --- pkgsrc/graphics/nvidia-texture-tools/Makefile:1.6 Tue Jan 3 17:36:26 2023 +++ pkgsrc/graphics/nvidia-texture-tools/Makefile Thu May 4 06:37:52 2023 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2023/01/03 17:36:26 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2023/05/04 06:37:52 nikita Exp $ DISTNAME= nvidia-texture-tools-2.1.0 PKGREVISION= 4 CATEGORIES= graphics +# NOTE: abandoned upstream, archived. MASTER_SITES= ${MASTER_SITE_GITHUB:=castano/} MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1683182272116200--