svn commit: r405101 - head/emulators/mednafen

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 3 00:07:02 UTC 2016


Author: rakuco
Date: Sun Jan  3 00:07:00 2016
New Revision: 405101
URL: https://svnweb.freebsd.org/changeset/ports/405101

Log:
  Fix MASTER_SITES and unmark BROKEN.

Modified:
  head/emulators/mednafen/Makefile

Modified: head/emulators/mednafen/Makefile
==============================================================================
--- head/emulators/mednafen/Makefile	Sat Jan  2 23:09:36 2016	(r405100)
+++ head/emulators/mednafen/Makefile	Sun Jan  3 00:07:00 2016	(r405101)
@@ -5,13 +5,11 @@ PORTVERSION=	0.9.33.2
 PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	emulators games
-MASTER_SITES=	SF/${PORTNAME}/Mednafen/${PORTVERSION}
+MASTER_SITES=	http://mednafen.fobby.net/releases/files/
 
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Portable multi-system emulator
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2 # or later
 LICENSE_FILE=	${WRKSRC}/COPYING
 


More information about the svn-ports-head mailing list