Received: by mail.netbsd.org (Postfix, from userid 605) id 55EAD84DA9; Tue, 6 Feb 2018 20:35:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D56F484D21 for ; Tue, 6 Feb 2018 20:35:25 +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 pw1GEhvH4Oui for ; Tue, 6 Feb 2018 20:35:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 76AB184CDC for ; Tue, 6 Feb 2018 20:35:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 751E1FB40; Tue, 6 Feb 2018 20:35:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517949325103800" MIME-Version: 1.0 Date: Tue, 6 Feb 2018 20:35:25 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180206203525.751E1FB40@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. --_----------=_1517949325103800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Feb 6 20:35:25 UTC 2018 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: Add R-uuid To generate a diff of this commit: cvs rdiff -u -r1.2600 -r1.2601 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517949325103800 Content-Disposition: inline Content-Length: 571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2600 pkgsrc/devel/Makefile:1.2601 --- pkgsrc/devel/Makefile:1.2600 Mon Feb 5 16:28:49 2018 +++ pkgsrc/devel/Makefile Tue Feb 6 20:35:25 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2600 2018/02/05 16:28:49 adam Exp $ +# $NetBSD: Makefile,v 1.2601 2018/02/06 20:35:25 minskim Exp $ # COMMENT= Development utilities @@ -15,6 +15,7 @@ SUBDIR+= R-Rcpp SUBDIR+= R-evaluate SUBDIR+= R-magrittr SUBDIR+= R-proto +SUBDIR+= R-uuid SUBDIR+= RBTools SUBDIR+= RTFM SUBDIR+= RTx-RightsMatrix --_----------=_1517949325103800--