aboutsummaryrefslogtreecommitdiffstats
path: root/games/openttd
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-12-03 14:28:03 +0800
committerdanfe <danfe@FreeBSD.org>2013-12-03 14:28:03 +0800
commit25dcf7c75c00d611e247031645ca1b2772037573 (patch)
tree5a29f928f94dfeefb452945b6421f24fcb0fa341 /games/openttd
parent755f3929776beef680e48767173197a11087a6fb (diff)
downloadfreebsd-ports-gnome-25dcf7c75c00d611e247031645ca1b2772037573.tar.gz
freebsd-ports-gnome-25dcf7c75c00d611e247031645ca1b2772037573.tar.zst
freebsd-ports-gnome-25dcf7c75c00d611e247031645ca1b2772037573.zip
Update to version 1.3.3, which fixes an important crashy bug: denial of
service (server) using forcefully crashed aircrafts. While here, reduce the diffs between other OpenTTD's VuXML entries; and limit build logs verbosity to bulk package builders (or batch builds). PR: ports/184434, ports/184435 Submitted by: Ilya A. Arkhipov Security: CVE-2013-6411
Diffstat (limited to 'games/openttd')
-rw-r--r--games/openttd/Makefile7
-rw-r--r--games/openttd/distinfo4
2 files changed, 7 insertions, 4 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile
index 786bb0bd025f..89d801c605f2 100644
--- a/games/openttd/Makefile
+++ b/games/openttd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openttd
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.3
CATEGORIES= games
MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \
http://us.binaries.openttd.org/binaries/releases/${PORTVERSION}/
@@ -21,7 +21,10 @@ USE_XZ= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}"
CONFIGURE_ARGS= --prefix-dir="${PREFIX}" --data-dir="${DATADIR_REL}"
-MAKE_ARGS= VERBOSE=1 # We want to see what's going on
+
+.if defined(BATCH) || defined(PACKAGE_BUILDING)
+MAKE_ARGS= VERBOSE=1
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CXXFLAGS= # Set to empty as OpenTTD treats it as an addition to CFLAGS
diff --git a/games/openttd/distinfo b/games/openttd/distinfo
index 0305d970fa7a..77956328617c 100644
--- a/games/openttd/distinfo
+++ b/games/openttd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (openttd-1.3.2-source.tar.xz) = f6efc0cd0c4f4315a98844c331acc2e02322d5671ec376b9f0a11795b0eb270b
-SIZE (openttd-1.3.2-source.tar.xz) = 6347104
+SHA256 (openttd-1.3.3-source.tar.xz) = 6991ed2c0170481800c3a92a1b43546821a658de91d3ac7efe868588387eca5d
+SIZE (openttd-1.3.3-source.tar.xz) = 6370128