git: b08ba041eb66 - main - graphics/tiled: update 1.8.1 → 1.8.2

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Tue, 22 Feb 2022 13:46:56 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b08ba041eb66fbc4c6671bc065517292f3a3573d

commit b08ba041eb66fbc4c6671bc065517292f3a3573d
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-02-21 17:07:36 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-02-22 13:46:39 +0000

    graphics/tiled: update 1.8.1 → 1.8.2
---
 graphics/tiled/Makefile                             |  2 +-
 graphics/tiled/distinfo                             |  6 +++---
 graphics/tiled/files/patch-src_tiled_scriptfile.cpp | 10 ----------
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile
index f69603765aba..c7cb9bd20a19 100644
--- a/graphics/tiled/Makefile
+++ b/graphics/tiled/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tiled
-PORTVERSION=	1.8.1
+PORTVERSION=	1.8.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics editors games
 
diff --git a/graphics/tiled/distinfo b/graphics/tiled/distinfo
index 07d3b5457cb1..92f4d7ead15f 100644
--- a/graphics/tiled/distinfo
+++ b/graphics/tiled/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644705120
-SHA256 (bjorn-tiled-v1.8.1_GH0.tar.gz) = f337fd62755a42d68b06b14afe5948fb03bdb46ddbbca1b6d8d6b13e21084d60
-SIZE (bjorn-tiled-v1.8.1_GH0.tar.gz) = 17030812
+TIMESTAMP = 1645451856
+SHA256 (bjorn-tiled-v1.8.2_GH0.tar.gz) = 5f7deb39d85f598add5eb82e4e3094c4832afe88243f3979128d22782ce04d6d
+SIZE (bjorn-tiled-v1.8.2_GH0.tar.gz) = 17032015
diff --git a/graphics/tiled/files/patch-src_tiled_scriptfile.cpp b/graphics/tiled/files/patch-src_tiled_scriptfile.cpp
deleted file mode 100644
index b350e34f3a59..000000000000
--- a/graphics/tiled/files/patch-src_tiled_scriptfile.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>