aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-02-11 09:35:15 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-02-11 09:35:31 +0000
commit1ee037520ff2ed1a0bc61a47f53717458f8bc46f (patch)
treec16076373aab10174ad87b548463b930ac1157fd
parentc6e7fdc9aa8af841a7f22bc658c2188bdd15121f (diff)
downloadports-1ee037520ff2ed1a0bc61a47f53717458f8bc46f.tar.gz
ports-1ee037520ff2ed1a0bc61a47f53717458f8bc46f.zip
x11/xpra: Update to 5.0.5
Reported by: portscout!
-rw-r--r--x11/xpra/Makefile3
-rw-r--r--x11/xpra/distinfo6
-rw-r--r--x11/xpra/files/patch-setup.py20
-rw-r--r--x11/xpra/pkg-plist1
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