From T.D.Bishop@ukc.ac.uk  Fri Aug 30 16:37:34 2002
Return-Path: <T.D.Bishop@ukc.ac.uk>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E71CF37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2002 16:37:34 -0700 (PDT)
Received: from quicksilver.ukc.ac.uk (quicksilver.ukc.ac.uk [129.12.21.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 58EC343E6A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2002 16:37:34 -0700 (PDT)
	(envelope-from T.D.Bishop@ukc.ac.uk)
Received: from pendennis.ukc.ac.uk ([129.12.41.29])
	by quicksilver.ukc.ac.uk with esmtp (Exim 3.22 #4)
	id 17kvK0-0007kz-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 31 Aug 2002 00:37:00 +0100
Received: from tdb by pendennis.ukc.ac.uk with local (Exim 3.36 #1)
	id 17kvJW-000C4e-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 31 Aug 2002 00:36:30 +0100
Message-Id: <E17kvJW-000C4e-00@pendennis.ukc.ac.uk>
Date: Sat, 31 Aug 2002 00:36:30 +0100
From: Tim Bishop <tim@bishnet.net>
Sender: "T.D.Bishop" <tdb@ukc.ac.uk>
Reply-To: Tim Bishop <tim@bishnet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: irc/pircbot Makefile tweak
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42231
>Category:       ports
>Synopsis:       irc/pircbot Makefile tweak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 16:40:04 PDT 2002
>Closed-Date:    Sat Aug 31 10:35:03 PDT 2002
>Last-Modified:  Sat Aug 31 10:35:03 PDT 2002
>Originator:     Tim Bishop
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 4.6-STABLE FreeBSD 4.6-STABLE #10: Fri Aug 23 03:07:16 BST 2002 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386


>Description:
	I'm assuming MASTER_SITES should be on multiple lines.
	I've seen a few automated webpages get confused by them
	both being on the one line.
>How-To-Repeat:
>Fix:

	An extremely trivial change to make, here's the patch :-

diff -ruN pircbot.bak/Makefile pircbot/Makefile
--- pircbot.bak/Makefile	Mon Jun 17 12:35:50 2002
+++ pircbot/Makefile	Sat Aug 31 00:28:15 2002
@@ -8,7 +8,8 @@
 PORTNAME=	pircbot
 PORTVERSION=	0.9.5
 CATEGORIES=	irc java
-MASTER_SITES=	http://www.jibble.org/files/ http://www.i-scream.org.uk/downloads/other/
+MASTER_SITES=	http://www.jibble.org/files/ \
+		http://www.i-scream.org.uk/downloads/other/
 
 MAINTAINER=	tim@bishnet.net
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Sat Aug 31 10:34:52 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42231 
>Unformatted:
