diff options
author | feld <feld@FreeBSD.org> | 2017-08-04 00:25:46 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-08-04 00:25:46 +0800 |
commit | 665506fde29d15994f3d4448f278423875593a60 (patch) | |
tree | 7f816e8e3932174c9195e72318c4293dd0c1ce4b /dns | |
parent | 54490f1ddd8c3fe06a9d87e097fc662790e7354c (diff) | |
download | freebsd-ports-gnome-665506fde29d15994f3d4448f278423875593a60.tar.gz freebsd-ports-gnome-665506fde29d15994f3d4448f278423875593a60.tar.zst freebsd-ports-gnome-665506fde29d15994f3d4448f278423875593a60.zip |
Reserve GID for _dnscrypt-proxy user
It was incorrect of me to set the GID to 65534
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 3 |
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 |