diff options
author | asami <asami@FreeBSD.org> | 1997-03-11 19:42:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-11 19:42:22 +0800 |
commit | 10c0024f6c0915a2b13756a56af02987bcc66231 (patch) | |
tree | 5b1a88793f8067b5ca6a62ec336430f11a58bf5d | |
parent | 0fa5e07e41906b9d5ac91b22a00ed02a0ce7c8b6 (diff) | |
download | freebsd-ports-gnome-10c0024f6c0915a2b13756a56af02987bcc66231.tar.gz freebsd-ports-gnome-10c0024f6c0915a2b13756a56af02987bcc66231.tar.zst freebsd-ports-gnome-10c0024f6c0915a2b13756a56af02987bcc66231.zip |
Upgrade to 5.22.0. Closes PR ports/2935.
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
-rw-r--r-- | lang/expect/Makefile | 10 | ||||
-rw-r--r-- | lang/expect/distinfo | 2 | ||||
-rw-r--r-- | lang/expect/files/patch-aa | 12 | ||||
-rw-r--r-- | lang/expect/pkg-plist | 6 |
4 files changed, 15 insertions, 15 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 5535d043669a..7fd3b1ac398f 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: expect -# Version required: 5.21.7 # Date created: 20 November 1994 # Whom: pst +# Version required: 5.22.0 # -# $Id: Makefile,v 1.16 1997/01/06 10:56:02 max Exp $ +# $Id: Makefile,v 1.17 1997/01/19 14:13:26 asami Exp $ # -DISTNAME= expect-5.21 -PKGNAME= expect-5.21.7 +DISTNAME= expect-5.22 +PKGNAME= expect-5.22.0 CATEGORIES= lang MASTER_SITES= http://expect.nist.gov/ \ ftp://expect.nist.gov/mel/div826/subject/expect/ @@ -28,6 +28,6 @@ test: @(cd ${WRKSRC}; make test) post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/lang/expect/distinfo b/lang/expect/distinfo index b0bc681e7fbf..69a0bb4f8111 100644 --- a/lang/expect/distinfo +++ b/lang/expect/distinfo @@ -1 +1 @@ -MD5 (expect.tar.gz) = dc6001f78aa4f0dc8bd047bfbe38e6a3 +MD5 (expect.tar.gz) = 5a6e1b2709fa57466fca860efa88c34d diff --git a/lang/expect/files/patch-aa b/lang/expect/files/patch-aa index a3ea87759a7d..b883fe70448f 100644 --- a/lang/expect/files/patch-aa +++ b/lang/expect/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Sat Dec 28 03:18:44 1996 -+++ configure Mon Jan 6 18:38:40 1997 -@@ -1159,6 +1159,8 @@ +--- configure.orig Tue Feb 4 09:08:16 1997 ++++ configure Tue Mar 4 12:03:22 1997 +@@ -1161,6 +1161,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' -@@ -5719,15 +5721,17 @@ +@@ -5728,15 +5730,17 @@ EXP_LIB_VERSION=$EXP_VERSION_NODOTS fi @@ -21,7 +21,7 @@ +eval EXP_NONSHARED_LIB_FILE=libexpect${TCL_UNSHARED_LIB_SUFFIX} echo $ac_n "checking for type of library to build""... $ac_c" 1>&6 - echo "configure:5728: checking for type of library to build" >&5 + echo "configure:5737: checking for type of library to build" >&5 -if test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; then +if test "$enable_shared" = "yes" -a "x${TCL_SHARED_LIB_SUFFIX}" != "x" ; then EXP_SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS @@ -30,7 +30,7 @@ EXP_LIB_FILE=$EXP_SHARED_LIB_FILE EXP_LIB_FILES="$EXP_SHARED_LIB_FILE $EXP_NONSHARED_LIB_FILE" echo "$ac_t""both shared and nonshared" 1>&6 -@@ -5899,6 +5903,7 @@ +@@ -5908,6 +5912,7 @@ s%@TK_LIB_SPEC@%$TK_LIB_SPEC%g s%@CC@%$CC%g s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g diff --git a/lang/expect/pkg-plist b/lang/expect/pkg-plist index 0814385d7fc8..b25bc1dc2ce2 100644 --- a/lang/expect/pkg-plist +++ b/lang/expect/pkg-plist @@ -24,9 +24,9 @@ include/Dbg.h include/expect.h include/expect_comm.h include/expect_tcl.h -lib/expect5.21/pkgIndex.tcl -lib/libexpect521.a -lib/libexpect521.so.1.0 +lib/expect5.22/pkgIndex.tcl +lib/libexpect522.a +lib/libexpect522.so.1.0 man/man1/autoexpect.1.gz man/man1/cryptdir.1.gz man/man1/decryptdir.1.gz |