git: 55c22c0d52f7 - main - graphics/tiled: update 1.8.0 → 1.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Feb 2022 01:02:59 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=55c22c0d52f721ab246b2e8e503749d48b204849 commit 55c22c0d52f721ab246b2e8e503749d48b204849 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-02-12 22:46:12 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-02-13 01:02:52 +0000 graphics/tiled: update 1.8.0 → 1.8.1 --- graphics/tiled/Makefile | 2 +- graphics/tiled/distinfo | 6 +++--- graphics/tiled/files/patch-src_tiled_scriptfile.cpp | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 3391899bec00..f69603765aba 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -1,5 +1,5 @@ PORTNAME= tiled -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games 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 <sys/stat.h> + #include <unistd.h> ++#include <errno.h> + #endif + + #include <memory>