Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 11:05:03 +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: r404829 - head/devel/eiffelstudio
Message-ID:  <201512301105.tBUB53SL035461@repo.freebsd.org>

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

Log:
  Fix MASTER_SITES and unmark BROKEN.

Modified:
  head/devel/eiffelstudio/Makefile

Modified: head/devel/eiffelstudio/Makefile
==============================================================================
--- head/devel/eiffelstudio/Makefile	Wed Dec 30 11:04:43 2015	(r404828)
+++ head/devel/eiffelstudio/Makefile	Wed Dec 30 11:05:02 2015	(r404829)
@@ -5,23 +5,12 @@ PORTNAME=	eiffelstudio
 PORTVERSION=	5.7
 PORTREVISION=	7
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.cs.rit.edu/pub/mirrors/ise/download/57/ \
-		ftp://ftp.inf.ethz.ch/pub/mirror/eiffel/57/ \
-		ftp://ftp.deakin.edu.au/pub/eiffel/download/57/ \
-		ftp://ftp.gmu.edu/eiffel/ftp.eiffel.com/pub/download/57/ \
-		ftp://ftp.pucpr.br/eiffel/57/ \
-		ftp://gd.tuwien.ac.at/languages/eiffel/download/57/ \
-		http://gd.tuwien.ac.at/languages/eiffel/download/57/ \
-		ftp://ftp.informatik.uni-stuttgart.de/pub/eiffel/mirrors/ise/download/57/ \
-		ftp://ftp.eiffel.com/pub/download/57/ \
-		http://ftp.eiffel.com/pub/download/57/
+MASTER_SITES=	SF/${PORTNAME}/EiffelStudio%20${PORTVERSION}/Build%2064493/
 DISTNAME=	Eiffel${PORTVERSION:S/.//}_gpl_64493-freebsd-${EIFFEL_ARCH}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Complete Integrated Development Environment for Eiffel
 
-BROKEN=		unfetchable
-
 LIB_DEPENDS=	libc.so.6:${PORTSDIR}/misc/compat6x
 
 USES=		shebangfix



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