aboutsummaryrefslogtreecommitdiff
path: root/games/slade/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-06-05 12:54:16 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-06-05 13:14:33 +0000
commit082ab5c87d31012cc6a15a5e00e30404f782eb21 (patch)
tree07cf084451d54464450e34ceb2a6b8b677e5c4d9 /games/slade/Makefile
parent7e43161af65de99623495c1ce59d8118cb62fef0 (diff)
downloadports-082ab5c87d31012cc6a15a5e00e30404f782eb21.tar.gz
ports-082ab5c87d31012cc6a15a5e00e30404f782eb21.zip
games/slade: the port had been updated and improved (+)
- Update to version 3.1.13, minor bugfix release - Fix assorted string formatting bugs which caused lots of failed assertions in wxArgNormalizer(): format specifier doesn't match argument type Reported by: portscout
Diffstat (limited to 'games/slade/Makefile')
-rw-r--r--games/slade/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/slade/Makefile b/games/slade/Makefile
index 46fef271684a..371b8381056a 100644
--- a/games/slade/Makefile
+++ b/games/slade/Makefile
@@ -1,8 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= slade
-PORTVERSION= 3.1.12
-PORTREVISION= 1
+PORTVERSION= 3.1.13
CATEGORIES= games
MAINTAINER= danfe@FreeBSD.org
@@ -48,7 +47,5 @@ post-patch:
${WRKSRC}/src/External/zreaders/portable_endian.h
@${REINPLACE_CMD} -e 's,wxVSCROLL,static_cast<long>(&),' \
${WRKSRC}/src/MapEditor/UI/Dialogs/ActionSpecialDialog.cpp
- @${REINPLACE_CMD} -e 's,(new_print,&.ToStdString(),' \
- ${WRKSRC}/src/Scripting/Lua.cpp
.include <bsd.port.mk>