Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 387A97A26E for ; Thu, 4 Aug 2016 16:15:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A6A6C85E95; Thu, 4 Aug 2016 16:15:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 386E585E74 for ; Thu, 4 Aug 2016 16:15:15 +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 nFIWpmqFDqwO for ; Thu, 4 Aug 2016 16:15:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D190084CEF for ; Thu, 4 Aug 2016 16:15:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC5D7FBB5; Thu, 4 Aug 2016 16:15:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470327314166040" MIME-Version: 1.0 Date: Thu, 4 Aug 2016 16:15:14 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/databases/php-mongo To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20160804161514.CC5D7FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470327314166040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Thu Aug 4 16:15:14 UTC 2016 Modified Files: pkgsrc/databases/php-mongo: DESCR Log Message: update php-mongo DESCR with notice about this being superseded To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/php-mongo/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470327314166040 Content-Disposition: inline Content-Length: 460 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/php-mongo/DESCR diff -u pkgsrc/databases/php-mongo/DESCR:1.1 pkgsrc/databases/php-mongo/DESCR:1.2 --- pkgsrc/databases/php-mongo/DESCR:1.1 Sat Jun 13 13:48:37 2015 +++ pkgsrc/databases/php-mongo/DESCR Thu Aug 4 16:15:14 2016 @@ -1 +1,4 @@ Interface for communicating with the Mongo database in PHP. + +This package has been superseded by mongodb PECL extension, but is +still maintained for bugs and security fixes. --_----------=_1470327314166040--