diff options
author | asami <asami@FreeBSD.org> | 1999-03-08 09:12:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-08 09:12:21 +0000 |
commit | a25d00be62b7ce23fafc376112c66bf053b2018c (patch) | |
tree | 952cd90c106ddd38064b8c46cd3145bc5ebd0367 /misc/30upgrade | |
parent | 5d2b27c105067d8d41ff855e87a3c658c3b2a88c (diff) | |
download | FreeBSD-ports-a25d00be62b7ce23fafc376112c66bf053b2018c.zip FreeBSD-ports-a25d00be62b7ce23fafc376112c66bf053b2018c.tar.gz |
Change dates. Change BROKEN to IGNORE so it will be ignored even during
parallel package builds.
Update 30upgrade to include fetch. Change comments since it's now chasing
3.1-stable.
Diffstat (limited to 'misc/30upgrade')
-rw-r--r-- | misc/30upgrade/Makefile | 8 | ||||
-rw-r--r-- | misc/30upgrade/pkg-comment | 2 | ||||
-rw-r--r-- | misc/30upgrade/pkg-descr | 2 | ||||
-rw-r--r-- | misc/30upgrade/pkg-plist | 1 |
4 files changed, 7 insertions, 6 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile index 59d68ed..c788f5b 100644 --- a/misc/30upgrade/Makefile +++ b/misc/30upgrade/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: 3.0R to 3.0-current upgrade kit +# New ports collection makefile for: 3.1R to 3.1-stable upgrade kit # Version required: n/a # Date created: 17 Dec 1998 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:20 asami Exp $ # -DISTNAME= 30upgrade-1998.12.17 +DISTNAME= 30upgrade-1998.03.08 CATEGORIES= misc DISTFILES= # empty @@ -15,7 +15,7 @@ MAINTAINER= asami@Freebsd.ORG .include <bsd.port.pre.mk> .if ${OSVERSION} < 300000 -BROKEN= this needs to be built on a 3.0-current system +IGNORE= this needs to be built on a 3.x-stable system .endif NO_MTREE= yes PREFIX= / diff --git a/misc/30upgrade/pkg-comment b/misc/30upgrade/pkg-comment index 8659fcc..bbf3ce2 100644 --- a/misc/30upgrade/pkg-comment +++ b/misc/30upgrade/pkg-comment @@ -1 +1 @@ -A convenience package to upgrade your 3.0 system to 3.0-current for ports. +A convenience package to upgrade your 3.0 system to 3.1-stable for ports. diff --git a/misc/30upgrade/pkg-descr b/misc/30upgrade/pkg-descr index 98ff24d..36ac1a6 100644 --- a/misc/30upgrade/pkg-descr +++ b/misc/30upgrade/pkg-descr @@ -1,5 +1,5 @@ This package will allow you to upgrade your 3.0R system to -3.0-current, so you can compile and use all ports in ports-current. +3.1-stable, so you can compile and use all ports in ports-current. Satoshi asami@freebsd.org diff --git a/misc/30upgrade/pkg-plist b/misc/30upgrade/pkg-plist index 1cc015f..35765a4 100644 --- a/misc/30upgrade/pkg-plist +++ b/misc/30upgrade/pkg-plist @@ -1,3 +1,4 @@ +usr/bin/fetch usr/bin/install-info usr/bin/makeinfo usr/libexec/elf/ld |