diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1997-08-05 01:26:44 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1997-08-05 01:26:44 +0000 |
commit | 577145446e49127a9ea1261f598c0590a4f85580 (patch) | |
tree | e044e772f58698d1e99edee98203980812581772 /net-mgmt/scotty3 | |
parent | 6ef5655e769d0f71b5c48d667ed0dec095c50318 (diff) | |
download | FreeBSD-ports-577145446e49127a9ea1261f598c0590a4f85580.zip FreeBSD-ports-577145446e49127a9ea1261f598c0590a4f85580.tar.gz |
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.
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/scotty3/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/scotty3/files/patch-ac | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 7155680..a54ec73 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 0c21ca8..1f2d4e8 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 40ac4a2..0000000 --- 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 */ |