Date: Tue, 3 Jan 2006 16:57:46 +0000 (UTC) From: Norikatsu Shigemura <nork@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-plist ports/sysutils/portupgrade/files patch-lib-portsdb.rb Message-ID: <200601031657.k03Gvkbi097595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nork 2006-01-03 16:57:46 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile distinfo pkg-plist Removed files: sysutils/portupgrade/files patch-lib-portsdb.rb Log: Update to 2.0.1. * portversion(1) also reads MOVED and trace origin change, and, when invoked with "-v", displays the new origin. Example: % portversion -v screen screen-4.0.2_2 < needs updating (port has 4.0.2_3) (=> 'sysutils/screen') * Add "--ignore-moved" to portupgrade(1) and portversion(1). When invoked with this option, both programs totally ignore MOVED. If you encounter strange behaviour of these programs, try this out. * Add IGNORE_MOVED option to pkgtools.conf. This can be used to selectively ignore MOVED by pkgs. See pkgtools.conf.sample for details. * Keep the order of MOVED entries, and do not trace back to old entries. Previously, when encounters the following entries, editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location portupgrade traces as "editors/emacs21" -> "editors/emacs" -> "editors/emacs19". I thought this behavior should not be what we want to, so added this change. PR: ports/91272 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Revision Changes Path 1.209 +2 -2 ports/sysutils/portupgrade/Makefile 1.158 +3 -3 ports/sysutils/portupgrade/distinfo 1.2 +0 -16 ports/sysutils/portupgrade/files/patch-lib-portsdb.rb (dead) 1.31 +1 -0 ports/sysutils/portupgrade/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601031657.k03Gvkbi097595>