svn commit: r492249 - in head/games/ags: . files
Tobias Kortkamp
tobik at FreeBSD.org
Tue Feb 5 15:14:49 UTC 2019
Author: tobik
Date: Tue Feb 5 15:14:48 2019
New Revision: 492249
URL: https://svnweb.freebsd.org/changeset/ports/492249
Log:
games/ags: Update to 3.4.3.0
Changes: https://raw.githubusercontent.com/adventuregamestudio/ags/v.3.4.3.0/Changes.txt
Deleted:
head/games/ags/files/patch-Common_debug_assert.h
Modified:
head/games/ags/Makefile
head/games/ags/distinfo
Modified: head/games/ags/Makefile
==============================================================================
--- head/games/ags/Makefile Tue Feb 5 15:02:36 2019 (r492248)
+++ head/games/ags/Makefile Tue Feb 5 15:14:48 2019 (r492249)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= ags
-DISTVERSION= 3.4.1.15
-PORTREVISION= 1
+DISTVERSION= 3.4.3.0
CATEGORIES= games
MASTER_SITES= https://github.com/adventuregamestudio/ags/releases/download/v.${DISTVERSION}/
DISTNAME= ags_linux_v.${DISTVERSION}
@@ -32,8 +31,6 @@ PLIST_FILES= bin/ags
post-patch:
@${REINPLACE_CMD} 's|<endian.h>|<sys/endian.h>|' \
${WRKSRC}/Common/core/endianness.h
- @${REINPLACE_CMD} 's|HWND editor_window_handle = NULL;|HWND editor_window_handle = 0;|g' \
- ${WRKSRC}/Engine/debug/debug.cpp
@${REINPLACE_CMD} -e 's|return cd_player|return 0; // cd_player|g' \
-e 's|cd_exit|//cd_exit|g' \
${WRKSRC}/Engine/platform/linux/acpllnx.cpp
Modified: head/games/ags/distinfo
==============================================================================
--- head/games/ags/distinfo Tue Feb 5 15:02:36 2019 (r492248)
+++ head/games/ags/distinfo Tue Feb 5 15:14:48 2019 (r492249)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548136778
-SHA256 (ags_linux_v.3.4.1.15.tar.xz) = 7edcc091692bd3d5402a8135a13d0c3e066aa8de78185e1205e2a6cc9189122c
-SIZE (ags_linux_v.3.4.1.15.tar.xz) = 862120
+TIMESTAMP = 1549378770
+SHA256 (ags_linux_v.3.4.3.0.tar.xz) = 7dae922a94efbe31f70a212b7788d8f8e7073f115e040b1869032b469068912c
+SIZE (ags_linux_v.3.4.3.0.tar.xz) = 864832
More information about the svn-ports-all
mailing list