aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2024-03-11 14:40:08 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2024-03-11 14:53:58 +0000
commitdcfca69faf39ff8b91441539aa494087066ac8ab (patch)
tree804ed57b801b5344ec44bb56fe9889186a31d0a3
parent6ae31270228f633e5681f72981e785ee5658659d (diff)
downloadports-dcfca69faf39ff8b91441539aa494087066ac8ab.tar.gz
ports-dcfca69faf39ff8b91441539aa494087066ac8ab.zip
net/xrdp: Update to 0.9.25
Dropped runtime dependency on audio/pulseaudio-module-xrdp to allow users to choose either PipeWire or PulseAudio to meet environment. Changes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.25
-rw-r--r--net/xrdp/Makefile7
-rw-r--r--net/xrdp/distinfo10
-rw-r--r--net/xrdp/files/pkg-message.in7
3 files changed, 12 insertions, 12 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index 4c7c3d6cfbfe..427cf8460600 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -1,13 +1,11 @@
PORTNAME= xrdp
DISTVERSIONPREFIX= v
-DISTVERSION= 0.9.24
-PORTREVISION= 2
+DISTVERSION= 0.9.25
PORTEPOCH= 1
CATEGORIES= net
DIST_SUBDIR?= ${PORTNAME}
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
-PATCHFILES= ba2202e.patch:-p1 84a747c.patch:-p1
MAINTAINER= meta@FreeBSD.org
COMMENT= Open source Remote Desktop Protocol (RDP) server
@@ -17,8 +15,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:devel/nasm
-RUN_DEPENDS= ${LOCALBASE}/lib/pulseaudio/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp \
- ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \
+RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \
xterm:x11/xterm
LIB_DEPENDS= libImlib2.so:graphics/imlib2
diff --git a/net/xrdp/distinfo b/net/xrdp/distinfo
index 408803b7e94a..701f40ad267a 100644
--- a/net/xrdp/distinfo
+++ b/net/xrdp/distinfo
@@ -1,11 +1,7 @@
-TIMESTAMP = 1708949171
-SHA256 (xrdp/neutrinolabs-xrdp-v0.9.24_GH0.tar.gz) = b5445c1fe52509bd69eb1ca155594a200385961e1edeb79ae66d29072cff889c
-SIZE (xrdp/neutrinolabs-xrdp-v0.9.24_GH0.tar.gz) = 783504
+TIMESTAMP = 1710166846
+SHA256 (xrdp/neutrinolabs-xrdp-v0.9.25_GH0.tar.gz) = 4340400e9ca82efdd63073aaf409bdf570d3c9e14ff6e08b01d069446b087fab
+SIZE (xrdp/neutrinolabs-xrdp-v0.9.25_GH0.tar.gz) = 784506
SHA256 (xrdp/neutrinolabs-librfxcodec-c537401a_GH0.tar.gz) = ecfae401b6c19496c9f7cde91ef10bd97a6cced100d4bba9a5dda60f21bee478
SIZE (xrdp/neutrinolabs-librfxcodec-c537401a_GH0.tar.gz) = 49437
SHA256 (xrdp/neutrinolabs-libpainter-b44f2fa_GH0.tar.gz) = 2bd410db1e9eda7b889278187bf9818aee4fd1029ee0ce7c1e6b9f2cfe8e8217
SIZE (xrdp/neutrinolabs-libpainter-b44f2fa_GH0.tar.gz) = 13936
-SHA256 (xrdp/ba2202e.patch) = 26c0214284ed6bef81810def729e186da0c281983ea71fd237206b79085e1ee4
-SIZE (xrdp/ba2202e.patch) = 1164
-SHA256 (xrdp/84a747c.patch) = bfeaabaab36c06f1510436f1993280bbb10d7372423a097b5f743afb14daf4a9
-SIZE (xrdp/84a747c.patch) = 2012
diff --git a/net/xrdp/files/pkg-message.in b/net/xrdp/files/pkg-message.in
index d39645be8637..3037b2edebd4 100644
--- a/net/xrdp/files/pkg-message.in
+++ b/net/xrdp/files/pkg-message.in
@@ -11,6 +11,13 @@ xrdp_sesman_enable="YES" # if you want to run xrdp-sesman on the same machine
Do not forget to edit the configuration files in "%%PREFIX%%/etc/xrdp"
and the "%%PREFIX%%/etc/xrdp/startwm.sh" script.
+
+To enable audio redirection, install the following ports/packages to meet
+your environment.
+
+- audio/pipewire-module-xrdp
+- audio/pulseaudio-module-xrdp
+
EOM
}
]