diff options
author | knu <knu@FreeBSD.org> | 2001-05-31 11:32:59 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-31 11:32:59 +0800 |
commit | 77cf08f34d7bf88972f7365e695eed70acb9615c (patch) | |
tree | a22a89d6f96fa0ff061c52c24d0426dd2b930832 /sysutils/portupgrade | |
parent | 1c08de30eed394fb97054e2f22f8aced8b8cda65 (diff) | |
download | freebsd-ports-gnome-77cf08f34d7bf88972f7365e695eed70acb9615c.tar.gz freebsd-ports-gnome-77cf08f34d7bf88972f7365e695eed70acb9615c.tar.zst freebsd-ports-gnome-77cf08f34d7bf88972f7365e695eed70acb9615c.zip |
Update portupgrade to 1.31 and portversion to 1.7.
* Fix the Makefile/PKGNAME error detection.
[Reported by: Tadayuki OKADA <tadayuki@mediaone.net>]
* Implement -y/--yield which yields root priledges where needed.
* Implement -Y/--yield-command which specifies the command to yield
root priledges. (default: sudo)
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/pkg-descr | 15 |
3 files changed, 6 insertions, 15 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 13ff9e98219a..a4fbfa670d10 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,12 +6,12 @@ # PORTNAME= portupgrade -PORTVERSION= 1.29 +PORTVERSION= 1.31 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ MASTER_SITE_SUBDIR= knu -DISTNAME= pkgtools-20010530d +DISTNAME= pkgtools-20010531 MAINTAINER= knu@FreeBSD.org diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 8a4b5d82bf55..8f970b09c28a 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010530d.tar.gz) = 8f0bb6b84ded3f35552440917ae7833d +MD5 (pkgtools-20010531.tar.gz) = 440b75639e940b82f879ce2c045043ea diff --git a/sysutils/portupgrade/pkg-descr b/sysutils/portupgrade/pkg-descr index b887c8f95abe..f648ab0cdf40 100644 --- a/sysutils/portupgrade/pkg-descr +++ b/sysutils/portupgrade/pkg-descr @@ -3,16 +3,7 @@ Portupgrade is a tool to upgrade installed packages via the port. It upgrades ports without reinstalling dependent packages by directly modifying the package info recorded in the files under /var/db/pkg. -The procedures it takes is shown as follows: +You may want to use portversion which is a replacement of +pkg_version(8) optimized and cooperative with portupgrade. - 1. Build the corresponding port of the given installed package - 2. Fix the dependency info of the ones which depends on the given - package - 3. Save the +REQUIRED_BY list of the given package - 4. Uninstall the given package forcibly if -u is specified - 5. Install the new version via the port (built in <1>) - 6. Restore the +REQUIRED_BY list (saved in <3>) - -The usage can be shown by running it without arguments or with a -h. - -Author: Akinori MUSHA <knu@FreeBSD.org> +Author: Akinori MUSHA <knu@FreeBSD.org> |