aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/radarr
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-08-03 16:04:58 +0000
committerMark Felder <feld@FreeBSD.org>2017-08-03 16:04:58 +0000
commit5b9024efc36bc779aadc9de29fdfbb8a53da8d49 (patch)
treef7dff90419ab7bcd884d5c6d51e7807a06dc4bf3 /net-p2p/radarr
parent222ff2634361b9988bcb899d5ca252b5d63489ae (diff)
downloadports-5b9024efc36bc779aadc9de29fdfbb8a53da8d49.tar.gz
ports-5b9024efc36bc779aadc9de29fdfbb8a53da8d49.zip
Reserve GID for sonarr and radarr
It was incorrect of me to set the GID of these users to 65534.
Notes
Notes: svn path=/head/; revision=447236
Diffstat (limited to 'net-p2p/radarr')
-rw-r--r--net-p2p/radarr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile
index cccc35471328..71394f20aeee 100644
--- a/net-p2p/radarr/Makefile
+++ b/net-p2p/radarr/Makefile
@@ -2,7 +2,7 @@
PORTNAME= radarr
PORTVERSION= 0.2.0.778
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
DISTNAME= Radarr.develop.${PORTVERSION}.linux
@@ -23,6 +23,7 @@ NO_BUILD= YES
WRKSRC= ${WRKDIR}/Radarr
USERS= radarr
+GROUPS= radarr
OPTIONS_DEFINE= X11