git: f6102e559d8d - main - security/gnome-ssh-askpass: Update version 6.7p1=>6.8p1

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 19 Mar 2024 19:27:56 UTC
The branch main has been updated by bofh:

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

commit f6102e559d8d8981ba7445501bfc2bd749defa35
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-19 17:43:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-19 19:24:32 +0000

    security/gnome-ssh-askpass: Update version 6.7p1=>6.8p1
---
 security/gnome-ssh-askpass/Makefile                     |  2 +-
 security/gnome-ssh-askpass/distinfo                     |  6 +++---
 security/gnome-ssh-askpass/files/patch-contrib_Makefile | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile
index e2c1fca13e00..88749ebe144c 100644
--- a/security/gnome-ssh-askpass/Makefile
+++ b/security/gnome-ssh-askpass/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gnome-ssh-askpass
-PORTVERSION=	6.7p1
+PORTVERSION=	6.8p1
 CATEGORIES=	security gnome
 MASTER_SITES=	OPENBSD/OpenSSH/portable/
 DISTNAME=	openssh-${PORTVERSION}
diff --git a/security/gnome-ssh-askpass/distinfo b/security/gnome-ssh-askpass/distinfo
index 88d12a2dd015..b14fe9a277bc 100644
--- a/security/gnome-ssh-askpass/distinfo
+++ b/security/gnome-ssh-askpass/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710683146
-SHA256 (openssh-6.7p1.tar.gz) = b2f8394eae858dabbdef7dac10b99aec00c95462753e80342e530bbb6f725507
-SIZE (openssh-6.7p1.tar.gz) = 1351367
+TIMESTAMP = 1710840307
+SHA256 (openssh-6.8p1.tar.gz) = 3ff64ce73ee124480b5bf767b9830d7d3c03bbcb6abe716b78f0192c37ce160e
+SIZE (openssh-6.8p1.tar.gz) = 1475953
diff --git a/security/gnome-ssh-askpass/files/patch-contrib_Makefile b/security/gnome-ssh-askpass/files/patch-contrib_Makefile
deleted file mode 100644
index 98901ed86ca1..000000000000
--- a/security/gnome-ssh-askpass/files/patch-contrib_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/Makefile.orig	2012-05-19 05:24:37 UTC
-+++ contrib/Makefile
-@@ -9,7 +9,7 @@ gnome-ssh-askpass1: gnome-ssh-askpass1.c
- 		`gnome-config --libs gnome gnomeui`
- 
- gnome-ssh-askpass2: gnome-ssh-askpass2.c
--	$(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \
-+	$(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
- 		gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
- 		`$(PKG_CONFIG) --libs gtk+-2.0 x11`
-