Date: Sun, 23 Jun 2002 01:40:03 -0700 (PDT) From: Thierry Thomas <thierry@pompo.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/39678: New port: www/tidy-devel (latest version of Tidy) Message-ID: <200206230840.g5N8e3682241@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39678; it has been noted by GNATS. From: Thierry Thomas <thierry@pompo.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39678: New port: www/tidy-devel (latest version of Tidy) Date: Sun, 23 Jun 2002 10:31:11 +0200 Le 23 jun 02 à 1:34:17 +0000, Thierry Thomas écrivait : > > >Number: 39678 > >Category: ports > >Synopsis: New port: www/tidy-devel (latest version of Tidy) I have found how to include PORTVERSION in DISTFILES + a MASTER_SITE_SUBDIR keeping previous versions: please accept the following patch to keep this port out of the "unfetchable reminder". diff -urN /usr/ports/www/tidy-devel.orig/Makefile /usr/ports/www/tidy-devel/Makefile --- /usr/ports/www/tidy-devel.orig/Makefile Sun Jun 23 10:10:52 2002 +++ /usr/ports/www/tidy-devel/Makefile Sun Jun 23 10:09:25 2002 @@ -6,14 +6,15 @@ # PORTNAME= tidy -PORTVERSION= 20020616 +PORTVERSION= 020616 CATEGORIES= www -MASTER_SITES= http://tidy.sourceforge.net/src/ \ +MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \ http://tidy.sourceforge.net/docs/ +MASTER_SITE_SUBDIR= . old PKGNAMESUFFIX= -devel DISTNAME= tidy_src EXTRACT_SUFX= .tgz -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}_${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= thierry@pompo.net @@ -22,7 +23,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes -USE_REINPLACE= yes .if !defined(NOPORTDOCS) DISTFILES+= tidy_docs${EXTRACT_SUFX} diff -urN /usr/ports/www/tidy-devel.orig/distinfo /usr/ports/www/tidy-devel/distinfo --- /usr/ports/www/tidy-devel.orig/distinfo Sun Jun 23 10:10:52 2002 +++ /usr/ports/www/tidy-devel/distinfo Sun Jun 23 10:18:13 2002 @@ -1,2 +1,2 @@ -MD5 (tidy_src.tgz) = 17ec935484b01a2d40f2d610d24b74ec +MD5 (tidy_src_020616.tgz) = 17ec935484b01a2d40f2d610d24b74ec MD5 (tidy_docs.tgz) = b00b66264fafbca56aba0bf74a6ecc30 -- Th. Thomas. 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?200206230840.g5N8e3682241>