diff options
author | nork <nork@FreeBSD.org> | 2006-01-01 23:43:35 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-01-01 23:43:35 +0800 |
commit | 969ae18ae61da33dae62779e41b76b622aea4322 (patch) | |
tree | b0753810b43beb37548e35bb768e22f81b42e7ae /ports-mgmt/portupgrade-devel | |
parent | 10dbbccba42912841793373b262e511f91283396 (diff) | |
download | freebsd-ports-graphics-969ae18ae61da33dae62779e41b76b622aea4322.tar.gz freebsd-ports-graphics-969ae18ae61da33dae62779e41b76b622aea4322.tar.zst freebsd-ports-graphics-969ae18ae61da33dae62779e41b76b622aea4322.zip |
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@lovepeers.org> (maintainer)
Pointed out by: Enrique Matias <cronopios at gmail dot com> [1]
Diffstat (limited to 'ports-mgmt/portupgrade-devel')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 73885670b4c..ad357afea68 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -6,8 +6,9 @@ # PORTNAME= portupgrade -PORTVERSION= 20051204 +PORTVERSION= 2.0.0 PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://dists.lovepeers.org/distfiles/portupgrade/ DISTNAME= pkgtools-${DISTVERSION} diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index 0775417b574..207b6494a34 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (pkgtools-20051204.tar.bz2) = 9c90481860f80d80f856ec72907ea730 -SHA256 (pkgtools-20051204.tar.bz2) = d118d5fb63a06217b61b06b1d0349413a131044d96cfe187da7da7a7bfd83867 -SIZE (pkgtools-20051204.tar.bz2) = 105771 +MD5 (pkgtools-2.0.0.tar.bz2) = 95b496794b27ee6b4ca3308ca7c738b1 +SHA256 (pkgtools-2.0.0.tar.bz2) = adab18918dff6190a9a29035e77521975a2acd4359754309548c026416d21aa0 +SIZE (pkgtools-2.0.0.tar.bz2) = 106316 |