git: 6e9e6da50fe9 - main - net/xrdp: Use canonical spelling of USERS/GROUPS

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 04 Sep 2026 15:21:19 UTC
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e9e6da50fe9a5b1d4260a57a041e68b72694b6a

commit 6e9e6da50fe9a5b1d4260a57a041e68b72694b6a
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-09-02 17:01:48 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-09-04 15:21:15 +0000

    net/xrdp: Use canonical spelling of USERS/GROUPS
    
    When the _xrdp user and group were added, they were listed as
    USER=   _xrdp
    GROUP=  _xrdp
    which did not result in the user and group being created when the
    package is installed.
    
    Reviewed by:    meta
    Fixes:  ee46045d223a ("net/xrdp: Update to 0.10.2-rc.1")
    Sponsored by:   Amazon
    Differential Revision:  https://reviews.freebsd.org/D59324
---
 net/xrdp/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index fd5caa89dc05..5ecea36e48cc 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xrdp
 DISTVERSION=	0.10.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/neutrinolabs/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -71,8 +71,8 @@ OPUS_CONFIGURE_ENABLE=		opus
 X264_LIB_DEPENDS=		libx264.so:multimedia/libx264
 X264_CONFIGURE_ENABLE=		x264
 
-GROUP=		_xrdp
-USER=		_xrdp
+GROUPS=		_xrdp
+USERS=		_xrdp
 
 .include <bsd.port.pre.mk>