summaryrefslogtreecommitdiff
path: root/lang/tk-expect/Makefile
diff options
context:
space:
mode:
authorjwise <jwise>2001-10-24 23:40:02 +0000
committerjwise <jwise>2001-10-24 23:40:02 +0000
commit149784bc544d6bb302593060bc1b016a3b5ae9c9 (patch)
treeb7b5577baa3a6cd3272cc8ed1a0e349c4654b4dc /lang/tk-expect/Makefile
parent973189f9135fdd558ae1245181918d2289fce5b4 (diff)
downloadpkgsrc-149784bc544d6bb302593060bc1b016a3b5ae9c9.tar.gz
Update the tcl-expect packages to be based on expect-5.33.
Changes from 5.32.1 (the last pkgsrc version): 10/1/01 5.33.0 <mark@doradosoftware.com> found that expect's diagnostics didn't include the "no" after testing for a full buffer. Hemang Lavana <hlavana@cisco.com> noted that "debug" (Dbg_On) calls didn't always force the debugger into step mode. Martin Kammerhofer <dada@sbox.tugraz.at> noted that the man page neglected to document interpreter -eof. Chris Clare <clarec@nortelnetworks.com> provided fix for multiple decl in C lib. Sheng Wang <wangs@sh.bel.alcatel.be> found interact's can-match code had broken. It was missing the special hook that Henry had added just for this purpose. How strange. Dieter Fiebelkorn <dieter@fiebelkorn.net> requested addition to config.guess for Power*Macintosh:Darwin for MacOSX. Aside - to download latest config.guess: cvs -d :pserver:anoncvs@subversions.gnu.org:/cvs checkout \ config Added pipeline example to unbuffer man page. 8/4/00 5.32.2 Allen J. Newton <anewton@alturia.fleet.org> provided code for generating passwords with special characters in mkpasswd. Brent Welch <welch@ajubasolutions.com> changed the fix1line install script so that "autoexpect" and other scripts that get installed into the platform-independent bin directory generically invoke "expect" from the users PATH instead of hardwiring the platform-specific expect pathname.
Diffstat (limited to 'lang/tk-expect/Makefile')
-rw-r--r--lang/tk-expect/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile
index b1f356c8473..27fcc0c1207 100644
--- a/lang/tk-expect/Makefile
+++ b/lang/tk-expect/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2001/05/29 12:23:44 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/24 23:40:03 jwise Exp $
#
DISTNAME= expect
-PKGNAME= tk-expect-5.32.1
+PKGNAME= tk-expect-5.33
CATEGORIES= lang
MASTER_SITES= http://expect.nist.gov/
@@ -11,10 +11,10 @@ HOMEPAGE= http://expect.nist.gov/
COMMENT= tcl interpreter with both the expect and tk extensions built in
DEPENDS+= tk>=8.3.2:../../x11/tk
-DEPENDS+= tcl-expect-5.32.1:../../lang/tcl-expect
+DEPENDS+= tcl-expect-5.33:../../lang/tcl-expect
-WRKSRC= ${WRKDIR}/expect-5.32
-DIST_SUBDIR= expect-5.32.1
+WRKSRC= ${WRKDIR}/expect-5.33
+DIST_SUBDIR= expect-5.33
DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo
PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches