Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 13:35:42 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519863 - head/games/inform7
Message-ID:  <201912121335.xBCDZgWP083867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Thu Dec 12 13:35:42 2019
New Revision: 519863
URL: https://svnweb.freebsd.org/changeset/ports/519863

Log:
  Unbreak fetch
  
  PR:		242410
  Submitted by:	Anders <aesirheim@gmail.com>
  Approved by:	portmgr (blanket)

Modified:
  head/games/inform7/Makefile

Modified: head/games/inform7/Makefile
==============================================================================
--- head/games/inform7/Makefile	Thu Dec 12 12:09:21 2019	(r519862)
+++ head/games/inform7/Makefile	Thu Dec 12 13:35:42 2019	(r519863)
@@ -4,14 +4,11 @@
 PORTNAME=	inform7
 PORTVERSION=	6L38
 CATEGORIES=	games
-MASTER_SITES=	http://ftp.ifarchive.org/if-archive/infocom/compilers/inform7/executables/ \
-		http://ifarchive.heanet.ie/if-archive/infocom/compilers/inform7/executables/
+MASTER_SITES=	http://ifarchive.org/if-archive/infocom/compilers/inform7/executables/
 DISTNAME=	I7_6L38_FreeBSD
 
 MAINTAINER=	akosela@andykosela.com
 COMMENT=	Inform 7 programming language (CLI edition)
-
-BROKEN=		unfetchable
 
 RUN_DEPENDS=	frotz:games/frotz
 



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