Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 04:17:43 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535348 - head/games/minecraft-client
Message-ID:  <202005160417.04G4Hhsv063303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Sat May 16 04:17:42 2020
New Revision: 535348
URL: https://svnweb.freebsd.org/changeset/ports/535348

Log:
  - Make fetchable and unbreak
  - Make portclippy happy
  
  PR:		244104
  Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com>
  Approved by:	ehaupt (mentor)

Modified:
  head/games/minecraft-client/Makefile
  head/games/minecraft-client/distinfo

Modified: head/games/minecraft-client/Makefile
==============================================================================
--- head/games/minecraft-client/Makefile	Sat May 16 03:11:05 2020	(r535347)
+++ head/games/minecraft-client/Makefile	Sat May 16 04:17:42 2020	(r535348)
@@ -5,26 +5,24 @@ PORTNAME=	minecraft-client
 PORTVERSION=	1.7.9
 PORTREVISION=	6
 CATEGORIES=	games java
-MASTER_SITES=	https://s3.amazonaws.com/Minecraft.Download/launcher/:minecraft \
-		https://media-mcw.cursecdn.com/c/c5/:icon
-DISTFILES=	Minecraft.jar:minecraft \
-		Grass.png:icon
+MASTER_SITES=	https://homura.magzu.net/games/ \
+		LOCAL/tagattie/${PORTNAME}/${PORTVERSION}
+DISTFILES=	Minecraft.jar \
+		Grass.png
 DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 EXTRACT_ONLY=
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Client for the block building game
 
-BROKEN=		unfetchable
-
 RUN_DEPENDS=	${JAVALIBDIR}/lwjgl/lwjgl.jar:games/lwjgl \
 		xrandr:x11/xrandr
 
 USES=		openal
 USE_JAVA=	yes
+JAVA_VERSION=	1.8+
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk
-JAVA_VERSION=	1.8+
 
 DESKTOP_ENTRIES="Minecraft" \
 		"Block building game" \

Modified: head/games/minecraft-client/distinfo
==============================================================================
--- head/games/minecraft-client/distinfo	Sat May 16 03:11:05 2020	(r535347)
+++ head/games/minecraft-client/distinfo	Sat May 16 04:17:42 2020	(r535348)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1566463463
+TIMESTAMP = 1580044441
 SHA256 (minecraft-client/1.7.9/Minecraft.jar) = e8d90b2637b141b556670d8460d317aadb6e4f2e644e519995c428800b25f212
 SIZE (minecraft-client/1.7.9/Minecraft.jar) = 280212
 SHA256 (minecraft-client/1.7.9/Grass.png) = 5927b41c7fb768888721cc9e64edaabc831ce51620e783cf66dbf83116e21775



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005160417.04G4Hhsv063303>