summaryrefslogtreecommitdiff
path: root/games/minecraft-server
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2016-03-02 13:46:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2016-03-02 13:46:44 +0000
commitdd885433ef250c851a568015db530ee22f320d96 (patch)
tree9515ac9f03f7c26995c434096cc27799e83b879d /games/minecraft-server
parentae0626576df76ed9811cc8d8294bc7bcb4da3327 (diff)
downloadfreebsd-ports-dd885433ef250c851a568015db530ee22f320d96.zip
Update to 1.9.
Submitted by: 207604 Reviewed by: maintainer
Diffstat (limited to 'games/minecraft-server')
-rw-r--r--games/minecraft-server/Makefile2
-rw-r--r--games/minecraft-server/distinfo4
-rw-r--r--games/minecraft-server/files/pkg-deinstall.in2
-rw-r--r--games/minecraft-server/files/pkg-message.in8
4 files changed, 4 insertions, 12 deletions
diff --git a/games/minecraft-server/Makefile b/games/minecraft-server/Makefile
index ea056b395f8c..3cd4328b1028 100644
--- a/games/minecraft-server/Makefile
+++ b/games/minecraft-server/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= minecraft-server
-PORTVERSION= 1.8.9
+PORTVERSION= 1.9
CATEGORIES= games java
MASTER_SITES= https://s3.amazonaws.com/Minecraft.Download/versions/${PORTVERSION}/
DISTFILES= minecraft_server.${PORTVERSION}.jar
diff --git a/games/minecraft-server/distinfo b/games/minecraft-server/distinfo
index 0721de9c85d4..9248cd31cab1 100644
--- a/games/minecraft-server/distinfo
+++ b/games/minecraft-server/distinfo
@@ -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.jar) = 38a797f50c71f55202e2135a30302cf3a5c8cb494c6d225b88599542957d3a7d
+SIZE (minecraft_server.1.9.jar) = 8848015
diff --git a/games/minecraft-server/files/pkg-deinstall.in b/games/minecraft-server/files/pkg-deinstall.in
index 8640ee9d85ea..786763611306 100644
--- a/games/minecraft-server/files/pkg-deinstall.in
+++ b/games/minecraft-server/files/pkg-deinstall.in
@@ -8,5 +8,5 @@ echo
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%%"
diff --git a/games/minecraft-server/files/pkg-message.in b/games/minecraft-server/files/pkg-message.in
index 4a538ae1e6c7..79980e99c98a 100644
--- a/games/minecraft-server/files/pkg-message.in
+++ b/games/minecraft-server/files/pkg-message.in
@@ -17,11 +17,3 @@ With daemon option:
- 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.