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
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"
State Changed From-To: open->closed Committed. Thanks!