Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B7AB84F0F for ; Mon, 10 Jul 2023 19:52:03 +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 4xdA17y7G13m for ; Mon, 10 Jul 2023 19:52:03 +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 3071884CFE for ; Mon, 10 Jul 2023 19:52:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2789CFBDB; Mon, 10 Jul 2023 19:52:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168901872342320" MIME-Version: 1.0 Date: Mon, 10 Jul 2023 19:52:03 +0000 From: "pin" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230710195203.2789CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168901872342320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Jul 10 19:52:03 UTC 2023 Modified Files: pkgsrc/misc: Makefile Log Message: Add projectable To generate a diff of this commit: cvs rdiff -u -r1.591 -r1.592 pkgsrc/misc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168901872342320 Content-Disposition: inline Content-Length: 557 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.591 pkgsrc/misc/Makefile:1.592 --- pkgsrc/misc/Makefile:1.591 Mon Jun 26 11:54:50 2023 +++ pkgsrc/misc/Makefile Mon Jul 10 19:52:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.591 2023/06/26 11:54:50 wiz Exp $ +# $NetBSD: Makefile,v 1.592 2023/07/10 19:52:02 pin Exp $ # COMMENT= Miscellaneous utilities @@ -256,6 +256,7 @@ SUBDIR+= pixd SUBDIR+= plan9port SUBDIR+= ppower SUBDIR+= preftools +SUBDIR+= projectable SUBDIR+= pty-redir SUBDIR+= py-anita SUBDIR+= py-ansi --_----------=_168901872342320--