diff options
author | knu <knu@FreeBSD.org> | 2002-11-06 12:32:32 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-06 12:32:32 +0000 |
commit | eaf253f7a73f3ebef8af20f9248f24e7a06af763 (patch) | |
tree | f50397b575d0923b1a7b77a9e343822592cef6c3 /ports-mgmt/portupgrade-devel/Makefile | |
parent | 5b5b60413bc6a3c595bfb6878ea46b7113300742 (diff) | |
download | FreeBSD-ports-eaf253f7a73f3ebef8af20f9248f24e7a06af763.zip FreeBSD-ports-eaf253f7a73f3ebef8af20f9248f24e7a06af763.tar.gz |
Update to 20021106.
overall:
- Make these work with ruby 1.7.
portupgrade(1):
- Get portupgrade -s to work again.
- Synchronize the failure reason guesser with the latest "processlogs"
script.
- Rename -g/--go-on to -k/--keep-going, on the (vague) analogy of
make(1).
Diffstat (limited to 'ports-mgmt/portupgrade-devel/Makefile')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index cce8533..500008d 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20021103 +PORTVERSION= 20021106 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -18,7 +18,8 @@ DISTVERSION= 20021101 .if ${DISTVERSION} != ${PORTVERSION} PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -PATCHFILES= ${DISTNAME}-${PORTVERSION}.diff.bz2 +PATCHFILES= ${DISTNAME}-20021103.diff.bz2 \ + pkgtools-20021103-${PORTVERSION}.diff.bz2 PATCH_DIST_STRIP= -p1 .endif |