Received: by mail.netbsd.org (Postfix, from userid 605) id D345E851BB; Wed, 3 Feb 2021 14:33:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1921B851B3 for ; Wed, 3 Feb 2021 14:33:18 +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 ifHMrZLyyQSx for ; Wed, 3 Feb 2021 14:33:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A4B7585192 for ; Wed, 3 Feb 2021 14:33:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1F38FA94; Wed, 3 Feb 2021 14:33:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161236279721340" MIME-Version: 1.0 Date: Wed, 3 Feb 2021 14:33:17 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210203143317.A1F38FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161236279721340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 3 14:33:17 UTC 2021 Modified Files: pkgsrc/net: Makefile Log Message: net/Makefile: add and enable ruby-winrm-elevated To generate a diff of this commit: cvs rdiff -u -r1.1377 -r1.1378 pkgsrc/net/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161236279721340 Content-Disposition: inline Content-Length: 609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1377 pkgsrc/net/Makefile:1.1378 --- pkgsrc/net/Makefile:1.1377 Wed Jan 27 23:35:05 2021 +++ pkgsrc/net/Makefile Wed Feb 3 14:33:17 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1377 2021/01/27 23:35:05 tpaul Exp $ +# $NetBSD: Makefile,v 1.1378 2021/02/03 14:33:17 taca Exp $ # COMMENT= Networking tools @@ -838,6 +838,7 @@ SUBDIR+= ruby-twitter-stream SUBDIR+= ruby-twitter-text SUBDIR+= ruby-twitter-text-simpleidn SUBDIR+= ruby-winrm +SUBDIR+= ruby-winrm-elevated SUBDIR+= ruby-winrm-fs SUBDIR+= ruby-xdr SUBDIR+= s6-dns --_----------=_161236279721340--