From owner-svn-ports-head@freebsd.org Thu May 4 11:09:52 2017 Return-Path: Delivered-To: svn-ports-head@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 175A4D5D761; Thu, 4 May 2017 11:09:52 +0000 (UTC) (envelope-from tz@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 DD8B71561; Thu, 4 May 2017 11:09:51 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v44B9o7K016860; Thu, 4 May 2017 11:09:50 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44B9omK016858; Thu, 4 May 2017 11:09:50 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201705041109.v44B9omK016858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 4 May 2017 11:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440099 - head/www/gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 11:09:52 -0000 Author: tz Date: Thu May 4 11:09:50 2017 New Revision: 440099 URL: https://svnweb.freebsd.org/changeset/ports/440099 Log: www/gitlab: Fix wrong permissions for /home/git/repositories Now the dir is owned by user "git" instead of "root" which allows GitLab to store data. Before this change every user need to correct the rights by himself. Modified: head/www/gitlab/Makefile head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu May 4 10:58:11 2017 (r440098) +++ head/www/gitlab/Makefile Thu May 4 11:09:50 2017 (r440099) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.16.9 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Thu May 4 10:58:11 2017 (r440098) +++ head/www/gitlab/pkg-plist Thu May 4 11:09:50 2017 (r440099) @@ -6138,7 +6138,7 @@ @group wheel @dir /home @dir(git,git,) /home/git -@dir(,git,2770) /home/git/repositories +@dir(git,git,2770) /home/git/repositories @sample %%WWWDIR%%/config/gitlab.yml.sample @sample %%WWWDIR%%/config/unicorn.rb.sample @sample %%WWWDIR%%/config/resque.yml.sample