From nobody@FreeBSD.org  Wed Aug 23 00:45:08 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 02FCE16A4E1
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Aug 2006 00:45:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B15C843D45
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Aug 2006 00:45:07 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7N0j7sU001637
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Aug 2006 00:45:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k7N0j7d3001635;
	Wed, 23 Aug 2006 00:45:07 GMT
	(envelope-from nobody)
Message-Id: <200608230045.k7N0j7d3001635@www.freebsd.org>
Date: Wed, 23 Aug 2006 00:45:07 GMT
From: Ryan Wehler <mindflux98@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: twhttpd source package changed distdir, this went unnoticed on last update
X-Send-Pr-Version: www-2.3

>Number:         102411
>Category:       ports
>Synopsis:       twhttpd source package changed distdir, this went unnoticed on last update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 23 00:50:17 GMT 2006
>Closed-Date:    Wed Aug 23 00:56:27 GMT 2006
>Last-Modified:  Wed Aug 23 00:56:27 GMT 2006
>Originator:     Ryan Wehler
>Release:        6.1-RELEASE
>Organization:
>Environment:
FreeBSD switch.ma.dl.cox.net 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Source maintainer changed package to extract to dir other than 'twhttpd'.  Appended WRKSRC variable to Makefile to correct the build problem.

Many apologies for last committ without noticing.

>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/www/twhttpd/Makefile twhttpd/Makefile
--- /usr/ports/www/twhttpd/Makefile     Tue Aug 22 19:40:06 2006
+++ twhttpd/Makefile    Tue Aug 22 19:39:17 2006
@@ -14,14 +14,13 @@
 MAINTAINER=    ports@FreeBSD.org
 COMMENT=       Secure HTTP Proxy

-BROKEN=                Unfetchable
-
 USE_GMAKE=     yes
 GNU_CONFIGURE= yes
 CONFIGURE_ENV= LIBS="-lmd"

 SUB_FILES=     pkg-message
 SUB_LIST=      PREFIX=${PREFIX}
+WRKSRC=                ${WRKDIR}/twhttpd-1.01

 post-patch:
        @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 23 00:56:25 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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