git: c28159b2cfc8 - main - x11/elementary-terminal: Update to 6.0.2

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Thu, 19 May 2022 17:54:13 UTC
The branch main has been updated by nc:

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

commit c28159b2cfc8841786fc0cf95bc4ce31b2fcdf3e
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2022-05-19 17:52:33 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-05-19 17:52:33 +0000

    x11/elementary-terminal: Update to 6.0.2
    
    Changes: https://github.com/elementary/terminal/releases/tag/6.0.2
    
    PR:     264073
---
 x11/elementary-terminal/Makefile                   |  2 +-
 x11/elementary-terminal/distinfo                   |  6 ++--
 .../files/patch-data_meson.build                   | 33 +++-------------------
 3 files changed, 8 insertions(+), 33 deletions(-)

diff --git a/x11/elementary-terminal/Makefile b/x11/elementary-terminal/Makefile
index a1c17496ec88..ed5b6684ebae 100644
--- a/x11/elementary-terminal/Makefile
+++ b/x11/elementary-terminal/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	terminal
-DISTVERSION=	6.0.1
+DISTVERSION=	6.0.2
 CATEGORIES=	x11
 PKGNAMEPREFIX=	elementary-
 
diff --git a/x11/elementary-terminal/distinfo b/x11/elementary-terminal/distinfo
index aef915b19596..00e9a4c892c5 100644
--- a/x11/elementary-terminal/distinfo
+++ b/x11/elementary-terminal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1639925265
-SHA256 (elementary-terminal-6.0.1_GH0.tar.gz) = de741ad5deadb927243a7007be0f5d3bb4070f780362d59ded600692064b0eca
-SIZE (elementary-terminal-6.0.1_GH0.tar.gz) = 865233
+TIMESTAMP = 1652895204
+SHA256 (elementary-terminal-6.0.2_GH0.tar.gz) = 4489cfce268c4ecfcd9aac3d8819cc264f7a5ab97633dcd71f84ae7c6441735a
+SIZE (elementary-terminal-6.0.2_GH0.tar.gz) = 868353
diff --git a/x11/elementary-terminal/files/patch-data_meson.build b/x11/elementary-terminal/files/patch-data_meson.build
index 18a76de865f4..ce862d4d52ed 100644
--- a/x11/elementary-terminal/files/patch-data_meson.build
+++ b/x11/elementary-terminal/files/patch-data_meson.build
@@ -1,34 +1,9 @@
---- data/meson.build.orig	2021-12-13 18:31:36 UTC
+--- data/meson.build.orig	2022-05-18 04:44:45 UTC
 +++ data/meson.build
-@@ -4,7 +4,6 @@ install_data(
- )
- 
- i18n.merge_file (
--    'desktop',
-     input: meson.project_name() + '.desktop.in',
-     output: meson.project_name() + '.desktop',
-     install: true,
-@@ -14,7 +13,6 @@ i18n.merge_file (
- )
- 
- i18n.merge_file (
--    'desktop',
-     input: 'open-pantheon-terminal-here.desktop.in',
-     output: 'open-pantheon-terminal-here.desktop',
-     install: true,
-@@ -24,7 +22,6 @@ i18n.merge_file (
- )
- 
- i18n.merge_file (
--    'appdata',
-     input: meson.project_name() + '.appdata.xml.in',
-     output: meson.project_name() + '.appdata.xml',
-     install: true,
-@@ -42,14 +39,4 @@ test (
-     'Validate open here desktop file',
+@@ -40,13 +40,3 @@ test (
      find_program('desktop-file-validate'),
      args: join_paths(meson.current_build_dir (), 'open-pantheon-terminal-here.desktop')
--)
+ )
 -
 -install_data(
 -    'pantheon_terminal_process_completion_notifications.fish',
@@ -38,4 +13,4 @@
 -install_data(
 -    'enable-zsh-completion-notifications',
 -    install_dir: join_paths(get_option('datadir'), meson.project_name())
- )
+-)