svn commit: r519846 - head/emulators/javatari

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Dec 11 21:59:09 UTC 2019


Author: danilo
Date: Wed Dec 11 21:59:08 2019
New Revision: 519846
URL: https://svnweb.freebsd.org/changeset/ports/519846

Log:
  - Fix BROKEN (unfetchable)

Modified:
  head/emulators/javatari/Makefile

Modified: head/emulators/javatari/Makefile
==============================================================================
--- head/emulators/javatari/Makefile	Wed Dec 11 21:52:21 2019	(r519845)
+++ head/emulators/javatari/Makefile	Wed Dec 11 21:59:08 2019	(r519846)
@@ -5,15 +5,13 @@ PORTNAME=	javatari
 PORTVERSION=	4.1
 PORTREVISION=	1
 CATEGORIES=	emulators java
-MASTER_SITES=	http://javatari.org/java/files/
+MASTER_SITES=	http://javatari.org/old/java/files/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=
 
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Multiplayer Atari 2600 emulator written in pure Java
-
-BROKEN=		unfetchable
 
 LICENSE=	AGPLv3
 


More information about the svn-ports-all mailing list