From owner-svn-ports-all@freebsd.org Sat May 5 08:23:08 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 3DC9BFA63B2; Sat, 5 May 2018 08:23:08 +0000 (UTC) (envelope-from krion@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 DDAC7887F4; Sat, 5 May 2018 08:23:07 +0000 (UTC) (envelope-from krion@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 D54281B39F; Sat, 5 May 2018 08:23:07 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w458N7FB084600; Sat, 5 May 2018 08:23:07 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w458N7AQ084597; Sat, 5 May 2018 08:23:07 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805050823.w458N7AQ084597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 5 May 2018 08:23:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469092 - in head/www/gitea: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/www/gitea: . files X-SVN-Commit-Revision: 469092 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.25 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: Sat, 05 May 2018 08:23:08 -0000 Author: krion Date: Sat May 5 08:23:07 2018 New Revision: 469092 URL: https://svnweb.freebsd.org/changeset/ports/469092 Log: Update to version 1.4.1 * remove superfluous bash dependency in favor /bin/sh PR: 227976 [1], 227028 [2] Submitted by: maintainer [1], Ivan [2] Approved by: maintainer [2] Modified: head/www/gitea/Makefile head/www/gitea/distinfo head/www/gitea/files/app.ini.sample.in Modified: head/www/gitea/Makefile ============================================================================== --- head/www/gitea/Makefile Sat May 5 08:12:40 2018 (r469091) +++ head/www/gitea/Makefile Sat May 5 08:23:07 2018 (r469092) @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= www MAINTAINER= stb@lassitu.de @@ -12,8 +12,7 @@ COMMENT= Compact self-hosted Git service LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= bash:shells/bash \ - git:devel/git +RUN_DEPENDS= git:devel/git USES= go USE_GITHUB= yes Modified: head/www/gitea/distinfo ============================================================================== --- head/www/gitea/distinfo Sat May 5 08:12:40 2018 (r469091) +++ head/www/gitea/distinfo Sat May 5 08:23:07 2018 (r469092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522059802 -SHA256 (go-gitea-gitea-v1.4.0_GH0.tar.gz) = 8244a4b6385156275ffd70921d2562661c1ad96e580b4ca2ef52e7395b810f13 -SIZE (go-gitea-gitea-v1.4.0_GH0.tar.gz) = 14983167 +TIMESTAMP = 1525508297 +SHA256 (go-gitea-gitea-v1.4.1_GH0.tar.gz) = 93b1e8fbad78dffada0736a26760eda175169771a065ca8a101cfa0ed70ed310 +SIZE (go-gitea-gitea-v1.4.1_GH0.tar.gz) = 14978598 Modified: head/www/gitea/files/app.ini.sample.in ============================================================================== --- head/www/gitea/files/app.ini.sample.in Sat May 5 08:12:40 2018 (r469091) +++ head/www/gitea/files/app.ini.sample.in Sat May 5 08:23:07 2018 (r469092) @@ -50,6 +50,9 @@ ENABLE_FEDERATED_AVATAR = false [repository] ROOT = /var/db/gitea/gitea-repositories +# Gitea's default is 'bash', so if you have bash installed, you can comment +# this out. +SCRIPT_TYPE = sh [repository.upload] TEMP_PATH = /var/db/gitea/data/tmp/uploads