svn commit: r519863 - head/games/inform7

Dan Langille dvl at FreeBSD.org
Thu Dec 12 13:35:43 UTC 2019


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 at 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 at andykosela.com
 COMMENT=	Inform 7 programming language (CLI edition)
-
-BROKEN=		unfetchable
 
 RUN_DEPENDS=	frotz:games/frotz
 


More information about the svn-ports-all mailing list