diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-28 06:02:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-28 06:02:50 +0000 |
commit | a468b3195ec3bf43d988dcd3a1bc58485c2a54d5 (patch) | |
tree | d6393ff84155ffdfad2804e18d5c93ea7d3ead53 /sysutils/portupgrade/Makefile | |
parent | 9f4a1c6e3023d138081dd452e1c72fe78e78f831 (diff) | |
download | ports-a468b3195ec3bf43d988dcd3a1bc58485c2a54d5.tar.gz ports-a468b3195ec3bf43d988dcd3a1bc58485c2a54d5.zip |
Update to 20020328. This is a mandatory update if you are using
20020327 or later.
portsclean(1):
- Run mv(1) with -f unless -i is given.
This fixes:
PR: ports/36407
Submitted by: Albert Kinderman <albert.kinderman@csun.edu>
If you see portupgrade(1) stop at 'Cleaning out obsolete shared
libraries', hit Ctrl-C (just once) to abort portsclean(1).
Notes
Notes:
svn path=/head/; revision=56776
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 9d9a0bf5752b..ecc09859309d 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20020327.2 +PORTVERSION= 20020328 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -17,7 +17,8 @@ PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} PATCHFILES= ${DISTNAME}-20020327.diff.bz2 \ pkgtools-20020327-20020327.1.diff.bz2 \ - pkgtools-20020327.1-${PORTVERSION}.diff.bz2 + pkgtools-20020327.1-20020327.2.diff.bz2 \ + pkgtools-20020327.2-${PORTVERSION}.diff.bz2 PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org |