Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2021 08:41:05 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4b311de655d3 - main - net/xrdp*: chase PulseAudio update
Message-ID:  <202104130841.13D8f5pB058952@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta:

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

commit 4b311de655d3ed3decdd50437ecb83659fd754e1
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2021-04-13 08:37:06 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-04-13 08:40:47 +0000

    net/xrdp*: chase PulseAudio update
---
 net/xrdp-devel/Makefile | 3 ++-
 net/xrdp/Makefile       | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile
index 88dab89d9405..defcdf9d01ca 100644
--- a/net/xrdp-devel/Makefile
+++ b/net/xrdp-devel/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	xrdp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.16.p20210223
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 PKGNAMESUFFIX=	-devel
@@ -19,7 +20,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/bin/nasm:devel/nasm
 RUN_DEPENDS=	xterm:x11/xterm \
 		${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \
-		${LOCALBASE}/lib/pulse-13.0/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp
+		${LOCALBASE}/lib/pulse-14.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp
 
 USES=		autoreconf:build compiler:c11 jpeg localbase libtool pkgconfig \
 		ssl xorg
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index 64a66d2cd709..f2d542da733c 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	xrdp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.15
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 DIST_SUBDIR?=	${PORTNAME}
@@ -18,7 +19,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/bin/nasm:devel/nasm
 RUN_DEPENDS=	xterm:x11/xterm \
 		${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \
-		${LOCALBASE}/lib/pulse-13.0/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp
+		${LOCALBASE}/lib/pulse-14.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp
 
 USES=		autoreconf:build compiler:c11 jpeg localbase libtool pkgconfig \
 		ssl xorg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104130841.13D8f5pB058952>