1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to version 5.28.

PR:		8173
Submitted by:	Brain Handy <handy@physics.montana.edu>
This commit is contained in:
Steve Price 1998-10-10 04:07:07 +00:00
parent 7294bca376
commit 40e26efbb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13823
3 changed files with 13 additions and 14 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (expect-5.26.tar.gz) = e3be881aa610f130f77158e12b515844
MD5 (expect-5.28.tar.gz) = 4fd07ed06049da86f63f8b0aa188367a

View File

@ -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