Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2013 08:58:07 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317726 - head/misc/mc
Message-ID:  <201305090858.r498w7op083330@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fjoe
Date: Thu May  9 08:58:07 2013
New Revision: 317726
URL: http://svnweb.freebsd.org/changeset/ports/317726

Log:
  Upstream site is down for about two weeks:
  https://mail.gnome.org/archives/mc-devel/2013-April/msg00013.html
  
  Switch to local distfiles for a while.

Modified:
  head/misc/mc/Makefile

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Thu May  9 08:50:00 2013	(r317725)
+++ head/misc/mc/Makefile	Thu May  9 08:58:07 2013	(r317726)
@@ -5,11 +5,11 @@ PORTNAME=	mc
 PORTVERSION=	4.8.1.7
 PORTREVISION=	0
 CATEGORIES=	misc shells
-MASTER_SITES=	http://www.midnight-commander.org/downloads/ \
-		${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	utils/file/managers/mc
-
-PATCH_SITES=	${MASTER_SITES}
+#MASTER_SITES=	http://www.midnight-commander.org/downloads/
+#MASTER_SITE_SUBDIR=	utils/file/managers/mc
+MASTER_SITES=	${MASTER_SITE_LOCAL}\
+		http://people.freebsd.org/~fjoe/
+MASTER_SITE_SUBDIR=	fjoe
 
 MAINTAINER=	fjoe@FreeBSD.org
 COMMENT=	Midnight Commander, a free Norton Commander Clone
@@ -18,8 +18,6 @@ LICENSE=	GPLv3
 
 CONFLICTS=	mc-light-4*
 
-BROKEN=	does not fetch
-
 USES=		pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	glib20



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