Received: by mail.netbsd.org (Postfix, from userid 605) id C263484D2D; Sun, 7 Mar 2021 13:37:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0853984D27 for ; Sun, 7 Mar 2021 13:37:29 +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 UMePTPRkNHhO for ; Sun, 7 Mar 2021 13:37:28 +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 5A31584CE3 for ; Sun, 7 Mar 2021 13:37:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55818FA95; Sun, 7 Mar 2021 13:37:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615124248151020" MIME-Version: 1.0 Date: Sun, 7 Mar 2021 13:37:28 +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: <20210307133728.55818FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615124248151020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 7 13:37:28 UTC 2021 Modified Files: pkgsrc/www/php-glpi: Makefile pkgsrc/www/php-tiki6: Makefile Log Message: Mark these pacakge not for php80. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/php-glpi/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/php-tiki6/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615124248151020 Content-Disposition: inline Content-Length: 1215 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/php-glpi/Makefile diff -u pkgsrc/www/php-glpi/Makefile:1.13 pkgsrc/www/php-glpi/Makefile:1.14 --- pkgsrc/www/php-glpi/Makefile:1.13 Tue May 19 14:21:13 2020 +++ pkgsrc/www/php-glpi/Makefile Sun Mar 7 13:37:28 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/05/19 14:21:13 hauke Exp $ +# $NetBSD: Makefile,v 1.14 2021/03/07 13:37:28 taca Exp $ DISTNAME= glpi-${GLPI_VERSION} GLPI_VERSION= 9.4.6 @@ -35,6 +35,8 @@ BUILD_DEFS+= APACHE_USER APACHE_GROUP VA MESSAGE_SUBST+= APACHE_USER="${APACHE_USER}" +PHP_VERSIONS_ACCEPTED= 56 73 74 + .include "../../mk/bsd.prefs.mk" WRKSRC= ${WRKDIR}/glpi Index: pkgsrc/www/php-tiki6/Makefile diff -u pkgsrc/www/php-tiki6/Makefile:1.11 pkgsrc/www/php-tiki6/Makefile:1.12 --- pkgsrc/www/php-tiki6/Makefile:1.11 Fri Jul 12 10:45:05 2013 +++ pkgsrc/www/php-tiki6/Makefile Sun Mar 7 13:37:28 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/07/12 10:45:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2021/03/07 13:37:28 taca Exp $ # DISTNAME= tiki-6.8 @@ -26,6 +26,8 @@ USE_TOOLS+= pax BUILD_DEFS+= APACHE_GROUP APACHE_USER +PHP_VERSIONS_ACCEPTED= 56 73 74 + TIKIDIR= share/tiki6 INSTALLATION_DIRS= ${TIKIDIR} --_----------=_1615124248151020--