diff options
author | knu <knu@FreeBSD.org> | 2001-08-15 17:24:02 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-15 17:24:02 +0000 |
commit | b590973db8fc979ba410578accf3a56af9f5a310 (patch) | |
tree | c0df356d41a48abc862f7e2a9a851e1143ddc62f /sysutils | |
parent | 1370e8a6e09d9382105abbd8658b5492ee8ce4fa (diff) | |
download | FreeBSD-ports-b590973db8fc979ba410578accf3a56af9f5a310.zip FreeBSD-ports-b590973db8fc979ba410578accf3a56af9f5a310.tar.gz |
Update to 20010816 with some enhancements and an important change.
(No bugs have been found in the previous version)
portupgrade, portversion, pkg_deinstall, pkg_glob, portsdb:
- Add a new option -E/--regex, which allows you to use the extended
regular expression instead of the shell glob pattern to specify
packages or ports.
portupgrade:
- [IMPORTANT] Turn -c/--clean and -C/--cleanup on by default.
[Suggested by: Ian Dowse <iedowse@maths.tcd.ie>}
- Now that -c/--clean is on by default, -Fc no longer means
"fetch-only + do distclean before each fetch". Instead, a new
option -D/--distclean is added which can be used with or without
-F/--fetch.
- Add new options -w/--noclean and -W/--nocleanup.
- Always do `make clean-depends' before building dependent ports.
- Add a new option -E/--regex, which allows you to use the extended
regular expression to specify packages.
- Add a long option --use-packages-only for -PP.
- Rewrite the WARNING section of the manpage and mention
pkgdepfix(1) in it.
[Suggested by: Ian Dowse <iedowse@maths.tcd.ie>]
pkg_glob, pkg_deinstall:
- Add back long options.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 1e5af95..8b0cad2 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010814 +PORTVERSION= 20010816 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo index 2ac8b54..0cc5bab 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010814.tar.gz) = 61648d292a21690ba4eff07dde70b294 +MD5 (pkgtools-20010816.tar.gz) = 0516f5f8713e477796347a34fe254f70 diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 1e5af95..8b0cad2 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010814 +PORTVERSION= 20010816 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 2ac8b54..0cc5bab 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010814.tar.gz) = 61648d292a21690ba4eff07dde70b294 +MD5 (pkgtools-20010816.tar.gz) = 0516f5f8713e477796347a34fe254f70 |