From owner-freebsd-ports Wed Jan 24 11:50:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E127537B69E for ; Wed, 24 Jan 2001 11:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OJo1L82691; Wed, 24 Jan 2001 11:50:01 -0800 (PST) (envelope-from gnats) Received: from rodan.randomnetworks.com (unknown [130.86.77.19]) by hub.freebsd.org (Postfix) with ESMTP id 618A237B404 for ; Wed, 24 Jan 2001 11:48:35 -0800 (PST) Received: (from scottj@localhost) by rodan.randomnetworks.com (8.11.1/8.11.1) id f0OJjlG06543; Wed, 24 Jan 2001 11:45:47 -0800 (PST) (envelope-from scottj) Message-Id: <200101241945.f0OJjlG06543@rodan.randomnetworks.com> Date: Wed, 24 Jan 2001 11:45:47 -0800 (PST) From: joseph@randomnetworks.com Reply-To: joseph@randomnetworks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24621: PORT-FIX-MAINTAINER TIMEOUT : games/gracer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24621 >Category: ports >Synopsis: PORT-FIX-MAINTAINER TIMEOUT : games/gracer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 24 11:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 4.2-STABLE i386 >Organization: randomnetworks.com >Environment: ports collection >Description: PORT-FIX-MAINTAINER TIMEOUT : games/gracer According to : http://people.freebsd.org/~fenner/portsurvey/bad.html the FreeBSD port games/gracer has an unfetchable distfile. After doing some looking around I found that the project has moved to SourceForge. I've put together a simple patch to reflect these changes at : http://www.randomnetworks.com/freebsd/prs/gracer.diff There is also a newer version of gracer out, but I have not made any attempt update the port to this version. ** NOTE ** I sent the above to the maintainer, nox@jelal.kn-bremen.de, on 7 Jan 2001 and have yet to recieve a response. >How-To-Repeat: >Fix: This diff was generated by : diff -ruN gracer gracer.new From : /usr/ports/games Also at : http://www.randomnetworks.com/freebsd/prs/gracer.diff ---------------------------------------------------------------- diff -ruN gracer/Makefile gracer.new/Makefile --- gracer/Makefile Sun Jan 7 20:24:19 2001 +++ gracer.new/Makefile Sun Jan 7 20:34:10 2001 @@ -8,7 +8,8 @@ PORTNAME= gracer PORTVERSION= 0.1.4 CATEGORIES= games -MASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nox@jelal.kn-bremen.de diff -ruN gracer/pkg-descr gracer.new/pkg-descr --- gracer/pkg-descr Mon Dec 27 15:15:20 1999 +++ gracer.new/pkg-descr Sun Jan 7 20:31:59 2001 @@ -12,4 +12,4 @@ developed by Takashi Matsuda -WWW: http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/ +WWW: http://gracer.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message