summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-10 04:07:07 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-10 04:07:07 +0000
commit40e26efbb595c90b5081bedbc388483ae062511a (patch)
tree3d07aaae72aac56ca86f63e1c302655fa4899c16 /lang
parentUpdate to version 2.4.7. (diff)
Update to version 5.28.
PR: 8173 Submitted by: Brain Handy <handy@physics.montana.edu>
Notes
Notes: svn path=/head/; revision=13823
Diffstat (limited to 'lang')
-rw-r--r--lang/expect/Makefile12
-rw-r--r--lang/expect/distinfo2
-rw-r--r--lang/expect/pkg-plist13
3 files changed, 13 insertions, 14 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index da08e3bb7c33..87a39bc90732 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: expect
# Date created: 20 November 1994
# Whom: pst
-# Version required: 5.26
+# Version required: 5.28
#
-# $Id: Makefile,v 1.35 1998/09/25 10:05:08 asami Exp $
+# $Id: Makefile,v 1.36 1998/10/05 05:02:28 steve Exp $
#
# Note this file is included from japanese/expect/Makefile
-DISTNAME= expect-5.26
+DISTNAME= expect-5.28
CATEGORIES= lang tcl80 tk80
MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/
@@ -29,13 +29,13 @@ MAN3= libexpect.3
.endif
post-install:
- ${LN} -sf ${SOLIB} ${PREFIX}/lib/libexpect526.so
+ ${LN} -sf ${SOLIB} ${PREFIX}/lib/libexpect528.so
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
.if ${PORTOBJFORMAT} == "elf"
-SOLIB= libexpect526.so.1
+SOLIB= libexpect528.so.1
.else
-SOLIB= libexpect526.so.1.2
+SOLIB= libexpect528.so.1.2
.endif
diff --git a/lang/expect/distinfo b/lang/expect/distinfo
index e2a57b930d66..b2c89a95cd3d 100644
--- a/lang/expect/distinfo
+++ b/lang/expect/distinfo
@@ -1 +1 @@
-MD5 (expect-5.26.tar.gz) = e3be881aa610f130f77158e12b515844
+MD5 (expect-5.28.tar.gz) = 4fd07ed06049da86f63f8b0aa188367a
diff --git a/lang/expect/pkg-plist b/lang/expect/pkg-plist
index 3a92ed075d2b..3fc60245e83e 100644
--- a/lang/expect/pkg-plist
+++ b/lang/expect/pkg-plist
@@ -20,15 +20,14 @@ bin/unbuffer
bin/weather
bin/xkibitz
bin/xpstat
-include/Dbg.h
include/expect.h
include/expect_comm.h
include/expect_tcl.h
-lib/expect5.26/pkgIndex.tcl
-lib/expect5.26/libexpect526.a
-lib/libexpect526.a
-lib/libexpect526.so
-lib/libexpect526.so.1.2
+lib/expect5.28/pkgIndex.tcl
+lib/expect5.28/libexpect528.a
+lib/libexpect528.a
+lib/libexpect528.so
+lib/libexpect528.so.1.2
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-@dirrm lib/expect5.26
+@dirrm lib/expect5.28