Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2006 07:55:14 -0500
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org
Subject:   ports/91868: [PATCH]: www/checkbot: Fix MASTER_SITES
Message-ID:  <E1EyTtC-0001uE-Mk@ritamari.vonostingroup.com>
Resent-Message-ID: <200601161300.k0GD0EeQ098414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91868
>Category:       ports
>Synopsis:       [PATCH]: www/checkbot: Fix MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 16 13:00:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch will fix a small typo making this port unfetchable
	(s/MASTER_SITE_SOUREFORGE/MASTER_SITE_SOURCEFORGE/)
	
>How-To-Repeat:
	
>Fix:

	



--- checkbot-1.77_1.diff begins here ---
diff -NrU3 checkbot.orig/Makefile checkbot/Makefile
--- checkbot.orig/Makefile	Mon Jan 16 07:51:25 2006
+++ checkbot/Makefile	Mon Jan 16 07:51:49 2006
@@ -8,7 +8,7 @@
 PORTNAME=	checkbot
 PORTVERSION=	1.77
 CATEGORIES=	www perl5
-MASTER_SITES=	${MASTER_SITE_SOUREFORGE} \
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://degraaff.org/checkbot/ \
 		http://wolfram.schneider.org/src/
 MASTER_SITE_SUBDIR=	${PORTNAME}
--- checkbot-1.77_1.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EyTtC-0001uE-Mk>