Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2003 18:37:00 +0100
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tim@bishnet.net
Subject:   ports/52529: Fix MASTER_SITES for port irc/pircbot (maintainer)
Message-ID:  <E19IXWO-000O8H-Bo@pendennis.ukc.ac.uk>
Resent-Message-ID: <200305211740.h4LHeAbO030584@freefall.freebsd.org>

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

>Number:         52529
>Category:       ports
>Synopsis:       Fix MASTER_SITES for port irc/pircbot (maintainer)
>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:   Wed May 21 10:40:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 4.8-STABLE FreeBSD 4.8-STABLE #2: Fri Apr 4 20:34:25 BST 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386


>Description:
	One of the MASTER_SITES URL has changed. There is a redirect in place
	from the old URL to the new one, but fetch doesn't like redirects.

>How-To-Repeat:
>Fix:

	Patch below fixes MASTER_SITES.

--- pircbot-1.0.5-url.diff begins here ---
diff -ruN pircbot.bak/Makefile pircbot/Makefile
--- pircbot.bak/Makefile	Tue May 20 16:07:11 2003
+++ pircbot/Makefile	Wed May 21 18:31:53 2003
@@ -9,7 +9,7 @@
 PORTVERSION=	1.0.5
 CATEGORIES=	irc java
 MASTER_SITES=	http://www.jibble.org/files/ \
-		http://www.i-scream.org.uk/downloads/other/
+		http://www.i-scream.org/downloads/other/
 
 MAINTAINER=	tim@bishnet.net
 COMMENT=	PircBot Java IRC Bot Framework
--- pircbot-1.0.5-url.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?E19IXWO-000O8H-Bo>