Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2000 22:42:41 -0700 (PDT)
From:      Frank McConnell <fmc@reanimators.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20517: expect port needs updating to reflect new version 5.32.1
Message-ID:  <200008100542.WAA61736@daemonweed.reanimators.org>

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

>Number:         20517
>Category:       ports
>Synopsis:       expect port needs updating to reflect new version 5.32.1
>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:   Wed Aug 09 23:00:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Frank McConnell
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

	

>Description:

	The lang/expect port is tailored for Expect version 5.31.8,
	but fetches expect.tar.gz which contains version 5.32.1.
	The new version appears to build and function correctly 
	using the existing patches, but the Makefile needs version
	changes and the checksum needs updating for the new tarball.

>How-To-Repeat:

	cd /usr/ports/lang/expect ; make build

>Fix:

diff -ruN expect.bak/Makefile expect/Makefile
--- expect.bak/Makefile	Fri Jun 16 14:51:18 2000
+++ expect/Makefile	Wed Aug  9 21:32:22 2000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/lang/expect/Makefile,v 1.49 2000/06/16 21:51:18 asami Exp $
 
 PORTNAME=	expect
-PORTVERSION=	5.31.8
+PORTVERSION=	5.32.1
 CATEGORIES=	lang tcl82 tk82
 MASTER_SITES=	http://expect.nist.gov/
 DISTNAME=	expect
@@ -14,7 +14,7 @@
 
 LIB_DEPENDS?=	tk82.1:${PORTSDIR}/x11-toolkits/tk82
 
-WRKSRC=		${WRKDIR}/expect-5.31
+WRKSRC=		${WRKDIR}/expect-5.32
 INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?= --enable-shared \
@@ -30,6 +30,6 @@
 .endif
 
 post-install:
-	${LN} -sf libexpect531.so.1 ${PREFIX}/lib/libexpect531.so
+	${LN} -sf libexpect532.so.1 ${PREFIX}/lib/libexpect532.so
 
 .include <bsd.port.mk>
diff -ruN expect.bak/files/md5 expect/files/md5
--- expect.bak/files/md5	Sat May 27 20:22:25 2000
+++ expect/files/md5	Wed Aug  9 22:26:20 2000
@@ -1 +1 @@
-MD5 (expect.tar.gz) = a633d5aeb7a5f7fec6c0780e3365154b
+MD5 (expect.tar.gz) = af232cc2f8537565efa31e2f7ef7cde5

>Release-Note:
>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?200008100542.WAA61736>