From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 24 19:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C49501D6 for ; Thu, 24 Jan 2013 19:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A7750F61 for ; Thu, 24 Jan 2013 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0OJK0W8084429 for ; Thu, 24 Jan 2013 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0OJK0NH084428; Thu, 24 Jan 2013 19:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 24 Jan 2013 19:20:00 GMT Resent-Message-Id: <201301241920.r0OJK0NH084428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E48D41B7 for ; Thu, 24 Jan 2013 19:17:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D60DDF51 for ; Thu, 24 Jan 2013 19:17:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0OJHsZS038717 for ; Thu, 24 Jan 2013 19:17:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0OJHswo038716; Thu, 24 Jan 2013 19:17:54 GMT (envelope-from nobody) Message-Id: <201301241917.r0OJHswo038716@red.freebsd.org> Date: Thu, 24 Jan 2013 19:17:54 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175549: [PATCH] add sites for Mk/bsd.sites.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 19:20:00 -0000 >Number: 175549 >Category: ports >Synopsis: [PATCH] add sites for Mk/bsd.sites.mk >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: Thu Jan 24 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: >Organization: na >Environment: >Description: Add in frugalware mirrors for viruskiller >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Mk/bsd.sites.mk =================================================================== --- Mk/bsd.sites.mk (revision 310940) +++ Mk/bsd.sites.mk (working copy) @@ -443,6 +443,19 @@ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/ .endif +# Frugalware mirror sites +.if !defined(IGNORE_MASTER_SITE_FRUGALWARE) +MASTER_SITE_FRUGALWARE+= \ + #ftp://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ + ftp://ftp7.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ + ftp://ftp2.frugalware.org/mirror/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ + ftp://ftp6.frugalware.org/mirrors/linux/frugalware/frugalware-stable/source/%SUBDIR%/ \ + #ftp://ftp3.frugalware.org/mirrors/frugalware/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ + ftp://ftp4.frugalware.org/pub/linux/distributions/frugalware/frugalware-stable/source/%SUBDIR%/ \ + ftp://ftp12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ + #ftp://ftp9.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ + ftp://ftp10.frugalware.org/pub/linux/frugalware/frugalware-stable/source/%SUBDIR%/ +.endif .if !defined(IGNORE_MASTER_SITE_GCC) MASTER_SITE_GCC+= \ >Release-Note: >Audit-Trail: >Unformatted: