diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-08-04 00:23:30 +0800 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-08-04 00:23:30 +0800 |
commit | 77c0c85298c305b8f17ba15301686d7eb730a2ab (patch) | |
tree | e6f5df1d5c355686c27c9a9320fe322e20dbd0a4 /net-p2p | |
parent | 2eeed0c97ded9df62141a679654b4b00ca8f4ee1 (diff) | |
download | freebsd-ports-gnome-77c0c85298c305b8f17ba15301686d7eb730a2ab.tar.gz freebsd-ports-gnome-77c0c85298c305b8f17ba15301686d7eb730a2ab.tar.zst freebsd-ports-gnome-77c0c85298c305b8f17ba15301686d7eb730a2ab.zip |
Reserve GID for couchpotato user
It was incorrect of me to set the GID to 65534
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/couchpotato/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/couchpotato/Makefile b/net-p2p/couchpotato/Makefile index 0e6608f60cb8..46b6a5489378 100644 --- a/net-p2p/couchpotato/Makefile +++ b/net-p2p/couchpotato/Makefile @@ -3,7 +3,7 @@ PORTNAME= couchpotato PORTVERSION= 0.0.20170327 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p python MAINTAINER= joshruehlig@gmail.com @@ -25,6 +25,7 @@ USES= python:2.7 shebangfix SHEBANG_FILES= CouchPotato.py USERS= couchpotato +GROUPS= couchpotato USE_GITHUB= yes GH_ACCOUNT= CouchPotato |