svn commit: r530518 - head/games/linux-dwarffortress

Adriaan de Groot adridg at FreeBSD.org
Fri Apr 3 20:26:09 UTC 2020


Author: adridg
Date: Fri Apr  3 20:19:06 2020
New Revision: 530518
URL: https://svnweb.freebsd.org/changeset/ports/530518

Log:
  Update games/linux-dwarffortress to latest upstream
  
  While Bay12 works on getting DF to Steam, there are still traditional
  releases going on. This update jumps from 44.12 (july 2018) to 47.04
  (february 2020) with a ton of (mostly adventuring mode) fixes and
  extensions.
  
  Sound is still disabled, in the package, because the linuxy bits can't
  dynamically load the sound library.
  
  Strike the earth!

Modified:
  head/games/linux-dwarffortress/Makefile
  head/games/linux-dwarffortress/distinfo
  head/games/linux-dwarffortress/pkg-plist

Modified: head/games/linux-dwarffortress/Makefile
==============================================================================
--- head/games/linux-dwarffortress/Makefile	Fri Apr  3 20:09:46 2020	(r530517)
+++ head/games/linux-dwarffortress/Makefile	Fri Apr  3 20:19:06 2020	(r530518)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dwarffortress
-DISTVERSION=	0.44.12
-PORTREVISION=	2
+DISTVERSION=	0.47.04
 CATEGORIES=	games linux
 MASTER_SITES=	http://www.bay12games.com/dwarves/
 PKGNAMEPREFIX=	linux-
@@ -59,7 +58,7 @@ do-install:
 		help index init initial_movies movies shader.fs shader.vs \
 		sound speech" ${STAGEDIR}${DATADIR}/data)
 	# Switch off SOUND since it doesn't work with c7
-	${REINPLACE_CMD} -e 's/SOUND:ON/SOUND:OFF/' \
+	${REINPLACE_CMD} -e 's/SOUND:YES/SOUND:NO/' \
 		${STAGEDIR}${DATADIR}/data/init/init.txt
 
 do-install-DOCS-on:

Modified: head/games/linux-dwarffortress/distinfo
==============================================================================
--- head/games/linux-dwarffortress/distinfo	Fri Apr  3 20:09:46 2020	(r530517)
+++ head/games/linux-dwarffortress/distinfo	Fri Apr  3 20:19:06 2020	(r530518)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1567250756
-SHA256 (df_44_12_linux.tar.bz2) = 5a2d15730d21b41a68da09ce3c3b70c3e2a6fd15b95c6cbfb68578ed2d2db979
-SIZE (df_44_12_linux.tar.bz2) = 12081683
-SHA256 (df_44_12_linux32.tar.bz2) = 06642ed3ee50992a9b2a6a1bd9fb61b9d2e4e72bd6dd05b40870d5a96343b93a
-SIZE (df_44_12_linux32.tar.bz2) = 12686340
+TIMESTAMP = 1585941885
+SHA256 (df_47_04_linux.tar.bz2) = 1de5872bf3ac32906a0082129ec88d6879b6ac7059a3513607d628090b1328e6
+SIZE (df_47_04_linux.tar.bz2) = 12719630
+SHA256 (df_47_04_linux32.tar.bz2) = c8feb78b01f1bc0269a8af26766711a3e1a2808c42d07d5a097de972e843df03
+SIZE (df_47_04_linux32.tar.bz2) = 13481027

Modified: head/games/linux-dwarffortress/pkg-plist
==============================================================================
--- head/games/linux-dwarffortress/pkg-plist	Fri Apr  3 20:09:46 2020	(r530517)
+++ head/games/linux-dwarffortress/pkg-plist	Fri Apr  3 20:19:06 2020	(r530518)
@@ -201,6 +201,8 @@ libexec/dwarffortress/libgraphics.so
 %%DATADIR%%/data/speech/wandering_profession_year.txt
 %%DATADIR%%/raw/graphics/example/dwarves.bmp
 %%DATADIR%%/raw/graphics/graphics_example.txt
+%%DATADIR%%/raw/interaction examples/example - bogeyman transformation.txt
+%%DATADIR%%/raw/interaction examples/example - shrine effects.txt
 %%DATADIR%%/raw/interaction examples/interaction_disturbance.txt
 %%DATADIR%%/raw/interaction examples/interaction_region.txt
 %%DATADIR%%/raw/interaction examples/interaction_secret.txt


More information about the svn-ports-head mailing list