Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2004 20:56:55 +0200 (CEST)
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dd@FreeBSD.org
Subject:   ports/67388: [PATCH] editors/mg distsite fix
Message-ID:  <20040530185655.F176F2FDA01@isis.wad.cz>
Resent-Message-ID: <200405301900.i4UJ0jSo054987@freefall.freebsd.org>

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

>Number:         67388
>Category:       ports
>Synopsis:       [PATCH] editors/mg distsite 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:   Sun May 30 12:00:45 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:
maintainer cc'd

% wget -S --spider http://www.unixfreak.org/~dima/distfiles/
--20:54:53--  http://www.unixfreak.org/%7Edima/distfiles/
           => `index.html'
Resolving www.unixfreak.org... done.
Connecting to www.unixfreak.org[65.19.139.44]:80... connected.
HTTP request sent, awaiting response... 
 1 HTTP/1.1 301 Moved Permanently
 2 Date: Sun, 30 May 2004 18:54:54 GMT
 3 Server: Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7c
 4 Location: http://www.trit.org/~dima/distfiles/
 5 Keep-Alive: timeout=15, max=100
 6 Connection: Keep-Alive
 7 Content-Type: text/html; charset=iso-8859-1
Location: http://www.trit.org/~dima/distfiles/ [following]
--20:54:54--  http://www.trit.org/%7Edima/distfiles/
           => `index.html'
Resolving www.trit.org... done.
Connecting to www.trit.org[65.19.139.44]:80... connected.
HTTP request sent, awaiting response... 
 1 HTTP/1.1 404 Not Found
 2 Date: Sun, 30 May 2004 18:54:54 GMT
 3 Server: Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7c
 4 Keep-Alive: timeout=15, max=100
 5 Connection: Keep-Alive
 6 Content-Type: text/html; charset=iso-8859-1
20:54:54 ERROR 404: Not Found.

>How-To-Repeat:
	
>Fix:

	

--- editors::mg.distsite.patch begins here ---
Index: editors/mg/Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/mg/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- editors/mg/Makefile	29 Dec 2003 10:50:41 -0000	1.5
+++ editors/mg/Makefile	13 May 2004 02:32:14 -0000
@@ -8,8 +8,7 @@
 PORTNAME=	mg
 PORTVERSION=	20010514
 CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_LOCAL} \
-		http://www.unixfreak.org/~dima/distfiles/
+MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	dd
 
 MAINTAINER=	dd@FreeBSD.org
--- editors::mg.distsite.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?20040530185655.F176F2FDA01>