svn commit: r404979 - head/games/hohlin

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jan 1 11:01:28 UTC 2016


Author: rakuco
Date: Fri Jan  1 11:01:26 2016
New Revision: 404979
URL: https://svnweb.freebsd.org/changeset/ports/404979

Log:
  Fix MASTER_SITES and unmark BROKEN.

Modified:
  head/games/hohlin/Makefile

Modified: head/games/hohlin/Makefile
==============================================================================
--- head/games/hohlin/Makefile	Fri Jan  1 08:07:19 2016	(r404978)
+++ head/games/hohlin/Makefile	Fri Jan  1 11:01:26 2016	(r404979)
@@ -5,16 +5,13 @@ PORTNAME=	hohlin
 PORTVERSION=	1.01
 PORTREVISION=	2
 CATEGORIES=	games
-#MASTER_SITES=	http://retrospec.sgn.net/download.php?id=63&path=games/hoh/bin/
-#requires post to download
-MASTER_SITES=	http://skye.ki.iif.hu/~mohacsi/downloads/
+MASTER_SITES=	http://retrospec.sgn.net/games/hoh/bin/
 PKGNAMEPREFIX=	linux-
 DISTNAME=	${PORTNAME}-${SHORTPORTVERSION}
 
 MAINTAINER=	jmohacsi at bsd.hu
 COMMENT=	Remake of the classic spectrum game Head over Heels
 
-BROKEN=		unfetchable
 WRKSRC=		${WRKDIR}/hoh-install-${PORTVERSION}/
 
 USES=	tar:bzip2


More information about the svn-ports-all mailing list