Received: by mail.netbsd.org (Postfix, from userid 605) id A346F84EB7; Fri, 16 Mar 2018 16:19:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A59D984E82 for ; Fri, 16 Mar 2018 16:19:09 +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 N5yueFVS0MTF for ; Fri, 16 Mar 2018 16:19:09 +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 1888D84CE1 for ; Fri, 16 Mar 2018 16:19:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13BE0FB40; Fri, 16 Mar 2018 16:19:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152121714991870" MIME-Version: 1.0 Date: Fri, 16 Mar 2018 16:19:09 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180316161909.13BE0FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152121714991870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Fri Mar 16 16:19:09 UTC 2018 Modified Files: pkgsrc/misc: Makefile Log Message: misc/Makefile: Add R-pillar To generate a diff of this commit: cvs rdiff -u -r1.492 -r1.493 pkgsrc/misc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152121714991870 Content-Disposition: inline Content-Length: 561 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.492 pkgsrc/misc/Makefile:1.493 --- pkgsrc/misc/Makefile:1.492 Wed Jan 10 22:09:58 2018 +++ pkgsrc/misc/Makefile Fri Mar 16 16:19:08 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.492 2018/01/10 22:09:58 wiz Exp $ +# $NetBSD: Makefile,v 1.493 2018/03/16 16:19:08 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -7,6 +7,7 @@ SUBDIR+= 9menu SUBDIR+= Addresses SUBDIR+= JBidwatcher SUBDIR+= JMdict +SUBDIR+= R-pillar SUBDIR+= ansiweather SUBDIR+= ascii SUBDIR+= asr-manpages --_----------=_152121714991870--