svn commit: r493690 - head/games/doomsday

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 23 15:55:05 UTC 2019


Author: danilo
Date: Sat Feb 23 15:55:03 2019
New Revision: 493690
URL: https://svnweb.freebsd.org/changeset/ports/493690

Log:
  - Update to 2.1.1

Modified:
  head/games/doomsday/Makefile
  head/games/doomsday/distinfo
  head/games/doomsday/pkg-plist

Modified: head/games/doomsday/Makefile
==============================================================================
--- head/games/doomsday/Makefile	Sat Feb 23 15:48:12 2019	(r493689)
+++ head/games/doomsday/Makefile	Sat Feb 23 15:55:03 2019	(r493690)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	doomsday
-PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTVERSION=	2.1.1
 CATEGORIES=	games
 MASTER_SITES=	SF/deng/Doomsday%20Engine/${PORTVERSION}
 
@@ -17,13 +16,14 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libfluidsynth.so:audio/fluidsynth
 RUN_DEPENDS=	timidity:audio/timidity
 
-USES=		cmake compiler:c++11-lib gl localbase:ldflags ninja openal pkgconfig python:2.7,build qt:5
+USES=		cmake compiler:c++11-lib gl localbase:ldflags ninja openal pkgconfig \
+		python:2.7,build qt:5 sdl
 
 USE_GL=		gl glu
 USE_LDCONFIG=	yes
 USE_SDL=	sdl2 mixer2
 USE_XORG=	x11 sm ice xext xrandr xxf86vm
-USE_QT=		buildtools_build core gui network widgets qmake opengl x11extras
+USE_QT=		buildtools_build core gui network widgets qmake_build opengl x11extras
 CMAKE_ARGS+=	-DDENG_ENABLE_COTIRE=OFF -DDENG_ASSIMP_EMBEDDED=OFF
 LDFLAGS+=	-lexecinfo
 

Modified: head/games/doomsday/distinfo
==============================================================================
--- head/games/doomsday/distinfo	Sat Feb 23 15:48:12 2019	(r493689)
+++ head/games/doomsday/distinfo	Sat Feb 23 15:55:03 2019	(r493690)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544736185
-SHA256 (doomsday-2.1.0.tar.gz) = 898fb54f59a83311fdaf43118f0c6edefb48f27f276ed65c7a507d82a5667a3e
-SIZE (doomsday-2.1.0.tar.gz) = 47518657
+TIMESTAMP = 1550697555
+SHA256 (doomsday-2.1.1.tar.gz) = 93bbd0f97a6f32f121d0d846a7f5f2d95dced565a8502ab9f0e9e26fdf30c78a
+SIZE (doomsday-2.1.1.tar.gz) = 47526008

Modified: head/games/doomsday/pkg-plist
==============================================================================
--- head/games/doomsday/pkg-plist	Sat Feb 23 15:48:12 2019	(r493689)
+++ head/games/doomsday/pkg-plist	Sat Feb 23 15:55:03 2019	(r493690)
@@ -1,16 +1,16 @@
 bin/doomsday
-bin/doomsday-2.1.0
+bin/doomsday-2.1.1
 bin/doomsday-server
-bin/doomsday-server-2.1.0
+bin/doomsday-server-2.1.1
 bin/doomsday-shell
-bin/doomsday-shell-2.1.0
+bin/doomsday-shell-2.1.1
 bin/doomsday-shell-text
-bin/doomsday-shell-text-2.1.0
+bin/doomsday-shell-text-2.1.1
 bin/doomsdayscript
-bin/doomsdayscript-2.1.0
+bin/doomsdayscript-2.1.1
 bin/md2tool
 bin/savegametool
-bin/savegametool-2.1.0
+bin/savegametool-2.1.1
 bin/texc
 bin/wadtool
 include/de/Action
@@ -932,25 +932,25 @@ lib/doomsday/libimportsave.so
 lib/doomsday/libimportudmf.so
 lib/libdeng_appfw.so
 lib/libdeng_appfw.so.2.1
-lib/libdeng_appfw.so.2.1.0
+lib/libdeng_appfw.so.2.1.1
 lib/libdeng_core.so
 lib/libdeng_core.so.2.1
-lib/libdeng_core.so.2.1.0
+lib/libdeng_core.so.2.1.1
 lib/libdeng_doomsday.so
 lib/libdeng_doomsday.so.2.1
-lib/libdeng_doomsday.so.2.1.0
+lib/libdeng_doomsday.so.2.1.1
 lib/libdeng_gamefw.so
 lib/libdeng_gamefw.so.2.1
-lib/libdeng_gamefw.so.2.1.0
+lib/libdeng_gamefw.so.2.1.1
 lib/libdeng_gui.so
 lib/libdeng_gui.so.2.1
-lib/libdeng_gui.so.2.1.0
+lib/libdeng_gui.so.2.1.1
 lib/libdeng_legacy.so
 lib/libdeng_legacy.so.2.1
-lib/libdeng_legacy.so.2.1.0
+lib/libdeng_legacy.so.2.1.1
 lib/libdeng_shell.so
 lib/libdeng_shell.so.2.1
-lib/libdeng_shell.so.2.1.0
+lib/libdeng_shell.so.2.1.1
 share/applications/net.dengine.Doomsday.desktop
 share/applications/net.dengine.Shell.desktop
 share/doc/texc/examples/death.tx


More information about the svn-ports-all mailing list