| Summary: | Distfile fix: www/thttpd | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | anders <anders> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
anders
2001-04-08 12:10:03 UTC
On Sun, Apr 08, 2001 at 01:01:54PM +0200, Anders Nordby wrote: > > >Description: > > Remove notes.html from the port: > > - It's frequently updated, and not a part of the package. > - If people want to check up on it (and more about thttpd), they can use the > web page. How about just doing this instead? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/thttpd/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 2001/02/05 15:33:50 1.18 +++ Makefile 2001/04/08 21:53:42 @@ -14,6 +14,8 @@ MAINTAINER= anders@fix.no +IGNOREFILES= notes.html + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/thttpd/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 2001/03/10 05:11:54 1.17 +++ distinfo 2001/04/08 21:52:01 @@ -1,2 +1,2 @@ MD5 (thttpd-2.20b.tar.gz) = ab9c3c1214f599d86944d6264ec90fed -MD5 (notes.html) = 00c09c171149b5751ab761bcb4d1188f +MD5 (notes.html) = IGNORE On Sun, Apr 08, 2001 at 04:55:07PM -0500, Steve Price wrote:
>> Remove notes.html from the port:
>>
>> - It's frequently updated, and not a part of the package.
>> - If people want to check up on it (and more about thttpd), they can use the
>> web page.
> How about just doing this instead?
>
> +IGNOREFILES= notes.html
> +
-MD5 (notes.html) = 00c09c171149b5751ab761bcb4d1188f
+MD5 (notes.html) = IGNORE
Sure. Better than not changing the port at all at least, since it's updated
often without any new information (new banner etc.). The file does contain
some important information, just a pity that it that it isn't included in the
package. :/
Regards,
--
Anders.
State Changed From-To: open->closed Committed, thanks! |