From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 22 21:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7277FFDB for ; Sat, 22 Jun 2013 21:50:01 +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 63C171F7E for ; Sat, 22 Jun 2013 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5MLo12q004408 for ; Sat, 22 Jun 2013 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5MLo1cC004407; Sat, 22 Jun 2013 21:50:01 GMT (envelope-from gnats) Date: Sat, 22 Jun 2013 21:50:01 GMT Message-Id: <201306222150.r5MLo1cC004407@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179658: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 21:50:01 -0000 The following reply was made to PR ports/179658; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179658: commit references a PR Date: Sat, 22 Jun 2013 21:44:36 +0000 (UTC) Author: rakuco Date: Sat Jun 22 21:44:24 2013 New Revision: 321597 URL: http://svnweb.freebsd.org/changeset/ports/321597 Log: Set MASTER_SITES to FreeBSD's mirror. matt.sixxgate.com currently redirects to a parking site. PR: ports/179658 Submitted by: John Marino Modified: head/deskutils/mrundlg/Makefile Modified: head/deskutils/mrundlg/Makefile ============================================================================== --- head/deskutils/mrundlg/Makefile Sat Jun 22 21:38:17 2013 (r321596) +++ head/deskutils/mrundlg/Makefile Sat Jun 22 21:44:24 2013 (r321597) @@ -9,7 +9,8 @@ PORTNAME= mrundlg PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= deskutils -MASTER_SITES= http://matt.sixxgate.com/files/ +# MASTER_SITES= http://matt.sixxgate.com/files/ +MASTER_SITES= ${MASTER_SITE_FREEBSD} MAINTAINER= sixxgate@hotmail.com COMMENT= An application / program launcher for Motif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"