From owner-svn-ports-all@freebsd.org Fri Oct 21 09:26:22 2016 Return-Path: Delivered-To: svn-ports-all@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 2604DC1BE07; Fri, 21 Oct 2016 09:26:22 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:c17:de4::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.critical.ch", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B96E41CB0; Fri, 21 Oct 2016 09:26:21 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from wiggles.local (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:1205:5013:cb60:dad3:85ff:fe79:dd2] (may be forged)) (authenticated bits=0) by critical.ch (8.15.2/8.15.2/critical-1.0) with ESMTPSA id u9L9QGl6062430 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Oct 2016 11:26:17 +0200 (CEST) (envelope-from ehaupt@critical.ch) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=critical.ch; s=critical; t=1477041978; bh=wOio5pjTzL30+rUjbi72U54/5eqW5hDqTB7XxjIw6Rg=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=4vZ6Ksh0YipCWZ8b+XvbT16WsFESs6lW10YQK52W1rnZq7JBrd5FVQz3xrudZA3Aq 1Sun2K4K+KGPov5vITeuhH/L6qMEpmXiDdVB9BMtxAQUtcJ1tG2KhXE7aACZsAG1o1 jrSiz+X9wHrUFiduzA+bttMLxUrjfrODWeyntKf4= Date: Fri, 21 Oct 2016 11:26:11 +0200 From: Emanuel Haupt To: Roman Bogorodskiy Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424340 - in head: . security security/py-keystone Message-Id: <20161021112611.55a97cbe7dabc104efc2d46e@critical.ch> In-Reply-To: <201610201700.u9KH0IsP097081@repo.freebsd.org> References: <201610201700.u9KH0IsP097081@repo.freebsd.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 09:26:22 -0000 > Modified: head/GIDs > ============================================================================== > --- head/GIDs Thu Oct 20 15:58:12 2016 (r424339) > +++ head/GIDs Thu Oct 20 17:00:18 2016 (r424340) > @@ -131,7 +131,7 @@ dnslog:*:186: > swift:*:187: > netxms:*:188: > leofs:*:189: > -# free: 190 > +keystone:*:190 Fixed that in r424402 (missing :). Emanuel