diff options
author | tz <tz@FreeBSD.org> | 2017-05-29 22:25:08 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-05-29 22:25:08 +0800 |
commit | 68f98c42c2711627f923ac339d454384f2275560 (patch) | |
tree | 36d625a72c6e796f5e3181c9b724e2c25e0c6899 /www/gitlab | |
parent | c473e0ea16a2c25868a5dd473a685ebeb5dd6e46 (diff) | |
download | freebsd-ports-gnome-68f98c42c2711627f923ac339d454384f2275560.tar.gz freebsd-ports-gnome-68f98c42c2711627f923ac339d454384f2275560.tar.zst freebsd-ports-gnome-68f98c42c2711627f923ac339d454384f2275560.zip |
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>
Diffstat (limited to 'www/gitlab')
-rw-r--r-- | www/gitlab/Makefile | 2 | ||||
-rw-r--r-- | www/gitlab/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index aa493976b3dc..c5879c5083a4 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.17.6 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org diff --git a/www/gitlab/pkg-plist b/www/gitlab/pkg-plist index b3e87e940c88..f0c6d8af8a17 100644 --- a/www/gitlab/pkg-plist +++ b/www/gitlab/pkg-plist @@ -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 |