Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 11:19:08 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404833 - head/devel/kimwitu
Message-ID:  <201512301119.tBUBJ81v038803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Dec 30 11:19:08 2015
New Revision: 404833
URL: https://svnweb.freebsd.org/changeset/ports/404833

Log:
  Unmark BROKEN.
  
  The port can be fetched just fine. While here, add the official mirror as the
  preferred MASTER_SITE.

Modified:
  head/devel/kimwitu/Makefile

Modified: head/devel/kimwitu/Makefile
==============================================================================
--- head/devel/kimwitu/Makefile	Wed Dec 30 11:16:57 2015	(r404832)
+++ head/devel/kimwitu/Makefile	Wed Dec 30 11:19:08 2015	(r404833)
@@ -4,14 +4,13 @@
 PORTNAME=	kimwitu
 PORTVERSION=	4.6.1
 CATEGORIES=	devel
-MASTER_SITES=	http://www.sourcefiles.org/Programming/Compilers/Object-Oriented/
+MASTER_SITES=	http://fmt.cs.utwente.nl/kimwitu/ftp/ \
+		http://www.sourcefiles.org/Programming/Compilers/Object-Oriented/
 DISTNAME=	kc-distr.V${PORTVERSION:S/./_/g}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool for processing trees (i.e. terms)
 
-BROKEN=		unfetchable
-
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 ALL_TARGET=
 MAKE_JOBS_UNSAFE=	yes



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