diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 12:07:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 12:07:07 +0800 |
commit | a576869b4b17f737fdaa12bf869e95c9fa007d1c (patch) | |
tree | e6b77fa640af1fdbb00cf10c0d677446b9689dc7 /lang | |
parent | 4fe4e0ad36a5dd1db2a93f9d251d213045fc60de (diff) | |
download | freebsd-ports-gnome-a576869b4b17f737fdaa12bf869e95c9fa007d1c.tar.gz freebsd-ports-gnome-a576869b4b17f737fdaa12bf869e95c9fa007d1c.tar.zst freebsd-ports-gnome-a576869b4b17f737fdaa12bf869e95c9fa007d1c.zip |
Update to version 5.28.
PR: 8173
Submitted by: Brain Handy <handy@physics.montana.edu>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect/Makefile | 12 | ||||
-rw-r--r-- | lang/expect/distinfo | 2 | ||||
-rw-r--r-- | lang/expect/pkg-plist | 13 |
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 |