Received: by mail.netbsd.org (Postfix, from userid 605) id AB00584E5E; Mon, 9 Jan 2023 08:49:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBA9D84D5B for ; Mon, 9 Jan 2023 08:49:06 +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 K9qSd30x7j6b for ; Mon, 9 Jan 2023 08:49:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7199284D4C for ; Mon, 9 Jan 2023 08:49:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F0ABFA90; Mon, 9 Jan 2023 08:49:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673254146176560" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 08:49:06 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230109084906.6F0ABFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673254146176560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jan 9 08:49:06 UTC 2023 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: add and enable ruby-excon To generate a diff of this commit: cvs rdiff -u -r1.1670 -r1.1671 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673254146176560 Content-Disposition: inline Content-Length: 624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1670 pkgsrc/www/Makefile:1.1671 --- pkgsrc/www/Makefile:1.1670 Mon Jan 9 07:44:38 2023 +++ pkgsrc/www/Makefile Mon Jan 9 08:49:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1670 2023/01/09 07:44:38 taca Exp $ +# $NetBSD: Makefile,v 1.1671 2023/01/09 08:49:06 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -921,6 +921,7 @@ SUBDIR+= ruby-em-http-request SUBDIR+= ruby-em-websocket SUBDIR+= ruby-erubis SUBDIR+= ruby-ethon +SUBDIR+= ruby-excon SUBDIR+= ruby-faraday SUBDIR+= ruby-faraday1 SUBDIR+= ruby-faraday-em_http --_----------=_1673254146176560--