cvs commit: ports/sysutils/portupgrade Makefile distinfo
Norikatsu Shigemura
nork at FreeBSD.org
Sun Jan 1 07:43:37 PST 2006
nork 2006-01-01 15:43:35 UTC
FreeBSD ports repository
Modified files:
sysutils/portupgrade Makefile distinfo
Log:
A happy new year updated to 2.0.0.
(1) Change the versioning scheme of portupgrade.
portupgrade now becomes 2.0.0!
(2) Add FreshPorts support to portcvsweb(1).
You can view CVS history via FreshPorts instead of CVSweb
by using "portcvsweb -F". See the man page of portcvsweb(1) for details.
(3) If the change of the origin is written in MOVED,
portupgrade reads and chases it.
You no longer need to supply the origin of the new pkg by "-o" option.
Example:
When ftp/wget-devel is moved to ftp/wget, previously you had to run,
% portupgrade -o ftp/wget wget
Now, just run
% portupgrade wget
and portupgrade will do what you want to do.
(4) Try to guess the pkg to be upgraded, when no pkgname is supplied
as a command line argument.
This can be done only when the current directory is under $PORTSDIR.
Example:
Running
% cd /usr/ports/ftp/wget
% portupgrade
will upgrade ftp/wget.
(5) The frequency of INDEX generation on official site is now sufficient,
recommend to run "portsdb -F" (fetch INDEX from official site)
instead of "portsdb -U" (make INDEX by yourself) in portsdb(1). [1]
PR: ports/91164
Submitted by: KOMATSU Shinichiro <koma2 at lovepeers.org> (maintainer)
Pointed out by: Enrique Matias <cronopios at gmail dot com> [1]
Revision Changes Path
1.207 +2 -1 ports/sysutils/portupgrade/Makefile
1.157 +3 -3 ports/sysutils/portupgrade/distinfo
More information about the cvs-all
mailing list