svn commit: r441986 - head/www/gitlab

Torsten Zuehlsdorff tz at FreeBSD.org
Mon May 29 14:25:10 UTC 2017


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 at 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 at 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


More information about the svn-ports-all mailing list