diff options
author | knu <knu@FreeBSD.org> | 2001-10-29 05:50:20 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-10-29 05:50:20 +0800 |
commit | 4187f71703e9b1b6dc64fa86ff514510c1fe0ea1 (patch) | |
tree | 84bfffea7858cc16c2b7b4b99b0936ae1665a176 /sysutils/portupgrade | |
parent | eb6a70063b633283883da78df66f082bcf580b8c (diff) | |
download | freebsd-ports-gnome-4187f71703e9b1b6dc64fa86ff514510c1fe0ea1.tar.gz freebsd-ports-gnome-4187f71703e9b1b6dc64fa86ff514510c1fe0ea1.tar.zst freebsd-ports-gnome-4187f71703e9b1b6dc64fa86ff514510c1fe0ea1.zip |
Update to 20011029. With this update, the binary package support has
reached the one step higher level. It's *really* powerful. Enjoy! :)
portupgrade:
- Greatly improve the procedure of binary upgrading (-P/-PP):
When a fetched package is not of the latest version:
1) If -PP is given and the package is at least newer than the
current installation, put up with it and do an upgrade.
2) If -PP is given and the package is now newer than the current
installation, give up.
3) Else, fall back to the port.
This way you can now do binary upgrades just as you'd expect.
- Improve the new installation procedure as well.
- Allow using ports glob patterns in the configutation variables
MAKE_ARGS and HOLD_PORTS.
- If a port/package matches multiple entries of MAKE_ARGS, join all
the arguments using the space as separator.
pkg_fetch:
- Introduce a new {environment,configuration} variable PKG_SITES.
You can now specify multiple URI's to fetch packages from.
- When a URI is given, check for the last path component and if it is
not "Latest" or "All", fetch the dependent ports from the same
directory. (-R)
- Do not repeat same error messages.
- Properly reflect the environment variables defined in pkgtools.conf.
pkg_deinstall:
- Add a timestamp hack as well as portupgrade to let the pkgdb engine
properly detect an update of PKG_DBDIR.
pkgdb:
- When the user chooses to delete a dependency, comment the line out
instead of deleting it.
pkgtools.conf:
- Provide some useful predefined constants and functions.
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 44f14db8f907..81ff62fa7dcf 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20011027.1 +PORTVERSION= 20011029 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index fe7c757aa5fb..47186444056f 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011027.1.tar.gz) = c27cacefe4a36556fb9bc0530d84fd90 +MD5 (pkgtools-20011029.tar.gz) = 778168a5c34ff19de04a797473e3486d |