Date: Mon, 29 May 2017 14:25:08 +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: r441986 - head/www/gitlab Message-ID: <201705291425.v4TEP8fs030391@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Mon May 29 14:25:08 2017 New Revision: 441986 URL: https://svnweb.freebsd.org/changeset/ports/441986 Log: www/gitlab: unbreak updates via "rake db:migrate" The file db/schema.rb needs to be owned by user git in order to be writable by the update process. Reported by: Matthias Fechner <idefix@fechner.net> Modified: head/www/gitlab/Makefile head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon May 29 13:50:20 2017 (r441985) +++ head/www/gitlab/Makefile Mon May 29 14:25:08 2017 (r441986) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.17.6 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Mon May 29 13:50:20 2017 (r441985) +++ head/www/gitlab/pkg-plist Mon May 29 14:25:08 2017 (r441986) @@ -2825,7 +2825,7 @@ %%WWWDIR%%/db/post_migrate/20170206101030_validate_foreign_keys_on_timelogs.rb %%WWWDIR%%/db/post_migrate/20170211073944_disable_invalid_service_templates.rb %%WWWDIR%%/db/post_migrate/20170214111112_delete_deprecated_gitlab_ci_service.rb -%%WWWDIR%%/db/schema.rb +@(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md %%WWWDIR%%/doc/administration/auth/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705291425.v4TEP8fs030391>