Received: by mail.netbsd.org (Postfix, from userid 605) id B997B84EE2; Mon, 30 Aug 2021 15:22:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 008E484EDD for ; Mon, 30 Aug 2021 15:22:32 +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 9EP_ufFprCGt for ; Mon, 30 Aug 2021 15:22:31 +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 89D6D84CDA for ; Mon, 30 Aug 2021 15:22:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86FA4FA97; Mon, 30 Aug 2021 15:22:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630336951154120" MIME-Version: 1.0 Date: Mon, 30 Aug 2021 15:22:31 +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: <20210830152231.86FA4FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630336951154120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Aug 30 15:22:31 UTC 2021 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: add and enable ruby-faraday-httpclient To generate a diff of this commit: cvs rdiff -u -r1.1577 -r1.1578 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630336951154120 Content-Disposition: inline Content-Length: 685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1577 pkgsrc/www/Makefile:1.1578 --- pkgsrc/www/Makefile:1.1577 Mon Aug 30 15:19:37 2021 +++ pkgsrc/www/Makefile Mon Aug 30 15:22:31 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1577 2021/08/30 15:19:37 taca Exp $ +# $NetBSD: Makefile,v 1.1578 2021/08/30 15:22:31 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -888,6 +888,7 @@ SUBDIR+= ruby-faraday SUBDIR+= ruby-faraday-em_http SUBDIR+= ruby-faraday-em_synchrony SUBDIR+= ruby-faraday-excon +SUBDIR+= ruby-faraday-httpclient SUBDIR+= ruby-faraday-net_http SUBDIR+= ruby-faraday-net_http_persistent SUBDIR+= ruby-faraday_middleware --_----------=_1630336951154120--