Received: by mail.netbsd.org (Postfix, from userid 605) id 117F184F0D; Sat, 7 Jan 2023 15:21:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 420A984E77 for ; Sat, 7 Jan 2023 15:21:25 +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 xhrGv6uuTNPz for ; Sat, 7 Jan 2023 15:21:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C9A1E84D8A for ; Sat, 7 Jan 2023 15:21:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6950FA90; Sat, 7 Jan 2023 15:21:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673104884150270" MIME-Version: 1.0 Date: Sat, 7 Jan 2023 15:21:24 +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: <20230107152124.C6950FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673104884150270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jan 7 15:21:24 UTC 2023 Modified Files: pkgsrc/www: Makefile Log Message: www/Makefile: add and enable ruby-faraday-multipart To generate a diff of this commit: cvs rdiff -u -r1.1660 -r1.1661 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673104884150270 Content-Disposition: inline Content-Length: 691 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1660 pkgsrc/www/Makefile:1.1661 --- pkgsrc/www/Makefile:1.1660 Sat Jan 7 05:15:22 2023 +++ pkgsrc/www/Makefile Sat Jan 7 15:21:24 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1660 2023/01/07 05:15:22 taca Exp $ +# $NetBSD: Makefile,v 1.1661 2023/01/07 15:21:24 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -926,6 +926,7 @@ SUBDIR+= ruby-faraday-em_http SUBDIR+= ruby-faraday-em_synchrony SUBDIR+= ruby-faraday-excon SUBDIR+= ruby-faraday-httpclient +SUBDIR+= ruby-faraday-multipart SUBDIR+= ruby-faraday-net_http SUBDIR+= ruby-faraday-net_http_persistent SUBDIR+= ruby-faraday-patron --_----------=_1673104884150270--