Date: Sat, 5 May 2018 08:23:07 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469092 - in head/www/gitea: . files Message-ID: <201805050823.w458N7AQ084597@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd@abinet.ru> [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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805050823.w458N7AQ084597>