Someone deleted the 2.2.2 packages from ftp.freeebsd.org and

renamed the directory packages-2.1.6 to packages-2.1.7.
This commit is contained in:
Wolfram Schneider 1998-01-06 19:43:58 +00:00
parent 9fc0689a09
commit 3fe7f2a8d0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2339
2 changed files with 6 additions and 10 deletions

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: ports.cgi,v 1.9 1997-10-24 13:50:01 wosch Exp $
# $Id: ports.cgi,v 1.10 1998-01-06 19:43:58 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -60,9 +60,8 @@ sub init_variables {
(
'current', "$p/packages-current/All",
'stable', "$p/packages-stable/All",
'2.2.2', "$p/packages-2.2.2/All",
'2.2.5', "$p/packages-2.2.5/All",
'2.1.6', "$p/packages-2.1.6/All",
'2.1.7', "$p/packages-2.1.7/All",
'2.1.0', "$p/packages-2.1/All",
);
@ -71,8 +70,7 @@ sub init_variables {
'current', 'today',
'stable', 'today',
'2.2.5', '1997-10-20',
'2.2.2', '1997-5-16',
'2.1.6', '1997-11-16',
'2.1.7', '1997-11-16',
'2.1.0', '1997-11-19',
);

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: ports.cgi,v 1.9 1997-10-24 13:50:01 wosch Exp $
# $Id: ports.cgi,v 1.10 1998-01-06 19:43:58 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -60,9 +60,8 @@ sub init_variables {
(
'current', "$p/packages-current/All",
'stable', "$p/packages-stable/All",
'2.2.2', "$p/packages-2.2.2/All",
'2.2.5', "$p/packages-2.2.5/All",
'2.1.6', "$p/packages-2.1.6/All",
'2.1.7', "$p/packages-2.1.7/All",
'2.1.0', "$p/packages-2.1/All",
);
@ -71,8 +70,7 @@ sub init_variables {
'current', 'today',
'stable', 'today',
'2.2.5', '1997-10-20',
'2.2.2', '1997-5-16',
'2.1.6', '1997-11-16',
'2.1.7', '1997-11-16',
'2.1.0', '1997-11-19',
);