pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/kermit update to 8.0.211



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d49761bbf87
branches:  trunk
changeset: 473055:3d49761bbf87
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Apr 15 18:14:52 2004 +0000

description:
update to 8.0.211
C-Kermit 8.0.211 is a "stability release" -- mostly bug fixes, only a
handful of new features:
    INPUT /NOMATCH timeout (waits for the entire interval without trying
     to match anything; useful for scripted logging).
    SET INPUT SCALE-FACTOR (lets you scale INPUT timeouts); \v(inscale),
     SHOW INPUT.
    ASK[Q] and GETOK /DEFAULT:text (lets you supply default answer).
    FREAD /TRIM and FREAD /UNTABIFY.
    \funtabify(string).
    ON_CD macro (if you define one, it executes automatically whenever
     you tell Kermit to change directories).

diffstat:

 comms/kermit/Makefile         |   7 +++----
 comms/kermit/PLIST            |   4 ++--
 comms/kermit/distinfo         |   8 ++++----
 comms/kermit/patches/patch-aa |  24 ++++++++++++------------
 4 files changed, 21 insertions(+), 22 deletions(-)

diffs (84 lines):

diff -r 8450e1988860 -r 3d49761bbf87 comms/kermit/Makefile
--- a/comms/kermit/Makefile     Thu Apr 15 18:10:06 2004 +0000
+++ b/comms/kermit/Makefile     Thu Apr 15 18:14:52 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2004/03/30 21:04:21 tron Exp $
+# $NetBSD: Makefile,v 1.53 2004/04/15 18:14:52 drochner Exp $
 
-DISTNAME=      cku209
-PKGNAME=       kermit-8.0.209
-PKGREVISION=   4
+DISTNAME=      cku211
+PKGNAME=       kermit-8.0.211
 CATEGORIES=    comms
 MASTER_SITES=  ftp://kermit.columbia.edu/kermit/archives/
 
diff -r 8450e1988860 -r 3d49761bbf87 comms/kermit/PLIST
--- a/comms/kermit/PLIST        Thu Apr 15 18:10:06 2004 +0000
+++ b/comms/kermit/PLIST        Thu Apr 15 18:14:52 2004 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2003/04/11 12:01:25 darcy Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/04/15 18:14:52 drochner Exp $
 bin/kermit
 share/doc/kermit/ckaaaa.txt
-share/doc/kermit/ckc209.txt
+share/doc/kermit/ckc211.txt
 share/doc/kermit/ckcbwr.txt
 share/doc/kermit/ckccfg.txt
 share/doc/kermit/ckcplm.txt
diff -r 8450e1988860 -r 3d49761bbf87 comms/kermit/distinfo
--- a/comms/kermit/distinfo     Thu Apr 15 18:10:06 2004 +0000
+++ b/comms/kermit/distinfo     Thu Apr 15 18:14:52 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2003/07/02 20:37:35 kim Exp $
+$NetBSD: distinfo,v 1.10 2004/04/15 18:14:52 drochner Exp $
 
-SHA1 (cku209.tar.gz) = f98febc545b8826ab29a8f035860c7ab428de73e
-Size (cku209.tar.gz) = 2876409 bytes
-SHA1 (patch-aa) = b0b602c2d8147a0c3c4b604e5f0c6e42f7c45348
+SHA1 (cku211.tar.gz) = a08f0ff3286aed4fb89730c712a8a2717003fc54
+Size (cku211.tar.gz) = 2875867 bytes
+SHA1 (patch-aa) = 376dc03cc9f75322f2fda308b268c70a13ebba8a
 SHA1 (patch-ab) = 24032ad61815ce88e8638d0bbcdaf86175b9715b
diff -r 8450e1988860 -r 3d49761bbf87 comms/kermit/patches/patch-aa
--- a/comms/kermit/patches/patch-aa     Thu Apr 15 18:10:06 2004 +0000
+++ b/comms/kermit/patches/patch-aa     Thu Apr 15 18:14:52 2004 +0000
@@ -1,19 +1,19 @@
-$NetBSD: patch-aa,v 1.6 2003/07/02 20:37:35 kim Exp $
+$NetBSD: patch-aa,v 1.7 2004/04/15 18:14:52 drochner Exp $
 
---- makefile.orig      2003-03-30 17:04:31.000000000 -0500
-+++ makefile   2003-07-02 15:55:44.000000000 -0400
-@@ -735,8 +735,8 @@
+--- makefile.orig      2004-04-11 19:21:42.000000000 +0200
++++ makefile   2004-04-14 15:42:12.000000000 +0200
+@@ -745,8 +745,8 @@
  K5INC=-I/usr/kerberos/include
- SRPLIB=-L/usr/local/lib
- SRPINC=-I/usr/local/include
--SSLLIB=-L/usr/local/ssl/lib
--SSLINC=-I/usr/local/ssl/include
-+#SSLLIB=-L/usr/local/ssl/lib
-+#SSLINC=-I/usr/local/ssl/include
+ SRPLIB=-L$(srproot)/lib
+ SRPINC=-I$(srproot)/include
+-SSLLIB=-L$(sslroot)/ssl/lib
+-SSLINC=-I$(sslroot)/ssl/include
++#SSLLIB=-L$(sslroot)/ssl/lib
++#SSLINC=-I$(sslroot)/ssl/include
  #
  # aix41+krb5+krb4:                    IBM AIX 4.1 with Kerberos IV and V
  # aix43gcc+krb5+krb4:                 IBM AIX 4.3 built with gcc, ditto
-@@ -1773,6 +1773,16 @@
+@@ -1821,6 +1821,16 @@
        -DCK_DTRCD -DCK_DTRCTS -DTPUTSARGTYPE=int -DFNFLOAT $(KFLAGS) -O" \
        "LIBS= -lcurses -lcrypt -lm $(LIBS)"
  
@@ -27,6 +27,6 @@
 +      -DCK_DTRCD -DCK_DTRCTS -DTPUTSARGTYPE=int -DFNFLOAT $(KFLAGS) -O" \
 +      "LIBS= -lcurses -lcrypt $(SSLLIB) -lssl -lcrypto -lm $(LIBS)"
 +
- #NetBSD 1.5.x in which the return type of the function pointer that is the 
+ #NetBSD 1.5.x in which the return type of the function pointer that is the
  #third argument of tputs() was changed from void to int...  The regular NetBSD
  #target builds OK here but this one eliminates the (harmless) warning.



Home | Main Index | Thread Index | Old Index