svn commit: r535348 - head/games/minecraft-client
Hiroki Tagato
tagattie at FreeBSD.org
Sat May 16 04:17:43 UTC 2020
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 at 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 at 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
More information about the svn-ports-all
mailing list