diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 12:33:58 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 12:33:58 +0800 |
commit | 9d254efded4ab7544590119a6ae9e7076a6d7893 (patch) | |
tree | f4597fcb4a1d52ce52d9c32320de13a3d9533969 /ports-mgmt/portupgrade-devel | |
parent | 4de1ff896fde50b71b354fceab92020341970c52 (diff) | |
download | freebsd-ports-gnome-9d254efded4ab7544590119a6ae9e7076a6d7893.tar.gz freebsd-ports-gnome-9d254efded4ab7544590119a6ae9e7076a6d7893.tar.zst freebsd-ports-gnome-9d254efded4ab7544590119a6ae9e7076a6d7893.zip |
Update to 20010912.
portupgrade:
- Add a new option -b/--backup-packages, which keeps backup packages
of the old versions'.
Requested by: mistral@imasy.or.jp (Yoshihiko SARUMARU)
pkg_fetch:
- Accept a full URI as well.
- Do not try both All and Latest; now one must put an @ at the end
of a package name if one wants to omit the version part.
("cyrus-sasl@", etc.)
- Obsolete the PACKAGEBASE environment variable.
- If -f is specified, remove existing packages if they are corrupt.
- Do not depend on the ports database.
portsclean:
- Fix the command line help regarding -D and -DD.
Submitted by: Jimmy Olgeni <olgeni@uli.it>
compdefs:
- Fix stupid bugs in the zsh compdefs.
Diffstat (limited to 'ports-mgmt/portupgrade-devel')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index e3c6dddbd338..2e86e365de3d 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -6,15 +6,15 @@ # PORTNAME= portupgrade -PORTVERSION= 20010906a +PORTVERSION= 20010912 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${PORTVERSION:S/a$//} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= pkgtools-${PORTVERSION}.patch.gz +#PATCH_SITES= ${MASTER_SITES} +#PATCHFILES= pkgtools-${PORTVERSION}.patch.gz MAINTAINER= knu@FreeBSD.org diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index 19260dcf43dc..e2ea9db9784e 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1,2 +1 @@ -MD5 (pkgtools-20010906.tar.gz) = a3f4ccb4c531c61f2eaad23ff2be585c -MD5 (pkgtools-20010906a.patch.gz) = 3b59f239d144b71cb43432a6860ac1d3 +MD5 (pkgtools-20010912.tar.gz) = 1f9ebd7d48610edae0f5bec6fc121b3b |