Received: by mail.netbsd.org (Postfix, from userid 605) id 0905384E57; Wed, 28 Feb 2024 16:00:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709136054; bh=BlRy5G2uWlEgPyfr8JNncQXwkJz16useCMc/Agk4+Hw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=eEUbm9QewTKfKZ89LDi95MneHS3wpyfd+4hEv2g6HooQ+cEUNUIqtj9OC47TkKiyy /rUodpBUUV7yKKf+U125EkvFBKnarCoOQU+CSCn5BBELBroZWJOnDQ9cHe+oX3qdLK RMTfCBI2LOj9/mTf7P0Gzz0OOK+kLOeYUAhEZMh4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF70484E56 for ; Wed, 28 Feb 2024 16:00:52 +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 PVlsw_S-p_Uw for ; Wed, 28 Feb 2024 16:00:52 +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 815DE84D28 for ; Wed, 28 Feb 2024 16:00:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709136052; bh=BlRy5G2uWlEgPyfr8JNncQXwkJz16useCMc/Agk4+Hw=; h=Date:From:Subject:To:Reply-To; b=aKDnBoM542L58OWNGF48XXzBoH29WUEisAdtRv3SChm6mFF5QfiJy083rRxUKfXTD p0tlC8HykzJfaEsLKdaZZ2aB+FC3acQ1Co2qQz13lWt2jGBsPHTswkfzPWVXNFx35s /SvZjqN//mN2ZpcFL0IwlgOfa19DbJvDn7btJMhw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73715FA27; Wed, 28 Feb 2024 16:00:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709136052135370" MIME-Version: 1.0 Date: Wed, 28 Feb 2024 16:00:52 +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: <20240228160052.73715FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709136052135370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 28 16:00:52 UTC 2024 Modified Files: pkgsrc/doc: TODO Log Message: doc/TODO: update two php package - php-concretecms-9.2.4. + php-dotclear-2.29. To generate a diff of this commit: cvs rdiff -u -r1.24115 -r1.24116 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709136052135370 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.24115 pkgsrc/doc/TODO:1.24116 --- pkgsrc/doc/TODO:1.24115 Wed Feb 28 15:19:17 2024 +++ pkgsrc/doc/TODO Wed Feb 28 16:00:51 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.24115 2024/02/28 15:19:17 taca Exp $ +$NetBSD: TODO,v 1.24116 2024/02/28 16:00:51 taca Exp $ Suggested new packages ====================== @@ -1074,7 +1074,7 @@ For possible Perl packages updates, see o phoronix-9.2.1 o phoronix-test-suite-10.8 o php-basercms-5.0.8 - o php-concretecms-9.2.4 [successor of php-concrete5] + o php-dotclear-2.29 o php-excel-1.8.2 [PHPSpreadsheet is sucessor] o php-jpgraph-4.4.2 o php-memcached-3.2.0 --_----------=_1709136052135370--