From owner-svn-ports-branches@freebsd.org Thu Aug 3 16:24:16 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CF8ADC6AB0; Thu, 3 Aug 2017 16:24:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29EFEB85; Thu, 3 Aug 2017 16:24:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v73GOFUg017084; Thu, 3 Aug 2017 16:24:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73GOFlK017081; Thu, 3 Aug 2017 16:24:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708031624.v73GOFlK017081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 3 Aug 2017 16:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447243 - in branches/2017Q3: . net-p2p/couchpotato X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in branches/2017Q3: . net-p2p/couchpotato X-SVN-Commit-Revision: 447243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 16:24:16 -0000 Author: feld Date: Thu Aug 3 16:24:14 2017 New Revision: 447243 URL: https://svnweb.freebsd.org/changeset/ports/447243 Log: MFH: r447242 Reserve GID for couchpotato user It was incorrect of me to set the GID to 65534 Approved by: ports-secteam (with hat) Modified: branches/2017Q3/GIDs branches/2017Q3/UIDs branches/2017Q3/net-p2p/couchpotato/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/GIDs ============================================================================== --- branches/2017Q3/GIDs Thu Aug 3 16:23:30 2017 (r447242) +++ branches/2017Q3/GIDs Thu Aug 3 16:24:14 2017 (r447243) @@ -895,7 +895,7 @@ conquest:*:950: openerpd:*:951: bitten-slave:*:952: _neubot:*:953: -# free: 954 +couchpotato:*:954: hadoop:*:955: pandora:*:956: razorback:*:957: Modified: branches/2017Q3/UIDs ============================================================================== --- branches/2017Q3/UIDs Thu Aug 3 16:23:30 2017 (r447242) +++ branches/2017Q3/UIDs Thu Aug 3 16:24:14 2017 (r447243) @@ -896,7 +896,7 @@ mediatomb:*:946:946::0:0:Mediatomb UPnP AV MediaServer mapred:*:947:955::0:0:Hadoop MapReduce user:/nonexistent:/usr/sbin/nologin dnrd:*:948:948::0:0:& user:/nonexistent:/usr/sbin/nologin _lldpd:*:949:949::0:0:lldpd user:/nonexistent:/usr/sbin/nologin -couchpotato:*:950:65534::0:0:couchpotato user:/nonexistent:/usr/sbin/nologin +couchpotato:*:950:954::0:0:couchpotato user:/nonexistent:/usr/sbin/nologin openerpd:*:951:951::0:0:Openerpd user:/nonexistent:/usr/sbin/nologin bitten-slave:*:952:952:daemon:0:0:Bitten slave user:/var/lib/bitten-slave:/usr/sbin/nologin _neubot:*:953:953::0:0:neubot daemon:/nonexistent:/usr/sbin/nologin Modified: branches/2017Q3/net-p2p/couchpotato/Makefile ============================================================================== --- branches/2017Q3/net-p2p/couchpotato/Makefile Thu Aug 3 16:23:30 2017 (r447242) +++ branches/2017Q3/net-p2p/couchpotato/Makefile Thu Aug 3 16:24:14 2017 (r447243) @@ -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