diff options
author | Steve Price <steve@FreeBSD.org> | 1998-05-25 20:01:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-05-25 20:01:14 +0000 |
commit | bf59294b069ca3afe6b80e8fe5280765a5f49e68 (patch) | |
tree | abad0a519d7ffecfbdb5e4dd49c26963f403fbaa /lang/expect | |
parent | 8f202caed1f205f79e2054aab8171e12eff6c0a4 (diff) | |
download | ports-bf59294b069ca3afe6b80e8fe5280765a5f49e68.tar.gz ports-bf59294b069ca3afe6b80e8fe5280765a5f49e68.zip |
Notes
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 15 | ||||
-rw-r--r-- | lang/expect/distinfo | 2 | ||||
-rw-r--r-- | lang/expect/files/patch-aa | 8 | ||||
-rw-r--r-- | lang/expect/pkg-plist | 10 |
4 files changed, 16 insertions, 19 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 86a435dcb166..f3b9c5d83ace 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,23 +1,20 @@ # New ports collection makefile for: expect # Date created: 20 November 1994 # Whom: pst -# Version required: 5.25 +# Version required: 5.26 # -# $Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp $ +# $Id: Makefile,v 1.30 1998/02/18 06:28:34 asami Exp $ # # Note this file is included from japanese/extract/Makefile -DISTNAME= expect -PKGNAME?= expect-5.25 -CATEGORIES?= lang tcl80 tk80 -MASTER_SITES= http://expect.nist.gov/ +DISTNAME= expect-5.26 +CATEGORIES= lang tcl80 tk80 +MASTER_SITES= http://peloton.physics.montana.edu/handy/ -MAINTAINER?= ports@freebsd.org +MAINTAINER= ports@freebsd.org LIB_DEPENDS?= tk80\\.1:${PORTSDIR}/x11/tk80 -WRKSRC= ${WRKDIR}/expect-5.25 - GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ --with-tclconfig=${PREFIX}/lib/tcl8.0 \ diff --git a/lang/expect/distinfo b/lang/expect/distinfo index 9c453ad02104..e2a57b930d66 100644 --- a/lang/expect/distinfo +++ b/lang/expect/distinfo @@ -1 +1 @@ -MD5 (expect.tar.gz) = f64a719737b0b012f8bbee115a6b9a72 +MD5 (expect-5.26.tar.gz) = e3be881aa610f130f77158e12b515844 diff --git a/lang/expect/files/patch-aa b/lang/expect/files/patch-aa index eafa9faa5d67..cc98fc45418f 100644 --- a/lang/expect/files/patch-aa +++ b/lang/expect/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Sun Sep 28 19:23:25 1997 -+++ configure Fri Dec 5 11:39:17 1997 +--- configure.orig Mon May 18 15:22:13 1998 ++++ configure Sun May 24 14:03:56 1998 @@ -1236,6 +1236,8 @@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' @@ -9,7 +9,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -@@ -5845,7 +5847,7 @@ +@@ -5902,7 +5904,7 @@ if test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; then EXP_SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS # EXP_SHARED_LIB_FILE=libexpect$EXP_LIB_VERSION$TCL_SHLIB_SUFFIX @@ -18,7 +18,7 @@ EXP_LIB_FILE=$EXP_SHARED_LIB_FILE EXP_LIB_FILES="$EXP_SHARED_LIB_FILE $EXP_UNSHARED_LIB_FILE" echo "$ac_t""both shared and unshared" 1>&6 -@@ -6008,17 +6010,18 @@ +@@ -6099,17 +6101,18 @@ s%@TCL_SHLIB_LD@%$TCL_SHLIB_LD%g s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g s%@TCL_LD_FLAGS@%$TCL_LD_FLAGS%g diff --git a/lang/expect/pkg-plist b/lang/expect/pkg-plist index 206086974c3c..42f5d9e13bd1 100644 --- a/lang/expect/pkg-plist +++ b/lang/expect/pkg-plist @@ -24,10 +24,10 @@ include/Dbg.h include/expect.h include/expect_comm.h include/expect_tcl.h -lib/expect5.25/pkgIndex.tcl -lib/expect5.25/libexpect525.a -lib/libexpect525.a -lib/libexpect525.so.1.2 +lib/expect5.26/pkgIndex.tcl +lib/expect5.26/libexpect526.a +lib/libexpect526.a +lib/libexpect526.so.1.2 man/man1/autoexpect.1.gz man/man1/cryptdir.1.gz man/man1/decryptdir.1.gz @@ -41,4 +41,4 @@ man/man1/tknewsbiff.1.gz man/man1/unbuffer.1.gz man/man1/xkibitz.1.gz man/man3/libexpect.3.gz -@dirrm lib/expect5.25 +@dirrm lib/expect5.26 |