Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6CC397A281 for ; Sat, 15 Oct 2016 01:20:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D86AF85F25; Sat, 15 Oct 2016 01:20:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A1B185EA4 for ; Sat, 15 Oct 2016 01:20:08 +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 GimZMygeKbnr for ; Sat, 15 Oct 2016 01:20:08 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C767984CE5 for ; Sat, 15 Oct 2016 01:20:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1D9BFBD2; Sat, 15 Oct 2016 01:20:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476494407273950" MIME-Version: 1.0 Date: Sat, 15 Oct 2016 01:20:07 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/games/bastet To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20161015012007.A1D9BFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476494407273950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sat Oct 15 01:20:07 UTC 2016 Modified Files: pkgsrc/games/bastet: Makefile Log Message: Generate dummy scorefile with REQD_FILES_PERMS No PKGREVISION update as it's a new package. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/bastet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476494407273950 Content-Disposition: inline Content-Length: 809 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/bastet/Makefile diff -u pkgsrc/games/bastet/Makefile:1.8 pkgsrc/games/bastet/Makefile:1.9 --- pkgsrc/games/bastet/Makefile:1.8 Sat Oct 15 00:45:15 2016 +++ pkgsrc/games/bastet/Makefile Sat Oct 15 01:20:07 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/10/15 00:45:15 kamil Exp $ +# $NetBSD: Makefile,v 1.9 2016/10/15 01:20:07 kamil Exp $ DISTNAME= bastet-0.43.1 CATEGORIES= games @@ -24,6 +24,8 @@ SUBST_FILES.vardir= Config.cpp SUBST_MESSAGE.vardir= Fixing VARBASE. SUBST_SED.vardir= -e "s|/var/games|${VARBASE}/games|1" +REQD_FILES_PERMS+= /dev/null ${VARBASE}/games/bastet.scores2 ${GAMEDATA_PERMS} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bastet ${DESTDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/ --_----------=_1476494407273950--