summaryrefslogtreecommitdiff
path: root/comms/kermit
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-16 21:57:39 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-16 21:57:39 +0000
commit05f5687d24cc72c0ee8af9e598f0089e08b82c0a (patch)
tree7dc424f22ff4ad70f6a86816de852dc0251bead9 /comms/kermit
parentPut a trailing slash to the MASTER_SITE specification, so that the ncftp (diff)
The c-kermit 189 does no longer exist, update it to the version 190.
The patches also need an update.
Notes
Notes: svn path=/head/; revision=386
Diffstat (limited to 'comms/kermit')
-rw-r--r--comms/kermit/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile
index b227d5486fed..6f1271e7aaf5 100644
--- a/comms/kermit/Makefile
+++ b/comms/kermit/Makefile
@@ -1,11 +1,12 @@
# New ports collection makefile for: kermit
-# Version required: 5A(189(
+# Version required: 5A(190)
# Date created: Oct 27, 1994
# Whom: pst
+# Changed: ats, Nov 16, 1994
#
-MASTER_SITES= ftp://kermit.columbia.edu/kermit/bin/
-DISTNAME= cku189
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/
+DISTNAME= cku190
+EXTRACT_SUFX= .tar.gz
NO_WRKSUBDIR=
.include <bsd.port.mk>