Date: 5 May 2007 10:15:08 +0100 From: Craig Butler <craig001@lerwick.hopto.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/112438: x11/wmmatrix fix for broken link in Makefile Message-ID: <20070505091508.79540.qmail@lerwick.hopto.org> Resent-Message-ID: <200705050920.l459K51Z072932@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112438 >Category: ports >Synopsis: x11/wmmatrix fix for broken link 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: Sat May 05 09:20: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: MASTER_SITES link is broke, 404 output. New links added and tested. non-critical as it fails over to FreeBSD master distfiles. Problem listed on http://people.freebsd.org/~fenner/portsurvey/bad.html >How-To-Repeat: try to build port with # make install clean >Fix: diff -ruN wmmatrix.old/Makefile wmmatrix/Makefile --- wmmatrix.old/Makefile Sat May 5 10:05:08 2007 +++ wmmatrix/Makefile Sat May 5 10:06:34 2007 @@ -9,7 +9,8 @@ PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= x11 windowmaker -MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ +MASTER_SITES= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \ + http://ia300205.us.archive.org/0/items/tucows_10414_WMMatrix/ DISTNAME= wmMatrix-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -- ============================================================ 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?20070505091508.79540.qmail>