From owner-svn-ports-all@freebsd.org Mon May 14 18:18:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A07B1DFE84A; Mon, 14 May 2018 18:18:13 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D63580ED1; Mon, 14 May 2018 18:18:13 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 288331FB3F; Mon, 14 May 2018 18:18:13 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EIIDmH075720; Mon, 14 May 2018 18:18:13 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EIICFL075719; Mon, 14 May 2018 18:18:12 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141818.w4EIICFL075719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 18:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469942 - head X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 469942 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:18:13 -0000 Author: mfechner Date: Mon May 14 18:18:12 2018 New Revision: 469942 URL: https://svnweb.freebsd.org/changeset/ports/469942 Log: Added a note to UPDATING about gitlab-pages feature was removed till it is fixed upstream again. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon May 14 18:05:05 2018 (r469941) +++ head/UPDATING Mon May 14 18:18:12 2018 (r469942) @@ -5,6 +5,16 @@ 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. +20180514: + AFFECTS: users of www/gitlab + AUTHOR: mfechner@FreeBSD.org + + Gitlab-pages support was removed as new version does not compile. + If you require gitlab-pages do not update to version 10.7.3 till it is + fixed upstream. + You can find the bug report here: + https://gitlab.com/gitlab-org/gitlab-pages/issues/143 + 20180513: AFFECTS: users of net/xrdp AUTHOR: meta@FreeBSD.org