Received: by mail.netbsd.org (Postfix, from userid 605) id 465AE84D53; Tue, 24 May 2022 08:56:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FD3B84D38 for ; Tue, 24 May 2022 08:56:16 +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 w1P8PuO0McP7 for ; Tue, 24 May 2022 08:56:16 +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 D4DFF84D36 for ; Tue, 24 May 2022 08:56:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C65BFAEB; Tue, 24 May 2022 08:57:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653382624228250" MIME-Version: 1.0 Date: Tue, 24 May 2022 08:57:04 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/games/openmw To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20220524085704.8C65BFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653382624228250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Tue May 24 08:57:04 UTC 2022 Modified Files: pkgsrc/games/openmw: Makefile Log Message: openmw: switch to USE_GITLAB. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/games/openmw/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653382624228250 Content-Disposition: inline Content-Length: 734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/openmw/Makefile diff -u pkgsrc/games/openmw/Makefile:1.45 pkgsrc/games/openmw/Makefile:1.46 --- pkgsrc/games/openmw/Makefile:1.45 Fri May 13 13:47:35 2022 +++ pkgsrc/games/openmw/Makefile Tue May 24 08:57:04 2022 @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.45 2022/05/13 13:47:35 gdt Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/24 08:57:04 nikita Exp $ DISTNAME= openmw-openmw-0.47.0 PKGNAME= ${DISTNAME:S/^openmw-//1} PKGREVISION= 7 CATEGORIES= games -MASTER_SITES= https://gitlab.com/OpenMW/openmw/-/archive/${PKGNAME_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=OpenMW/} +GITLAB_PROJECT= openmw +GITLAB_RELEASE= ${PKGNAME_NOREV} MAINTAINER= nia@NetBSD.org HOMEPAGE= https://openmw.org/ --_----------=_1653382624228250--