diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 3391899bec00..f69603765aba 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -1,48 +1,48 @@ PORTNAME= tiled -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games MAINTAINER= amdmi3@FreeBSD.org COMMENT= General purpose tile map editor LICENSE= BSD2CLAUSE BSD3CLAUSE GPLv2+ LICENSE_COMB= multi LIB_DEPENDS= libzstd.so:archivers/zstd USE_GITHUB= yes GH_ACCOUNT= bjorn USES= compiler:c++14-lang desktop-file-utils gl qmake qt:5 \ shared-mime-info xorg USE_QT= core gui widgets opengl network declarative \ buildtools_build linguisttools_build USE_GL= gl USE_LDCONFIG= yes QMAKE_ARGS= SYSTEM_ZSTD=yes PORTDOCS= * OPTIONS_DEFINE= PYTHON DBUS DOCS OPTIONS_DEFAULT=PYTHON DBUS OPTIONS_SUB= yes PYTHON_DESC= Enable python plugin PYTHON_USES= pkgconfig python:3.6+ PYTHON_QMAKE_OFF= DISABLE_PYTHON_PLUGIN=yes DBUS_USE= QT=dbus DBUS_QMAKE_OFF= DISABLE_DBUS=yes post-patch-PYTHON-on: @${REINPLACE_CMD} -e 's|python3|python-${PYTHON_VER}|' \ ${WRKSRC}/src/plugins/python/find_python.pri post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS README.md NEWS.md ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/graphics/tiled/distinfo b/graphics/tiled/distinfo index 9bdf067e6fad..07d3b5457cb1 100644 --- a/graphics/tiled/distinfo +++ b/graphics/tiled/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1644413312 -SHA256 (bjorn-tiled-v1.8.0_GH0.tar.gz) = 653adcadbd0e53861440f411d72c96486f97ca99511518d1e976a5db289c61ad -SIZE (bjorn-tiled-v1.8.0_GH0.tar.gz) = 17029090 +TIMESTAMP = 1644705120 +SHA256 (bjorn-tiled-v1.8.1_GH0.tar.gz) = f337fd62755a42d68b06b14afe5948fb03bdb46ddbbca1b6d8d6b13e21084d60 +SIZE (bjorn-tiled-v1.8.1_GH0.tar.gz) = 17030812 diff --git a/graphics/tiled/files/patch-src_tiled_scriptfile.cpp b/graphics/tiled/files/patch-src_tiled_scriptfile.cpp new file mode 100644 index 000000000000..b350e34f3a59 --- /dev/null +++ b/graphics/tiled/files/patch-src_tiled_scriptfile.cpp @@ -0,0 +1,10 @@ +--- src/tiled/scriptfile.cpp.orig 2022-02-11 12:24:45 UTC ++++ src/tiled/scriptfile.cpp +@@ -46,6 +46,7 @@ + #if defined(Q_OS_UNIX) + #include + #include ++#include + #endif + + #include