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