From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 30 12:00:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21EA916A4CE for ; Sun, 30 May 2004 12:00:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1650B43D2F for ; Sun, 30 May 2004 12:00:46 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4UJ0jJ7055004 for ; Sun, 30 May 2004 12:00:45 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4UJ0jSo054987; Sun, 30 May 2004 12:00:45 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 30 May 2004 12:00:45 -0700 (PDT) Resent-Message-Id: <200405301900.i4UJ0jSo054987@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Neuhauser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7456416A4CE for ; Sun, 30 May 2004 11:56:58 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 601C443D1D for ; Sun, 30 May 2004 11:56:57 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 90954 invoked by uid 0); 30 May 2004 18:56:56 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 30 May 2004 18:56:56 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id F176F2FDA01; Sun, 30 May 2004 20:56:55 +0200 (CEST) Message-Id: <20040530185655.F176F2FDA01@isis.wad.cz> Date: Sun, 30 May 2004 20:56:55 +0200 (CEST) From: Roman Neuhauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dd@FreeBSD.org Subject: ports/67388: [PATCH] editors/mg distsite fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Neuhauser List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2004 19:00:46 -0000 >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: