aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscrypt-proxy
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-08-03 16:25:46 +0000
committerMark Felder <feld@FreeBSD.org>2017-08-03 16:25:46 +0000
commit840e75328767556122f05d3f7b4b79f804c2ca6e (patch)
tree7f816e8e3932174c9195e72318c4293dd0c1ce4b /dns/dnscrypt-proxy
parent77c0c85298c305b8f17ba15301686d7eb730a2ab (diff)
downloadports-840e75328767556122f05d3f7b4b79f804c2ca6e.tar.gz
ports-840e75328767556122f05d3f7b4b79f804c2ca6e.zip
Reserve GID for _dnscrypt-proxy user
It was incorrect of me to set the GID to 65534
Notes
Notes: svn path=/head/; revision=447244
Diffstat (limited to 'dns/dnscrypt-proxy')
-rw-r--r--dns/dnscrypt-proxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile
index 3074c8691cbd..4b3266c0211f 100644
--- a/dns/dnscrypt-proxy/Makefile
+++ b/dns/dnscrypt-proxy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dnscrypt-proxy
PORTVERSION= 1.9.5
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://download.dnscrypt.org/dnscrypt-proxy/ \
http://download.dnscrypt.org/dnscrypt-proxy/ \
@@ -20,6 +20,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium
BROKEN_powerpc64= fails to compile: fpst.c: error: redefinition of typedef 'FPST'
USERS= _dnscrypt-proxy
+GROUPS= _dnscrypt-proxy
GNU_CONFIGURE= yes
USES= execinfo gmake