From owner-svn-ports-all@freebsd.org Thu Jun 2 06:15:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79D60B686FC; Thu, 2 Jun 2016 06:15:02 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 47BF01982; Thu, 2 Jun 2016 06:15:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u526F1rh037213; Thu, 2 Jun 2016 06:15:01 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u526F1pk037211; Thu, 2 Jun 2016 06:15:01 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606020615.u526F1pk037211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 2 Jun 2016 06:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416268 - in head/devel/gitlab-shell: . files X-SVN-Group: ports-head 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.22 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: Thu, 02 Jun 2016 06:15:02 -0000 Author: pi Date: Thu Jun 2 06:15:01 2016 New Revision: 416268 URL: https://svnweb.freebsd.org/changeset/ports/416268 Log: devel/gitlab-shell: fix the supplied example file for /usr/home PR: 208693 Submitted by: Torsten Zuehlsdorff (maintainer) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/files/patch-config.yml.example Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Thu Jun 2 04:11:51 2016 (r416267) +++ head/devel/gitlab-shell/Makefile Thu Jun 2 06:15:01 2016 (r416268) @@ -3,6 +3,7 @@ PORTNAME= gitlab-shell PORTVERSION= 2.7.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/devel/gitlab-shell/files/patch-config.yml.example ============================================================================== --- head/devel/gitlab-shell/files/patch-config.yml.example Thu Jun 2 04:11:51 2016 (r416267) +++ head/devel/gitlab-shell/files/patch-config.yml.example Thu Jun 2 06:15:01 2016 (r416268) @@ -1,6 +1,15 @@ ---- config.yml.example.orig 2016-02-24 09:49:01 UTC +--- config.yml.example.orig 2016-04-07 14:39:29 UTC +++ config.yml.example -@@ -48,7 +48,7 @@ redis: +@@ -28,7 +28,7 @@ http_settings: + # Give the canonicalized absolute pathname, + # REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!! + # Check twice that none of the components is a symlink, including "/home". +-repos_path: "/home/git/repositories" ++repos_path: "/usr/home/git/repositories" + + # File used as authorized_keys for gitlab user + auth_file: "/home/git/.ssh/authorized_keys" +@@ -49,7 +49,7 @@ redis: # Log file. # Default is gitlab-shell.log in the root directory.