Date: Wed, 11 Dec 2019 21:59:09 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519846 - head/emulators/javatari Message-ID: <201912112159.xBBLx92r033338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= Multiplayer Atari 2600 emulator written in pure Java - -BROKEN= unfetchable LICENSE= AGPLv3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912112159.xBBLx92r033338>