From owner-cvs-all Fri Aug 17 0:51:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF73E37B407; Fri, 17 Aug 2001 00:51:41 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7H7pfi79899; Fri, 17 Aug 2001 00:51:41 -0700 (PDT) (envelope-from knu) Message-Id: <200108170751.f7H7pfi79899@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 17 Aug 2001 00:51:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/08/17 00:51:41 PDT Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20010817, with many improvements and some new features. pkg_deinstall/pkg_glob, portupgrade: - Fix the glob expander to exclude not installed packages recorded in +CONTENTS and +REQUIRED_BY files. pkg_deinstall/pkg_glob, portupgrade, portversion: - Properly handle regular expression errors. pkg_glob: - Properly define a signal handler. - Show a better report. portsdb: (overall) - Try doing make INDEX when no INDEX file is present, and if it fails raise an exception. portupgrade: - Add a new option: -L/--log-prefix, with which a user can save a build & installation log file for each port/package. - Show a concise and helpful message for each upgrading error. It now autoatically guesses the reason of each failure using the same algorithm that Ports Wraith's processlogs script uses. - Fix a bug where 'portupgrade -aE' raised an error. portversion: - Support -r/-R/-x as other tools do. - Fix a bug where `portversion -E' raises an error. Revision Changes Path 1.46 +2 -2 ports/sysutils/portupgrade/Makefile 1.43 +1 -1 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message