svn commit: r517122 - head/www/gitlab-ce

Matthias Fechner mfechner at FreeBSD.org
Sat Nov 9 11:11:22 UTC 2019


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


More information about the svn-ports-all mailing list