diff options
author | tz <tz@FreeBSD.org> | 2017-05-04 19:09:50 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-05-04 19:09:50 +0800 |
commit | 205f392b2169bd907c1bb74b7dceebf170198fa0 (patch) | |
tree | bf27311a417c86fd36bc3035f0e150977bc35c3b | |
parent | 0bcdac0a226f885261faa9c8ca616f3f990e93cb (diff) | |
download | freebsd-ports-gnome-205f392b2169bd907c1bb74b7dceebf170198fa0.tar.gz freebsd-ports-gnome-205f392b2169bd907c1bb74b7dceebf170198fa0.tar.zst freebsd-ports-gnome-205f392b2169bd907c1bb74b7dceebf170198fa0.zip |
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.
-rw-r--r-- | www/gitlab/Makefile | 2 | ||||
-rw-r--r-- | www/gitlab/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 3c6c4e681284..6b433658f8dc 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.16.9 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org diff --git a/www/gitlab/pkg-plist b/www/gitlab/pkg-plist index 8b07e1fb575a..004deba6a464 100644 --- a/www/gitlab/pkg-plist +++ b/www/gitlab/pkg-plist @@ -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 |