From owner-freebsd-ports Wed Aug 9 23: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84C4437B8B2 for ; Wed, 9 Aug 2000 23:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26165; Wed, 9 Aug 2000 23:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mate.kjsl.com (mate.kjsl.com [205.179.23.61]) by hub.freebsd.org (Postfix) with ESMTP id 6C34137B793 for ; Wed, 9 Aug 2000 22:54:32 -0700 (PDT) (envelope-from fmc@reanimators.org) Received: (from uucp@localhost) by mate.kjsl.com (8.9.3/8.9.3) with UUCP id WAA16343 for FreeBSD-gnats-submit@freebsd.org; Wed, 9 Aug 2000 22:54:31 -0700 (PDT) Received: (from fmc@localhost) by daemonweed.reanimators.org (8.9.3/8.9.3) id WAA61736; Wed, 9 Aug 2000 22:42:41 -0700 (PDT) (envelope-from fmc) Message-Id: <200008100542.WAA61736@daemonweed.reanimators.org> Date: Wed, 9 Aug 2000 22:42:41 -0700 (PDT) From: Frank McConnell Reply-To: fmc@reanimators.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20517: expect port needs updating to reflect new version 5.32.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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