svn commit: r387506 - head/emulators/javatari

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue May 26 18:29:49 UTC 2015


Author: danilo
Date: Tue May 26 18:29:48 2015
New Revision: 387506
URL: https://svnweb.freebsd.org/changeset/ports/387506

Log:
  - Fix MASTER_SITES. The jar file was moved.
  
  MFH:		2015Q2

Modified:
  head/emulators/javatari/Makefile

Modified: head/emulators/javatari/Makefile
==============================================================================
--- head/emulators/javatari/Makefile	Tue May 26 18:12:37 2015	(r387505)
+++ head/emulators/javatari/Makefile	Tue May 26 18:29:48 2015	(r387506)
@@ -4,7 +4,7 @@
 PORTNAME=	javatari
 PORTVERSION=	4.1
 CATEGORIES=	emulators java
-MASTER_SITES=	http://javatari.org/files/
+MASTER_SITES=	http://javatari.org/java/files/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=


More information about the svn-ports-all mailing list