From owner-svn-ports-head@freebsd.org Wed Dec 30 11:05:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FD5BA56593; Wed, 30 Dec 2015 11:05:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D2691D96; Wed, 30 Dec 2015 11:05:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBUB53Nj035462; Wed, 30 Dec 2015 11:05:03 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBUB53SL035461; Wed, 30 Dec 2015 11:05:03 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512301105.tBUB53SL035461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 30 Dec 2015 11:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404829 - head/devel/eiffelstudio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 11:05:04 -0000 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