svn commit: r404833 - head/devel/kimwitu

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Dec 30 11:19:10 UTC 2015


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 at FreeBSD.org
 COMMENT=	Tool for processing trees (i.e. terms)
 
-BROKEN=		unfetchable
-
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 ALL_TARGET=
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-head mailing list