Date: 23 Apr 2007 17:40:35 +0100 From: Craig Butler <craig001@lerwick.hopto.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/112040: astro/gpsdrive fix for broken links in Makefile Message-ID: <20070423164035.41279.qmail@lerwick.hopto.org> Resent-Message-ID: <200704231650.l3NGo4Z0019762@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112040 >Category: ports >Synopsis: astro/gpsdrive fix for broken links in Makefile >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: Mon Apr 23 16:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Craig Butler >Release: FreeBSD 6.2-RELEASE-p3 i386 >Organization: lerwick.hopto.org >Environment: System: FreeBSD polaris.lerwick.hopto.org 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sun Apr 15 11:27:44 BST 2007 root@polaris.lerwick.hopto.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix for broken links in Makefile MASTER_SITES. The first one is a developers mirror, the second(broken atm) is the new location for original source. Developers mirror was tested and seems to be working. This is none-critical as it fails over to freebsd.org's distfiles. Problem is listed on http://people.freebsd.org/~fenner/portsurvey/bad.html >How-To-Repeat: try to build port with # make install clean >Fix: diff -ruN gpsdrive.old/Makefile gpsdrive/Makefile --- gpsdrive.old/Makefile Mon Apr 23 15:54:04 2007 +++ gpsdrive/Makefile Mon Apr 23 16:22:55 2007 @@ -9,9 +9,8 @@ PORTVERSION= 2.09 PORTREVISION= 5 CATEGORIES= astro -MASTER_SITES= http://www.gpsdrive.cc/ \ - http://gpsdrive.teachlinux.com/ - +MASTER_SITES= http://www.ganter.at/software/ \ + http://www.ostertag.name/gpsdrive.de/ MAINTAINER= ports@FreeBSD.org COMMENT= A GPS navigation system ============================================================ This email has been handled by lerwick.hopto.org mail server and has been scanned by 3 virus killers and spamassassin ============================================================ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070423164035.41279.qmail>