Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2004 02:28:49 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67314: [PATCH] Mk/bsd.sites.mk MASTER_SITE_APACHE fix
Message-ID:  <20040529002849.0755A2FDA01@isis.wad.cz>
Resent-Message-ID: <200405290030.i4T0UDs6033007@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67314
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.sites.mk MASTER_SITE_APACHE fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 28 17:30:12 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
 wget -S --spider http://nagoya.apache.org/dist/mirror/
--02:20:04--  http://nagoya.apache.org/dist/mirror/
           => `index.html'
Resolving nagoya.apache.org... done.
Connecting to nagoya.apache.org[192.18.33.10]:80... connected.
HTTP request sent, awaiting response...
 1 HTTP/1.1 302 Found
 2 Date: Sat, 29 May 2004 00:21:09 GMT
 3 Server: Apache/2.0.40-dev (Unix) DAV/2 SVN/0.13.1 (dev build)
 4 Location: http://nagoya.apache.org/mirror/
 5 Keep-Alive: timeout=15, max=100
 6 Connection: Keep-Alive
 7 Content-Type: text/html; charset=iso-8859-1
Location: http://nagoya.apache.org/mirror/ [following]
--02:20:05--  http://nagoya.apache.org/mirror/
           => `index.html'
Connecting to nagoya.apache.org[192.18.33.10]:80... connected.
HTTP request sent, awaiting response...
 1 HTTP/1.1 200 OK
 2 Date: Sat, 29 May 2004 00:21:10 GMT
 3 Server: Apache/2.0.40-dev (Unix) DAV/2 SVN/0.13.1 (dev build)
 4 Keep-Alive: timeout=15, max=100
 5 Connection: Keep-Alive
 6 Content-Type: text/html; charset=UTF-8
200 OK

>How-To-Repeat:
	
>Fix:

	

--- Mk::bsd.sites.mk.MASTER_SITE_APACHE.patch begins here ---
Index: Mk/bsd.sites.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.sites.mk,v
retrieving revision 1.242
diff -u -r1.242 bsd.sites.mk
--- Mk/bsd.sites.mk	25 May 2004 20:47:10 -0000	1.242
+++ Mk/bsd.sites.mk	28 May 2004 19:56:35 -0000
@@ -78,7 +78,7 @@
 	ftp://ftp.rge.com/pub/infosystems/apache/%SUBDIR%/ \
 	ftp://ftp.tux.org/pub/net/apache/dist/%SUBDIR%/ \
 	ftp://ftp.saix.net/pub/apache/dist/%SUBDIR%/ \
-	http://nagoya.apache.org/dist/mirror/%SUBDIR%/
+	http://nagoya.apache.org/mirror/%SUBDIR%/
 
 MASTER_SITE_APACHE_HTTPD+=	\
 	${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,}
--- Mk::bsd.sites.mk.MASTER_SITE_APACHE.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040529002849.0755A2FDA01>