Date: Sat, 9 Nov 2019 11:11:20 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517122 - head/www/gitlab-ce Message-ID: <201911091111.xA9BBKIX069072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Sat Nov 9 11:11:20 2019 New Revision: 517122 URL: https://svnweb.freebsd.org/changeset/ports/517122 Log: www/gitlab-ce: bugfix release to 12.4.2. Changelog: https://about.gitlab.com/blog/2019/11/04/gitlab-12-4-2-released/ Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Sat Nov 9 10:39:40 2019 (r517121) +++ head/www/gitlab-ce/Makefile Sat Nov 9 11:11:20 2019 (r517122) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 12.4.1 -PORTREVISION= 1 +PORTVERSION= 12.4.2 +PORTREVISION= 0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -237,7 +237,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= 4281915cfebcaf03e729ddf8cfe58d9cb76b2356 +GL_COMMIT= 393a5bdafa26459006982869ee779825aadf4add USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Sat Nov 9 10:39:40 2019 (r517121) +++ head/www/gitlab-ce/distinfo Sat Nov 9 11:11:20 2019 (r517122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572460607 -SHA256 (gitlab-org-gitlab-foss-4281915cfebcaf03e729ddf8cfe58d9cb76b2356_GL0.tar.gz) = 6acedf5cf84f518a30339ca1b8d05167bf9e986cdc3857e53476f594bca7ec12 -SIZE (gitlab-org-gitlab-foss-4281915cfebcaf03e729ddf8cfe58d9cb76b2356_GL0.tar.gz) = 100115726 +TIMESTAMP = 1573295283 +SHA256 (gitlab-org-gitlab-foss-393a5bdafa26459006982869ee779825aadf4add_GL0.tar.gz) = 2d86f21b1763f11932b4539fa18d9edd4abe0cf189c0ba18fda4d68d75e27509 +SIZE (gitlab-org-gitlab-foss-393a5bdafa26459006982869ee779825aadf4add_GL0.tar.gz) = 100115093 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Sat Nov 9 10:39:40 2019 (r517121) +++ head/www/gitlab-ce/pkg-plist Sat Nov 9 11:11:20 2019 (r517122) @@ -7782,6 +7782,7 @@ %%WWWDIR%%/db/migrate/20191014132931_remove_index_on_snippets_project_id.rb %%WWWDIR%%/db/migrate/20191016072826_replace_ci_trigger_requests_index.rb %%WWWDIR%%/db/migrate/20191016220135_add_join_table_for_self_managed_prometheus_alert_issues.rb +%%WWWDIR%%/db/migrate/20191026041447_change_default_value_of_throttle_protected_paths.rb %%WWWDIR%%/db/optional_migrations/composite_primary_keys.rb %%WWWDIR%%/db/post_migrate/20180104131052_schedule_set_confidential_note_events_on_webhooks.rb %%WWWDIR%%/db/post_migrate/20180119121225_remove_redundant_pipeline_stages.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911091111.xA9BBKIX069072>