Received: by mail.netbsd.org (Postfix, from userid 605) id 17BB684D92; Mon, 29 Jun 2020 13:59:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 92EA284D83 for ; Mon, 29 Jun 2020 13:59:30 +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 Plon66IaJ5v4 for ; Mon, 29 Jun 2020 13:59:30 +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 EE1CA84C6C for ; Mon, 29 Jun 2020 13:59:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB6FFFB28; Mon, 29 Jun 2020 13:59:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593439169264120" MIME-Version: 1.0 Date: Mon, 29 Jun 2020 13:59:29 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200629135929.EB6FFFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1593439169264120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Jun 29 13:59:29 UTC 2020 Modified Files: pkgsrc/mk/defaults: options.description Log Message: mk/defaults: Add option for apache24's mod_md To generate a diff of this commit: cvs rdiff -u -r1.628 -r1.629 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593439169264120 Content-Disposition: inline Content-Length: 818 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/defaults/options.description diff -u pkgsrc/mk/defaults/options.description:1.628 pkgsrc/mk/defaults/options.description:1.629 --- pkgsrc/mk/defaults/options.description:1.628 Thu Jun 25 05:42:36 2020 +++ pkgsrc/mk/defaults/options.description Mon Jun 29 13:59:29 2020 @@ -30,6 +30,7 @@ anthy-2ch-dict Include the 2ch dictiona anthy-okinawa-dict Include the okinawa dictionary. ap-php Use PHP via Apache module. apache Enable support for Apache web server. +apache-managed-domain-handling Enabele Managing domains and ACME support in Apache web server. apache-mpm-event Use multi-threaded workers in Apache web server. apache-mpm-prefork Use pre-forked workers in Apache web server. apache-mpm-worker Use multiple processes of multi-threaded workers in Apache web server. --_----------=_1593439169264120--