From 54490f1ddd8c3fe06a9d87e097fc662790e7354c Mon Sep 17 00:00:00 2001 From: feld Date: Thu, 3 Aug 2017 16:23:30 +0000 Subject: Reserve GID for couchpotato user It was incorrect of me to set the GID to 65534 --- net-p2p/couchpotato/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-p2p') 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 -- cgit