Received: by mail.netbsd.org (Postfix, from userid 605) id BF5CA84DC2; Sat, 14 Jan 2023 07:35:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EDE1184CFD for ; Sat, 14 Jan 2023 07:35:23 +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 ljI845liyYbt for ; Sat, 14 Jan 2023 07:35:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 44FB684C86 for ; Sat, 14 Jan 2023 07:35:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 390A5FA90; Sat, 14 Jan 2023 07:35:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673681723255560" MIME-Version: 1.0 Date: Sat, 14 Jan 2023 07:35:23 +0000 From: "Charlotte Koch" Subject: CVS commit: pkgsrc/games/7kaa To: pkgsrc-changes@NetBSD.org Reply-To: charlotte@netbsd.org X-Mailer: log_accum Message-Id: <20230114073523.390A5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673681723255560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: charlotte Date: Sat Jan 14 07:35:23 UTC 2023 Modified Files: pkgsrc/games/7kaa: Makefile Log Message: 7kaa: Reset MAINTAINER To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/7kaa/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673681723255560 Content-Disposition: inline Content-Length: 711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/7kaa/Makefile diff -u pkgsrc/games/7kaa/Makefile:1.26 pkgsrc/games/7kaa/Makefile:1.27 --- pkgsrc/games/7kaa/Makefile:1.26 Wed Oct 26 10:31:25 2022 +++ pkgsrc/games/7kaa/Makefile Sat Jan 14 07:35:23 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2022/10/26 10:31:25 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2023/01/14 07:35:23 charlotte Exp $ DISTNAME= 7kaa-2.15.4p1 PKGREVISION= 9 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=the3 EXTRACT_SUFX= .tar.xz GITHUB_RELEASE= v${PKGVERSION_NOREV} -MAINTAINER= charlotte@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://7kfans.com/ COMMENT= Seven Kingdoms: Ancient Adversaries LICENSE= gnu-gpl-v2 --_----------=_1673681723255560--