From owner-cvs-all Tue Dec 18 8:45:58 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 D09E537B41B; Tue, 18 Dec 2001 08:45:42 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBIGjgd18157; Tue, 18 Dec 2001 08:45:42 -0800 (PST) (envelope-from knu) Message-Id: <200112181645.fBIGjgd18157@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 18 Dec 2001 08:45:42 -0800 (PST) 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/12/18 08:45:42 PST Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20011218. portupgrade: - Do not invoke sudo if a command is already run as root. Suggested by: Will Andrews - Fix a bug where the port that's built first is built with wrong make arguments. Reported by: Ollivier Robert - Add a note that ^Z doesn't work to the BUGS section of the man page. pkgdb & portupgrade: - Ignore any empty lines in +REQUIRED_BY. - Speed up dealing with a big file. - Chase a recent Ruby 1.7.x change so they don't produce superfluous empty lines. pkg_fetch & portupgrade: - Make these commands more verbose even if -v/--verbose is not given, so that one can see what is going on. Requested by: Alfred Perlstein pkg_sort: - Make this command actually work. pkgtools.conf: - Fix a typo in comment. Submitted by: Gregory Neil Shapiro Revision Changes Path 1.105 +1 -1 ports/sysutils/portupgrade/Makefile 1.97 +1 -1 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message