svn commit: r317726 - head/misc/mc

Max Khon fjoe at FreeBSD.org
Thu May 9 08:58:08 UTC 2013


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 at 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


More information about the svn-ports-all mailing list