From owner-cvs-all@FreeBSD.ORG Wed Jul 28 17:25:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C1516A4DC; Wed, 28 Jul 2004 17:25:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC74B43D68; Wed, 28 Jul 2004 17:25:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6SHPM2h004172; Wed, 28 Jul 2004 17:25:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6SHPM2H004171; Wed, 28 Jul 2004 17:25:22 GMT (envelope-from pav) Message-Id: <200407281725.i6SHPM2H004171@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 28 Jul 2004 17:25:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portindex Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 17:25:23 -0000 pav 2004-07-28 17:25:22 UTC FreeBSD ports repository Modified files: sysutils/portindex Makefile distinfo Log: - Update to 18 1. Dependences expanding is faster and uses less stack 2. query script is slightly more intelligent in searching for correct or suggested package names 3. Added versioning support to portindex.pck file. You will no longer need to delete this file by hand -- program can now handle this itself. Your database will be full-rebuilded while updating to v18. 4. Fixed crash in updateall script on deleted ports due to unsatisfied depends. 5. minorupdates config option is back PR: ports/69715 Submitted by: Radim Kolar (maintainer) Revision Changes Path 1.10 +4 -1 ports/sysutils/portindex/Makefile 1.7 +2 -2 ports/sysutils/portindex/distinfo