Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 1998 13:26:28 -0600 (MDT)
From:      handy@physics.montana.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8173: Expect Stealth upgrade: 5.26 --> 5.28
Message-ID:  <199810061926.NAA22655@spurned.nascom.nasa.gov>

next in thread | raw e-mail | index | archive | help

>Number:         8173
>Category:       ports
>Synopsis:       Expect upgrade: 5.26 --> 5.28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct  6 12:30:00 PDT 1998
>Last-Modified:
>Originator:     Brian Handy
>Organization:
MSU - Bozeman
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:
>Description:
Expect has again undergone a stealth upgrade, but putting the
distfile on an independent site with version numbers hid this for
a while.  The distfile is being about to be upgraded on peloton,
meanwhile I've upgraded the port.

Tested on a -STABLE system.  I adjusted all the -ELF bits accordingly,
but no warrantee is expressed or implied.


>How-To-Repeat:
>Fix:

diff -ur expect.orig/Makefile expect/Makefile
--- expect.orig/Makefile	Tue Oct  6 13:03:57 1998
+++ expect/Makefile	Tue Oct  6 13:06:14 1998
@@ -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.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 @@
 .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 -ur expect.orig/files/md5 expect/files/md5
--- expect.orig/files/md5	Tue Oct  6 13:03:57 1998
+++ expect/files/md5	Tue Oct  6 13:08:16 1998
@@ -1 +1 @@
-MD5 (expect-5.26.tar.gz) = e3be881aa610f130f77158e12b515844
+MD5 (expect-5.28.tar.gz) = 4fd07ed06049da86f63f8b0aa188367a
diff -ur expect.orig/pkg/PLIST expect/pkg/PLIST
--- expect.orig/pkg/PLIST	Tue Oct  6 13:03:57 1998
+++ expect/pkg/PLIST	Tue Oct  6 13:16:47 1998
@@ -20,15 +20,14 @@
 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
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810061926.NAA22655>