diff options
author | feld <feld@FreeBSD.org> | 2017-08-04 00:23:30 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-08-04 00:23:30 +0800 |
commit | 54490f1ddd8c3fe06a9d87e097fc662790e7354c (patch) | |
tree | e6f5df1d5c355686c27c9a9320fe322e20dbd0a4 /net-p2p/couchpotato | |
parent | 94e1c77f3b3dbc75ca5e5f4dd4ac6b6c60d3eecb (diff) | |
download | freebsd-ports-gnome-54490f1ddd8c3fe06a9d87e097fc662790e7354c.tar.gz freebsd-ports-gnome-54490f1ddd8c3fe06a9d87e097fc662790e7354c.tar.zst freebsd-ports-gnome-54490f1ddd8c3fe06a9d87e097fc662790e7354c.zip |
Reserve GID for couchpotato user
It was incorrect of me to set the GID to 65534
Diffstat (limited to 'net-p2p/couchpotato')
-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 |