Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C629A1A9217 for ; Tue, 5 Jan 2021 12:49:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D30F984DB2; Tue, 5 Jan 2021 12:49:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19EDF84CE1 for ; Tue, 5 Jan 2021 12:49:45 +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 wVVqxQYjB1Ht for ; Tue, 5 Jan 2021 12:49:44 +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 A4D9184C71 for ; Tue, 5 Jan 2021 12:49:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 989BBFA9D; Tue, 5 Jan 2021 12:49:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160985098410210" MIME-Version: 1.0 Date: Tue, 5 Jan 2021 12:49:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/moodle To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210105124944.989BBFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160985098410210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Jan 5 12:49:44 UTC 2021 Modified Files: pkgsrc/www/moodle: Makefile Log Message: www/moodle: allow build on php74 moodle supports not only PHP 7.3 but 7.4. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/moodle/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160985098410210 Content-Disposition: inline Content-Length: 657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/moodle/Makefile diff -u pkgsrc/www/moodle/Makefile:1.87 pkgsrc/www/moodle/Makefile:1.88 --- pkgsrc/www/moodle/Makefile:1.87 Sun Jan 3 15:26:12 2021 +++ pkgsrc/www/moodle/Makefile Tue Jan 5 12:49:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2021/01/03 15:26:12 taca Exp $ +# $NetBSD: Makefile,v 1.88 2021/01/05 12:49:44 taca Exp $ DISTNAME= moodle-3.10 CATEGORIES= www @@ -32,7 +32,7 @@ INSTALLATION_DIRS= ${EGDIR} share/moodle .include "../../mk/bsd.prefs.mk" .include "options.mk" -PHP_VERSIONS_ACCEPTED= 73 +PHP_VERSIONS_ACCEPTED= 73 74 PKG_GROUPS_VARS= APACHE_GROUP PKG_USERS_VARS= APACHE_USER --_----------=_160985098410210--