Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SMCDw3Py; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=w49OaQf1 Received: by mail.netbsd.org (Postfix, from userid 605) id 1F81E84F59; Sun, 12 May 2024 14:39:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715524745; bh=GObtlGqRb/jQCS+TVWmxE03ghvHdmV3T9IAxuA2rkos=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=SMCDw3Py0quvYtFg5/9Y+t+et57Fb/bppu2Qiapqxrs1uO2tWtWZfsJih8swLTFIo UMoZbLqvn6ssvd2bOs9HIq2+qytSL5rWDM2qdLHD/2dlVzxj6Thi2K6JddkOcq0qzj NXq59oM1t/WP1F0uG9C8UAfDbBqp6dC9AST1rfD8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F91E84F41 for ; Sun, 12 May 2024 14:39:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 uqHWa8Ei4JqL for ; Sun, 12 May 2024 14:39:03 +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 8CC9E84C13 for ; Sun, 12 May 2024 14:39:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715524743; bh=GObtlGqRb/jQCS+TVWmxE03ghvHdmV3T9IAxuA2rkos=; h=Date:From:Subject:To:Reply-To; b=w49OaQf1PbZWK6vPRL/20niV+HkTeJeHxBBe5D6Sn8L1j9za2RS2AckK12Q3nTvlH L0MynsQtdMQoe+ZuCgzIEOFyKgS1zb3be0QghgvPRG0/0+aKmoZxDTe+4yrSZVtm7O GR/dZ0RWFLah50oPImUizg/ON0/fvwtqXBZlShdE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77F9DFA2C; Sun, 12 May 2024 14:39:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715524743119160" MIME-Version: 1.0 Date: Sun, 12 May 2024 14:39:03 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240512143903.77F9DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715524743119160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 12 14:39:03 UTC 2024 Modified Files: pkgsrc/lang: Makefile Log Message: lang/Makefile: remove php80 To generate a diff of this commit: cvs rdiff -u -r1.725 -r1.726 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715524743119160 Content-Disposition: inline Content-Length: 532 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.725 pkgsrc/lang/Makefile:1.726 --- pkgsrc/lang/Makefile:1.725 Sun Apr 28 05:59:15 2024 +++ pkgsrc/lang/Makefile Sun May 12 14:39:03 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.725 2024/04/28 05:59:15 pho Exp $ +# $NetBSD: Makefile,v 1.726 2024/05/12 14:39:03 taca Exp $ # COMMENT= Programming languages @@ -231,7 +231,6 @@ SUBDIR+= pfe SUBDIR+= pforth SUBDIR+= php56 SUBDIR+= php74 -SUBDIR+= php80 SUBDIR+= php81 SUBDIR+= php82 SUBDIR+= php83 --_----------=_1715524743119160--