Received: by mail.netbsd.org (Postfix, from userid 605) id 57D2284E5E; Mon, 9 Jan 2023 07:26:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8253F84D4C for ; Mon, 9 Jan 2023 07:26:12 +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 o3dVPsO_O542 for ; Mon, 9 Jan 2023 07:26:12 +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 1418384D47 for ; Mon, 9 Jan 2023 07:26:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B891FA90; Mon, 9 Jan 2023 07:26:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167324917265600" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 07:26:12 +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: <20230109072612.0B891FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167324917265600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jan 9 07:26:11 UTC 2023 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: add and enable ruby-faraday-excon1 To generate a diff of this commit: cvs rdiff -u -r1.1662 -r1.1663 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167324917265600 Content-Disposition: inline Content-Length: 671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1662 pkgsrc/www/Makefile:1.1663 --- pkgsrc/www/Makefile:1.1662 Sat Jan 7 15:26:42 2023 +++ pkgsrc/www/Makefile Mon Jan 9 07:26:11 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1662 2023/01/07 15:26:42 taca Exp $ +# $NetBSD: Makefile,v 1.1663 2023/01/09 07:26:11 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -925,6 +925,7 @@ SUBDIR+= ruby-faraday SUBDIR+= ruby-faraday-em_http SUBDIR+= ruby-faraday-em_synchrony SUBDIR+= ruby-faraday-excon +SUBDIR+= ruby-faraday-excon1 SUBDIR+= ruby-faraday-httpclient SUBDIR+= ruby-faraday-multipart SUBDIR+= ruby-faraday-net_http --_----------=_167324917265600--