Date: Sun, 11 Feb 2024 09:36:16 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ee037520ff2 - main - x11/xpra: Update to 5.0.5 Message-ID: <202402110936.41B9aGlZ063110@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ee037520ff2ed1a0bc61a47f53717458f8bc46f commit 1ee037520ff2ed1a0bc61a47f53717458f8bc46f Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-02-11 09:35:15 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-02-11 09:35:31 +0000 x11/xpra: Update to 5.0.5 Reported by: portscout! --- x11/xpra/Makefile | 3 +-- x11/xpra/distinfo | 6 +++--- x11/xpra/files/patch-setup.py | 20 -------------------- x11/xpra/pkg-plist | 1 - 4 files changed, 4 insertions(+), 26 deletions(-) diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 4b17eaca21be..08cfda6c163c 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -1,6 +1,5 @@ PORTNAME= xpra -PORTVERSION= 5.0.4 -PORTREVISION= 1 +PORTVERSION= 5.0.5 CATEGORIES= x11 MASTER_SITES= https://xpra.org/src/ diff --git a/x11/xpra/distinfo b/x11/xpra/distinfo index 5565bd36c9dd..78e652f0111c 100644 --- a/x11/xpra/distinfo +++ b/x11/xpra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702802876 -SHA256 (xpra-5.0.4.tar.xz) = a0a2c2f8c8241628b9222b4ba9ffa3c5e3168534acf53481abba65999b4a647d -SIZE (xpra-5.0.4.tar.xz) = 8357956 +TIMESTAMP = 1707596191 +SHA256 (xpra-5.0.5.tar.xz) = 3ace9958195d0ee3fd90e87c651044281089d3b21eea5fdeb35484aa23a397b3 +SIZE (xpra-5.0.5.tar.xz) = 8360716 diff --git a/x11/xpra/files/patch-setup.py b/x11/xpra/files/patch-setup.py deleted file mode 100644 index 4fcbb91ab313..000000000000 --- a/x11/xpra/files/patch-setup.py +++ /dev/null @@ -1,20 +0,0 @@ ---- setup.py.orig 2023-10-03 11:21:49 UTC -+++ setup.py -@@ -269,7 +269,7 @@ evdi_ENABLED = DEFAULT and LINUX and pkg_co - keyboard_ENABLED = DEFAULT - v4l2_ENABLED = DEFAULT and (not WIN32 and not OSX and not FREEBSD and not OPENBSD) - evdi_ENABLED = DEFAULT and LINUX and pkg_config_version("1.9", "evdi") --drm_ENABLED = DEFAULT and LINUX and pkg_config_version("2.4", "libdrm") -+drm_ENABLED = DEFAULT and (LINUX or FREEBSD) and pkg_config_version("2.4", "libdrm") - #ffmpeg 3.1 or later is required - dec_avcodec2_ENABLED = ffmpeg_ENABLED and pkg_config_version("57", "libavcodec") - csc_swscale_ENABLED = ffmpeg_ENABLED and pkg_config_ok("--exists", "libswscale") -@@ -2043,7 +2002,7 @@ if data_ENABLED: - if not is_openSUSE(): - add_data_files(share_xpra, ["README.md", "COPYING"]) - add_data_files(share_xpra, ["fs/share/xpra/bell.wav"]) -- if LINUX: -+ if LINUX or FREEBSD: - add_data_files(share_xpra, ["fs/share/xpra/autostart.desktop"]) - ICONS = glob.glob("fs/share/xpra/icons/*.png") - if OSX: diff --git a/x11/xpra/pkg-plist b/x11/xpra/pkg-plist index 7748e4fe109c..e9d5c1ef4834 100644 --- a/x11/xpra/pkg-plist +++ b/x11/xpra/pkg-plist @@ -1658,7 +1658,6 @@ share/pixmaps/xpra.png %%DATADIR%%/bell.wav %%DATADIR%%/css/10_header_bar.css %%DATADIR%%/css/20_progress_bar.css -%%DATADIR%%/cuda/README.md %%DATADIR%%/icons/audio.png %%DATADIR%%/icons/authentication.png %%DATADIR%%/icons/bandwidth_limit.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402110936.41B9aGlZ063110>