Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fYtljDhJ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eJD0syDq Received: by mail.netbsd.org (Postfix, from userid 605) id DA21884F5C; Sun, 12 May 2024 14:40:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715524850; bh=svVnoP5L68MezL9nHJkKiVGX0PoEvdEaF70lak0o5a8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=fYtljDhJc1/pFd9u9YibmpVvatft23MsNLJs9z5p+lDFYGoPJ+lXidui+cgBubyE3 P9fGwzr2WxeTbOMV5HvYY2rAhpjkbjrel+whL7hhRU+2XY3xUYe7h5MREXozIyQUWs 2be4PokHaobDoHYAtn+iKSu+n38aAwNckIIU7JbA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBE4084F41 for ; Sun, 12 May 2024 14:40:48 +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 Qf-SARrdxugb for ; Sun, 12 May 2024 14:40:48 +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 58DFC84C13 for ; Sun, 12 May 2024 14:40:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715524848; bh=svVnoP5L68MezL9nHJkKiVGX0PoEvdEaF70lak0o5a8=; h=Date:From:Subject:To:Reply-To; b=eJD0syDqlnfFNK3jgpAm6cPByXzSEyyMcMDa01KRlkEP1KCZolPvoZ5UypJ8TXAz7 /RP7dy2Z9FqKLZbGBd2J/e7MsvvrJNLnfcD6zr1DBVvuI4wZE8GxagBh9cdNRCGFjc 8g+i2e72O+/ijdnudKW9BOBmJD+Da+EdUzTs0ywU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F3C5FA2C; Sun, 12 May 2024 14:40:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171552484850450" MIME-Version: 1.0 Date: Sun, 12 May 2024 14:40:48 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240512144048.4F3C5FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171552484850450 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:40:48 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Removed lang/php80 To generate a diff of this commit: cvs rdiff -u -r1.3345 -r1.3346 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171552484850450 Content-Disposition: inline Content-Length: 710 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3345 pkgsrc/doc/CHANGES-2024:1.3346 --- pkgsrc/doc/CHANGES-2024:1.3345 Sun May 12 14:29:26 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 12 14:40:48 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3345 2024/05/12 14:29:26 taca Exp $ +$NetBSD: CHANGES-2024,v 1.3346 2024/05/12 14:40:48 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5272,3 +5272,4 @@ Changes to the packages collection and i Updated devel/php-xdebug to 3.3.2 [taca 2024-05-12] Updated net/pear-Net_SMTP to 1.12.1 [taca 2024-05-12] Updated databases/pear-DB to 1.12.2 [taca 2024-05-12] + Removed lang/php80 [taca 2024-05-12] --_----------=_171552484850450--