summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1997-08-05 01:26:44 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1997-08-05 01:26:44 +0000
commit70601ac7bf7bbbe57ac1e2c9aba12ac792444c29 (patch)
tree1669e24d4cbb5f68a82408aa8d64d63df10435d1 /net-mgmt
parentCorrect comment in header (diff)
While I'm here, update to 2.1.6. No major changes, seems primarily to
be for support of TCL 8. patch-ac is now part of the dist.
Notes
Notes: svn path=/head/; revision=7477
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/scotty3/Makefile6
-rw-r--r--net-mgmt/scotty3/distinfo2
-rw-r--r--net-mgmt/scotty3/files/patch-ac10
3 files changed, 4 insertions, 14 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile
index 71556807e197..a54ec73ccabf 100644
--- a/net-mgmt/scotty3/Makefile
+++ b/net-mgmt/scotty3/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: scotty
-# Version required: 2.1.5
+# Version required: 2.1.6
# Date created: 18 Februar 1995
# Whom: Gennady Sorokopud <gena@netvision.net.il>
#
-# $Id: Makefile,v 1.18 1997/04/20 13:19:38 wosch Exp $
+# $Id: Makefile,v 1.19 1997/08/05 01:10:59 gpalmer Exp $
#
-DISTNAME= scotty-2.1.5
+DISTNAME= scotty-2.1.6
CATEGORIES= net tk41
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
diff --git a/net-mgmt/scotty3/distinfo b/net-mgmt/scotty3/distinfo
index 0c21ca80086d..1f2d4e8e14f3 100644
--- a/net-mgmt/scotty3/distinfo
+++ b/net-mgmt/scotty3/distinfo
@@ -1 +1 @@
-MD5 (scotty-2.1.5.tar.gz) = 0915a64afda98b948a719cfb6d06799b
+MD5 (scotty-2.1.6.tar.gz) = 1c6f28dc959250508bb3323aba401560
diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac
deleted file mode 100644
index 40ac4a2358ad..000000000000
--- a/net-mgmt/scotty3/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- ../tnm/generic/tnmPort.h Tue Aug 6 13:49:19 1996
-+++ ../tnm/generic/tnmPort.h Thu Mar 6 17:10:29 1997
-@@ -20,4 +20,7 @@
- # include "../../unix/tnmUnixPort.h"
- #endif
-
-+#ifndef INADDR_LOOPBACK
-+#define INADDR_LOOPBACK 0x7f000001
-+#endif
- #endif /* _TNMPORT */