aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2021-04-13 08:37:06 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2021-04-13 08:40:47 +0000
commit4b311de655d3ed3decdd50437ecb83659fd754e1 (patch)
treeeb219cc42c82e026c3777a8c9040271ad643c4f9
parent17f2334e19b53fe0023a339d24814a0bfb3338bf (diff)
downloadports-4b311de655d3ed3decdd50437ecb83659fd754e1.tar.gz
ports-4b311de655d3ed3decdd50437ecb83659fd754e1.zip
net/xrdp*: chase PulseAudio update
-rw-r--r--net/xrdp-devel/Makefile3
-rw-r--r--net/xrdp/Makefile3
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