From sluggo@unknown.nu  Thu Mar 11 12:17:16 2004
Return-Path: <sluggo@unknown.nu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4BD7716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Mar 2004 12:17:16 -0800 (PST)
Received: from quasi.uchicago.edu (quasi.uchicago.edu [128.135.99.55])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 08A8E43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Mar 2004 12:17:14 -0800 (PST)
	(envelope-from sluggo@unknown.nu)
Received: from unknown.nu (anita.uchicago.edu [128.135.99.35])
	by quasi.uchicago.edu (Postfix) with ESMTP
	id 34D72F408; Thu, 11 Mar 2004 14:17:13 -0600 (CST)
Message-Id: <4050C948.7060207@unknown.nu>
Date: Thu, 11 Mar 2004 14:17:12 -0600
From: Kim Scarborough <sluggo@unknown.nu>
To: Petr Rehor <petr.rehor@i.cz>, FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <200403091037.i29Ab2p11526@gwi.cb.i.cz>
Subject: Re: [patch] Update port www/micro_httpd to 2001/12/14 version
References: <200403091037.i29Ab2p11526@gwi.cb.i.cz>

>Number:         64116
>Category:       ports
>Synopsis:       Re: [patch] Update port www/micro_httpd to 2001/12/14 version
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 12:20:19 PST 2004
>Closed-Date:    Sun May 02 10:38:05 PDT 2004
>Last-Modified:  Sun May 02 10:38:05 PDT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 This is fine with me. Thanks, Mr. Rehor.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Mon Mar 29 08:55:06 PST 2004 
State-Changed-Why:  
Try to rescue this one from the 'pending' category.  Note to 
submitter: GNATS has no PR with the Subject: line being anything 
about www/micro_httpd right now -- with or without a patch, so 
it's hard to know where to go from here. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Mar 29 08:55:06 PST 2004 
Responsible-Changed-Why:  
Note that I've asked the submitter for help. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64116 

From: =?iso-8859-2?B?UGV0ciDYZWhv+A==?= <Petr.Rehor@i.cz>
To: <FreeBSD-gnats-submit@freebsd.org>
Cc:  
Subject: Re: ports/64116: Re: [patch] Update port www/micro_httpd to 2001/12/14 version
Date: Tue, 30 Mar 2004 11:41:23 +0200

 I resend the original PR. Petr
 
 >Submitter-Id:	current-users
 >Originator:	Petr Rehor
 >Organization:	ICZ a.s.
 >Confidential:	no=20
 >Synopsis:	[patch] Update port www/micro_httpd to 2001/12/14 version
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		update
 >Release:	FreeBSD 4.8-RELEASE-p14 i386
 >Environment:
 System: FreeBSD gwi.cb.i.cz 4.8-RELEASE-p14 FreeBSD 4.8-RELEASE-p14 #0: =
 Wed Dec 3 22:28:07 GMT 2003 =
 root@noc.decros.cz:/usr/obj/usr/src/sys/GENERIC i386
 >Description:
 Update to current version of www/micro_httpd and add home page to the =
 port description.
 >How-To-Repeat:
 >Fix:
 --- micro_httpd.diff begins here ---
 diff -uNr Makefile.orig Makefile
 --- Makefile.orig	Thu Mar  4 13:50:32 2004
 +++ Makefile	Tue Mar  9 11:08:23 2004
 @@ -6,11 +6,11 @@
  #
 =20
  PORTNAME=3D	micro_httpd
 -PORTVERSION=3D	2000.12.15
 +PORTVERSION=3D	2001.12.14
  CATEGORIES=3D	www
  MASTER_SITES=3D	http://www.acme.com/software/micro_httpd/ \
  		http://www.unknown.nu/ports/
 -DISTNAME=3D	${PORTNAME}_15dec00
 +DISTNAME=3D	${PORTNAME}_14dec2001
 =20
  MAINTAINER=3D	user@unknown.nu
  COMMENT=3D	An extremely small web server
 diff -uNr distinfo.orig distinfo
 --- distinfo.orig	Thu Jul 19 07:59:24 2001
 +++ distinfo	Tue Mar  9 11:08:28 2004
 @@ -1 +1,2 @@
 -MD5 (micro_httpd_15dec00.tar.gz) =3D 008e7dde13770fcb812156e3d0963b6f
 +MD5 (micro_httpd_14dec2001.tar.gz) =3D d75c6d470cf54a75fa676bacb8b4b47a
 +SIZE (micro_httpd_14dec2001.tar.gz) =3D 4665
 diff -uNr pkg-descr.orig pkg-descr
 --- pkg-descr.orig	Thu Jul 19 07:59:24 2001
 +++ pkg-descr	Tue Mar  9 11:07:06 2004
 @@ -1,3 +1,5 @@
  This is a very small (7 Kb) HTTP server. It runs from inetd, which =
 means
  its performance is poor. But for low-traffic sites, it's quite =
 adequate.
  It implements all the basic features of an HTTP server.
 +
 +WWW: http://www.acme.com/software/micro_httpd/
 --- micro_httpd.diff ends here ---
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Sun May 2 10:37:57 PDT 2004 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64116 
>Unformatted:
