Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2010 03:52:37 GMT
From:      Raphael Kubo da Costa <kubito@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/151420: [patch] Remove site from MASTER_SITES in irc/bip
Message-ID:  <201010130352.o9D3qbkm046872@www.freebsd.org>
Resent-Message-ID: <201010130400.o9D40GU5018076@freefall.freebsd.org>

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

>Number:         151420
>Category:       misc
>Synopsis:       [patch] Remove site from MASTER_SITES in irc/bip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 04:00:16 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        8-STABLE
>Organization:
>Environment:
FreeBSD gibbon 8.1-STABLE FreeBSD 8.1-STABLE #16: Sun Oct  3 23:17:38 BRT 2010     root@gibbon:/usr/obj/usr/src/sys/GIBBON  amd64
>Description:
This patch removes LOCAL/beech from the MASTER_SITES for the irc/bip port. It seems not to be updated, and the latest bip version there is 0.6.1, wheres the current version is 0.8.6.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/irc/bip/Makefile b/irc/bip/Makefile
index cbbd04f..9e7b973 100644
--- a/irc/bip/Makefile
+++ b/irc/bip/Makefile
@@ -9,8 +9,7 @@ PORTNAME=	bip
 PORTVERSION=	0.8.6
 CATEGORIES=	irc
 MASTER_SITES=	http://bip.t1r.net/downloads/ \
-		http://distfiles.gentoo.org/distfiles/ \
-		LOCAL/beech
+		http://distfiles.gentoo.org/distfiles/
 
 MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	A simple IRC proxy with SSL support


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010130352.o9D3qbkm046872>