From owner-freebsd-ports Mon Jul 24 10:10:10 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 C2D3137BAD6 for ; Mon, 24 Jul 2000 10:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA69397; Mon, 24 Jul 2000 10:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 Jul 2000 10:10:03 -0700 (PDT) Message-Id: <200007241710.KAA69397@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: James Howard Subject: Re: ports/20132: lang/expect update Reply-To: James Howard Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/20132; it has been noted by GNATS. From: James Howard To: Will Andrews Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/20132: lang/expect update Date: Mon, 24 Jul 2000 13:04:56 -0400 In message <20000723231217.A53669@argon.gryphonsoft.com>, Will Andrews writes: > On Sun, Jul 23, 2000 at 11:04:44PM -0400, howardjp@wam.umd.edu wrote: > > -WRKSRC= ${WRKDIR}/expect-5.31 > > +WRKSRC= ${WRKDIR}/expect-5.32 > > WRKSRC=${WRKDIR}/${PKGNAME} by default. So we don't need this line. :-) Actually, WRKSRC appears to be ${WRKDIR}/${DISTNAME} by default. The above line does not work. In truth, it would be best, in this case, to set WRKSRC to ${WRKDIR}/${PORNAME}-${PORTVERSION}. Here is a new diff: diff -ur expect.orig/Makefile expect/Makefile --- expect.orig/Makefile Sun Jul 23 22:50:17 2000 +++ expect/Makefile Mon Jul 24 12:59:33 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 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}/${PORTNAME}-${PORTVERSION} INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ diff -ur expect.orig/files/md5 expect/files/md5 --- expect.orig/files/md5 Sun Jul 23 22:50:17 2000 +++ expect/files/md5 Sun Jul 23 22:50:35 2000 @@ -1 +1 @@ -MD5 (expect.tar.gz) = a633d5aeb7a5f7fec6c0780e3365154b +MD5 (expect.tar.gz) = af232cc2f8537565efa31e2f7ef7cde5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message