svn commit: r436266 - head/www/gitlab

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Mar 16 08:30:07 UTC 2017


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 at 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 at 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
+ at dir(,,700) %%WWWDIR%%/public/uploads
 @dir %%WWWDIR%%/shared/artifacts/tmp/cache
 @dir %%WWWDIR%%/shared/artifacts/tmp/uploads
 @dir %%WWWDIR%%/shared/lfs-objects


More information about the svn-ports-all mailing list