aboutsummaryrefslogtreecommitdiffstats
path: root/misc/32upgrade
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-05-21 05:14:39 +0800
committerasami <asami@FreeBSD.org>1999-05-21 05:14:39 +0800
commit0d9cf719ad6de5377f01447bbb6beccf141e94b7 (patch)
treeb564caa92b5f88bfddeed9298b07c137f3920a8e /misc/32upgrade
parentfc6f6ae54107e8fedf63ec0e8e6fc168dee49434 (diff)
downloadfreebsd-ports-gnome-0d9cf719ad6de5377f01447bbb6beccf141e94b7.tar.gz
freebsd-ports-gnome-0d9cf719ad6de5377f01447bbb6beccf141e94b7.tar.zst
freebsd-ports-gnome-0d9cf719ad6de5377f01447bbb6beccf141e94b7.zip
Update dates to May 20. Consistently use "3-stable" to refer to the
branch so I don't have to keep updating the name every time a new release comes out.
Diffstat (limited to 'misc/32upgrade')
-rw-r--r--misc/32upgrade/Makefile4
-rw-r--r--misc/32upgrade/pkg-comment2
-rw-r--r--misc/32upgrade/pkg-descr2
3 files changed, 4 insertions, 4 deletions
diff --git a/misc/32upgrade/Makefile b/misc/32upgrade/Makefile
index b712b780bcae..d2dc41f190cd 100644
--- a/misc/32upgrade/Makefile
+++ b/misc/32upgrade/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 May 1999
# Whom: asami
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/20 20:46:28 asami Exp $
#
DISTNAME= 32upgrade-1999.05.20
@@ -17,7 +17,7 @@ MAINTAINER= asami@Freebsd.ORG
.if !defined(PACKAGE_BUILDING)
BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade
.elif ${OSVERSION} < 320000
-FORBIDDEN= this needs to be built on a 3.2-stable system
+FORBIDDEN= this needs to be built on a 3-stable system
.endif
NO_MTREE= yes
PREFIX= /
diff --git a/misc/32upgrade/pkg-comment b/misc/32upgrade/pkg-comment
index 5da9104fd538..51403148e9b2 100644
--- a/misc/32upgrade/pkg-comment
+++ b/misc/32upgrade/pkg-comment
@@ -1 +1 @@
-A convenience package to upgrade your 3.2 system to 3.2-stable for ports.
+A convenience package to upgrade your 3.2 system to 3-stable for ports.
diff --git a/misc/32upgrade/pkg-descr b/misc/32upgrade/pkg-descr
index 08494159e61b..cdbd0fe26223 100644
--- a/misc/32upgrade/pkg-descr
+++ b/misc/32upgrade/pkg-descr
@@ -1,5 +1,5 @@
This package will allow you to upgrade your 3.2R system to
-3.2-stable, so you can compile and use all ports in ports-current.
+3-stable, so you can compile and use all ports in ports-current.
Satoshi
asami@freebsd.org