diff options
author | knu <knu@FreeBSD.org> | 2001-08-29 10:06:58 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-29 10:06:58 +0000 |
commit | a57a9cafe0468f16bc72db093466a9e49bf55151 (patch) | |
tree | 0c9d355cdbbbb2e9901451e6ae13c3b84da3f50c /sysutils/portupgrade-devel/Makefile | |
parent | 398058db615958aa94571b627e291ab1063a792a (diff) | |
download | FreeBSD-ports-a57a9cafe0468f16bc72db093466a9e49bf55151.zip FreeBSD-ports-a57a9cafe0468f16bc72db093466a9e49bf55151.tar.gz |
Update to 20010829.1. Not a really mandatory update.
portupgrade:
- Make portupgrade download packages using pkg_fetch(1) when -FP is
given. (also aware of -R, -f and -v)
pkg_fetch:
- Be more intelligent and try All and Latest in the proper order.
- Return a non-zero status value when some are failed.
- Change -r to -R, since it recurses upwards through dependencies.
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 7e2a4e0..7cc0120 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010829 +PORTVERSION= 20010829.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ |