svn commit: r440099 - head/www/gitlab

Torsten Zuehlsdorff tz at FreeBSD.org
Thu May 4 11:09:52 UTC 2017


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 at 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
- at dir(,git,2770) /home/git/repositories
+ at 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


More information about the svn-ports-all mailing list