Received: by mail.netbsd.org (Postfix, from userid 605) id C923784E88; Sat, 4 Jun 2022 10:00:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DB6D84E80 for ; Sat, 4 Jun 2022 10:00:33 +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 CSkhkaBV5GpK for ; Sat, 4 Jun 2022 10:00:32 +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 93B5484E75 for ; Sat, 4 Jun 2022 10:00:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 076A9FB18; Sat, 4 Jun 2022 10:01:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654336908196230" MIME-Version: 1.0 Date: Sat, 4 Jun 2022 10:01:48 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20220604100148.076A9FB18@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654336908196230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Sat Jun 4 10:01:47 UTC 2022 Modified Files: pkgsrc/www: Makefile Log Message: Added ocsigen-ppx-rpc to Makefile SUBDIRs To generate a diff of this commit: cvs rdiff -u -r1.1629 -r1.1630 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654336908196230 Content-Disposition: inline Content-Length: 607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1629 pkgsrc/www/Makefile:1.1630 --- pkgsrc/www/Makefile:1.1629 Tue May 31 20:56:34 2022 +++ pkgsrc/www/Makefile Sat Jun 4 10:01:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1629 2022/05/31 20:56:34 markd Exp $ +# $NetBSD: Makefile,v 1.1630 2022/06/04 10:01:47 jaapb Exp $ # COMMENT= Packages related to the World Wide Web @@ -255,6 +255,7 @@ SUBDIR+= ocaml-http SUBDIR+= ocaml-uri SUBDIR+= ocsigen SUBDIR+= ocsigen-i18n +SUBDIR+= ocsigen-ppx-rpc SUBDIR+= ocsigen-start SUBDIR+= ocsigen-toolkit SUBDIR+= otter-browser --_----------=_1654336908196230--