View | Details | Raw Unified | Return to bug 208433 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	minecraft-server
3
PORTNAME=	minecraft-server
4
PORTVERSION=	1.8.9
4
PORTVERSION=	1.9.2
5
CATEGORIES=	games java
5
CATEGORIES=	games java
6
MASTER_SITES=	https://s3.amazonaws.com/Minecraft.Download/versions/${PORTVERSION}/
6
MASTER_SITES=	https://s3.amazonaws.com/Minecraft.Download/versions/${PORTVERSION}/
7
DISTFILES=	minecraft_server.${PORTVERSION}.jar
7
DISTFILES=	minecraft_server.${PORTVERSION}.jar
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (minecraft_server.1.8.9.jar) = c18e4245073aaff580eb7359902f0251436568b1647a9e443a924cdb73fa8312
1
SHA256 (minecraft_server.1.9.2.jar) = a972d127be3b9d5fafe5bd610a173563cb24331b6664a3dc5f73b3cc76d77081
2
SIZE (minecraft_server.1.8.9.jar) = 8320755
2
SIZE (minecraft_server.1.9.2.jar) = 8848002
(-)files/pkg-deinstall.in (-1 / +1 lines)
Lines 8-12 Link Here
8
echo "NOTE: The game world has not been deleted. It is still in"
8
echo "NOTE: The game world has not been deleted. It is still in"
9
echo "/var/db/minecraft-server. If it is no longer required, it will"
9
echo "/var/db/minecraft-server. If it is no longer required, it will"
10
echo "need to be manually deleted."
10
echo "need to be manually deleted."
11
echo "Also, you may wish to delete any remaining files in" 
11
echo "Also, you may wish to delete any remaining files in"
12
echo "%%PREFIX%%/minecraft-server and %%ETCDIR%%"
12
echo "%%PREFIX%%/minecraft-server and %%ETCDIR%%"
(-)files/pkg-message.in (-8 lines)
Lines 17-27 Link Here
17
- To adjust initial memory usage (-Xms), use minecraft_mems= in /etc/rc.conf
17
- To adjust initial memory usage (-Xms), use minecraft_mems= in /etc/rc.conf
18
- To add other java parameters, use minecraft_args= in /etc/rc.conf
18
- To add other java parameters, use minecraft_args= in /etc/rc.conf
19
- To see the interactive console, type service minecraft console
19
- To see the interactive console, type service minecraft console
20
21
Users upgrading from version < 1.8 are advised to run the server to
22
generate new config files, and then modify them based on their existing
23
configuration, as most files are now JSON instead of txt.
24
25
Users upgrading from from 1.8 will need to re-accept the EULA. They
26
may also wish to delete %%DATADIR%% as it is 
27
no longer used.

Return to bug 208433