svn commit: r510253 - in head: . www/gitlab-ce www/gitlab-ce/files

Torsten Zuehlsdorff freebsd at toco-domains.de
Fri Aug 30 08:07:56 UTC 2019



On 30.08.19 09:50, Matthias Fechner wrote:
> Author: mfechner
> Date: Fri Aug 30 07:50:54 2019
> New Revision: 510253
> URL: https://svnweb.freebsd.org/changeset/ports/510253
> 
> Log:
>   www/gitlab-ce: Upgrade to next major version 12.1
>   
>   It requires PostgreSQL version 10.7, so make sure you upgrade PostgreSQL first.
>   I recommand to go to version 11 as described in UPDATING entry 20190829.
>   
>   MySQL support was now completely removed upstream.
>   
>   Changelogs:
>   https://about.gitlab.com/2019/07/22/gitlab-12-1-released/
>   https://about.gitlab.com/2019/07/24/gitlab-12-1-1-released/
>   https://about.gitlab.com/2019/07/29/security-release-gitlab-12-dot-1-dot-2-released/
>   https://about.gitlab.com/2019/07/31/gitlab-12-1-3-released/
>   https://about.gitlab.com/2019/08/06/gitlab-12-1-4-released/
>   https://about.gitlab.com/2019/08/12/critical-security-release-gitlab-12-dot-1-dot-6-released/
>   https://about.gitlab.com/2019/08/29/security-release-gitlab-12-dot-2-dot-3-released/
> 
> Added:
>   head/www/gitlab-ce/files/patch-config_puma.rb.example   (contents, props changed)
> Modified:
>   head/UPDATING
>   head/www/gitlab-ce/Makefile
>   head/www/gitlab-ce/distinfo
>   head/www/gitlab-ce/files/gitlab.in
>   head/www/gitlab-ce/files/patch-Gemfile
>   head/www/gitlab-ce/files/patch-config_gitlab.yml.example
>   head/www/gitlab-ce/files/patch-config_initializers_1__settings.rb
>   head/www/gitlab-ce/pkg-message
>   head/www/gitlab-ce/pkg-plist
> 
> Modified: head/UPDATING
> ==============================================================================
> --- head/UPDATING	Fri Aug 30 07:37:26 2019	(r510252)
> +++ head/UPDATING	Fri Aug 30 07:50:54 2019	(r510253)
> @@ -5,6 +5,17 @@ they are unavoidable.
>  You should get into the habit of checking this file for changes each time
>  you update your ports collection, before attempting any port upgrades.
>  
> +20190830:
> +  AFFECTS: users of www/gitlab-ce
> +  AUTHOR: mfechner at FreeBSD.org
> +
> +  Make sure you upgrade your PostgreSQL to version 11 as described in 20190829,
> +  before you upgrade your gitlab-ce version.
> +  Gitlab-ce 12.1 needs at least PostgreSQL version 9.6.
> +
> +  After this you can follow the usual upgrade guide:
> +  https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/12.0-12.1-freebsd.md
> +
>  20190829:
>    AFFECTS: users of database/postgresql* and other software using PostgreSQL to run
>    AUTHOR: tz at FreeBSD.org
> 
> Modified: head/www/gitlab-ce/Makefile
> ==============================================================================
> --- head/www/gitlab-ce/Makefile	Fri Aug 30 07:37:26 2019	(r510252)
> +++ head/www/gitlab-ce/Makefile	Fri Aug 30 07:50:54 2019	(r510253)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	gitlab-ce
> -PORTVERSION=	12.0.6
> +PORTVERSION=	12.1.8
>  PORTREVISION=	0
>  CATEGORIES=	www devel
>  
> @@ -14,24 +14,25 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
>  
>  # the rubygems of RUN_DEPENDS matches the order of the Gemfile
>  # which makes maintaining this long list much easier!
> -# only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS
> +# only rubygem-pg is defined later as RUN_DEPENDS
>  # for the options

This comment is no longer valid, since all options are gone now.

Greetings,
Torsten


More information about the svn-ports-all mailing list