aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear/Makefile
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2020-11-02 17:49:49 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2020-11-02 17:49:49 +0000
commitb814ba0b858660c965e7a8ed8983a52f333cfca3 (patch)
tree248c6880a3f1377520cf140246df7f8455d6e96a /games/flightgear/Makefile
parent460efe506acdcc2cfc438a0b341806a29666da84 (diff)
downloadports-b814ba0b858660c965e7a8ed8983a52f333cfca3.tar.gz
ports-b814ba0b858660c965e7a8ed8983a52f333cfca3.zip
Update Simgear and Flightgear ports to 2020.3.1
Notes
Notes: svn path=/head/; revision=553920
Diffstat (limited to 'games/flightgear/Makefile')
-rw-r--r--games/flightgear/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index a41e43d3fd3b..741bbce4e04c 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= flightgear
-PORTVERSION= 2020.1.3
-PORTREVISION= 1
+PORTVERSION= 2020.3.1
CATEGORIES= games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
@@ -56,10 +55,4 @@ QT5_CMAKE_OFF= -DENABLE_QT:BOOL=OFF
QT5_USES= qt:5
QT5_USE= QT=core,buildtools,linguisttools,gui,declarative,network,qmake,widgets,svg
-post-patch:
-# Avoid conflict with C++20 <version> by adding .txt suffix
- @${MV} ${WRKSRC}/version ${WRKSRC}/version.txt
- @${REINPLACE_CMD} -Ei .c++20 '/file|set_prop/s/version[[:>:]]/&.txt/' \
- ${WRKSRC}/CMakeLists.txt
-
.include <bsd.port.mk>