Date: Tue, 9 Feb 1999 22:30:01 -0800 (PST) From: Scott Kenney <saken@hotel.rmta.org> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9969: Port update: www/tidy Message-ID: <199902100630.WAA05747@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9969; it has been noted by GNATS. From: Scott Kenney <saken@hotel.rmta.org> To: Bill Fumerola <billf@chc-chimes.com> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/9969: Port update: www/tidy Date: Wed, 10 Feb 1999 01:22:29 -0500 On Tue, Feb 09, 1999 at 03:55:55AM -0500, Bill Fumerola wrote: > On 8 Feb 1999 saken@hotel.rmta.org wrote: > > > -DISTNAME= tidy17dec98 > > -PKGNAME= tidy-0.1.98.12 > > +DISTNAME= tidy22jan99 > > +PKGNAME= tidy-0.1.99.1 > > > -WRKSRC= ${WRKDIR}/tidy17dec98 > > +WRKSRC= ${WRKDIR}/tidy22jan99 > > Why is ${WRKSRC} even being defined here? It's already defined as > > WRKSRC?= ${WRKDIR}/${DISTNAME} No reason at all, just a left over from when this port was created I'm assuming. Here's the correct patch: apply to ports/www/tidy with patch -p1 diff -ruN tidy.old/Makefile tidy/Makefile --- tidy.old/Makefile Thu Jan 28 02:13:52 1999 +++ tidy/Makefile Tue Feb 9 23:23:41 1999 @@ -6,16 +6,15 @@ # $Id: Makefile,v 1.5 1999/01/06 03:34:34 jkoshy Exp $ # -DISTNAME= tidy17dec98 -PKGNAME= tidy-0.1.98.12 +DISTNAME= tidy22jan99 +PKGNAME= tidy-0.1.99.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz -MAINTAINER= saken@budoir.net +MAINTAINER= saken@hotel.rmta.org ALL_TARGET= tidy -WRKSRC= ${WRKDIR}/tidy17dec98 DOCFILES= Overview.html tidy.gif diff -ruN tidy.old/files/md5 tidy/files/md5 --- tidy.old/files/md5 Wed Jan 6 02:50:19 1999 +++ tidy/files/md5 Mon Feb 8 16:36:18 1999 @@ -1 +1 @@ -MD5 (tidy17dec98.tgz) = 0eee38cd93b3ad2cec965564ff1c8b7b 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?199902100630.WAA05747>