Bug 112040 - astro/gpsdrive fix for broken links in Makefile
Summary: astro/gpsdrive fix for broken links in Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 17:50 UTC by craig001
Modified: 2007-04-26 09:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description craig001 2007-04-23 17:50:04 UTC
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

Fix: 

============================================================
This email has been handled by lerwick.hopto.org mail server
and has been scanned by 3 virus killers and spamassassin
============================================================--KVNgsv2IVkrZOG4sJJPcFdZ5S4zij3rHrQwm3guI3MEQwXiE
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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
How-To-Repeat: try to build port with # make install clean
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-04-26 08:56:05 UTC
miwi        2007-04-26 07:55:58 UTC

  FreeBSD ports repository

  Modified files:
    astro/gpsdrive       Makefile 
  Log:
  - Update MASTER_SITES
  
  PR:             112040
  Submitted by:   Craig Butler <craig001@lerwick.hopto.org>
  
  Revision  Changes    Path
  1.37      +2 -2      ports/astro/gpsdrive/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-04-26 08:56:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!