Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2017 08:30:06 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436266 - head/www/gitlab
Message-ID:  <201703160830.v2G8U6Io029321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Mar 16 08:30:06 2017
New Revision: 436266
URL: https://svnweb.freebsd.org/changeset/ports/436266

Log:
  www/gitlab: add public/uploads dir
  
  Without the dir the backup-routine does not work.
  This also removes one more error from gitlab:check
  
  Reported by: Chris Stankevitz <chris@stankevitz.com>

Modified:
  head/www/gitlab/Makefile
  head/www/gitlab/pkg-plist

Modified: head/www/gitlab/Makefile
==============================================================================
--- head/www/gitlab/Makefile	Thu Mar 16 08:28:45 2017	(r436265)
+++ head/www/gitlab/Makefile	Thu Mar 16 08:30:06 2017	(r436266)
@@ -4,7 +4,7 @@
 PORTNAME=	gitlab
 PORTVERSION=	8.14.9
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www devel
 
 MAINTAINER=	tz@FreeBSD.org
@@ -201,6 +201,7 @@ do-install:
 	${MV} ${WRKSRC}/lib/support/nginx/gitlab-ssl ${WRKSRC}/lib/support/nginx/gitlab-ssl.sample
 	${MKDIR} ${STAGEDIR}/home/git/repositories
 	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets
+	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/uploads
 	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache
 	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/sessions
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME})

Modified: head/www/gitlab/pkg-plist
==============================================================================
--- head/www/gitlab/pkg-plist	Thu Mar 16 08:28:45 2017	(r436265)
+++ head/www/gitlab/pkg-plist	Thu Mar 16 08:30:06 2017	(r436266)
@@ -5532,6 +5532,7 @@
 @dir %%WWWDIR%%/log
 @dir %%WWWDIR%%/public
 @dir %%WWWDIR%%/public/assets
+@dir(,,700) %%WWWDIR%%/public/uploads
 @dir %%WWWDIR%%/shared/artifacts/tmp/cache
 @dir %%WWWDIR%%/shared/artifacts/tmp/uploads
 @dir %%WWWDIR%%/shared/lfs-objects



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703160830.v2G8U6Io029321>