Date: Mon, 26 Feb 2024 18:37:24 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e5b7a328929b - main - x11/xfce4-terminal: Fix "unsafe paste dialog" functionality Message-ID: <202402261837.41QIbOuW031351@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5b7a328929b8cf7803fde8761cff6046b833f1c commit e5b7a328929b8cf7803fde8761cff6046b833f1c Author: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> AuthorDate: 2024-02-26 18:34:47 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-02-26 18:37:01 +0000 x11/xfce4-terminal: Fix "unsafe paste dialog" functionality Import patch from upstream to fix a bug in the latest relase that prevents the "unsafe paste dialog" feature from working. PR: 277276 btained from: https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451cdeaaea8ed409e6d711b670699a97 --- x11/xfce4-terminal/Makefile | 4 ++++ x11/xfce4-terminal/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index e2ebc082c5ff..4c2264b32b7d 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -1,9 +1,13 @@ PORTNAME= xfce4-terminal PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 +PATCH_SITES= https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/ +PATCHFILES= 177fda86451cdeaaea8ed409e6d711b670699a97.patch:-p1 + MAINTAINER= xfce@FreeBSD.org COMMENT= Terminal emulator for the X windowing system WWW= https://www.xfce.org/ diff --git a/x11/xfce4-terminal/distinfo b/x11/xfce4-terminal/distinfo index 2c30cb4438e3..cdc4a1c6b311 100644 --- a/x11/xfce4-terminal/distinfo +++ b/x11/xfce4-terminal/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1707159891 +TIMESTAMP = 1708766271 SHA256 (xfce4/xfce4-terminal-1.1.2.tar.bz2) = 79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810 SIZE (xfce4/xfce4-terminal-1.1.2.tar.bz2) = 1042199 +SHA256 (xfce4/177fda86451cdeaaea8ed409e6d711b670699a97.patch) = 81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7 +SIZE (xfce4/177fda86451cdeaaea8ed409e6d711b670699a97.patch) = 1126
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261837.41QIbOuW031351>