Date: Sun, 18 Apr 2021 10:53:15 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2f09b716f2d1 - main - www/gitea: Update to 1.14.1 Message-ID: <202104181053.13IArFhP015237@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f09b716f2d1e255cdf01311d3916fd1ea87d9fd commit 2f09b716f2d1e255cdf01311d3916fd1ea87d9fd Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-04-18 10:51:22 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-04-18 10:51:22 +0000 www/gitea: Update to 1.14.1 Changelog: https://blog.gitea.io/2021/04/gitea-1.14.1-is-released/ PR: 255170 Submitted by: stb@lassitu.de (maintainer) --- www/gitea/Makefile | 8 +++++--- www/gitea/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 115488a74a7c..30ccdb1d8193 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.14.0 +DISTVERSION= 1.14.1 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= gitea-src-${DISTVERSION} @@ -15,15 +15,17 @@ RUN_DEPENDS= git:devel/git USES= gmake go:no_targets USE_RC_SUBR= gitea -NO_WRKSUBDIR= yes -PORTDATA= * SUB_FILES+= app.ini.sample SUB_LIST+= GITUSER=${USERS} +NO_WRKSUBDIR= yes + USERS= git GROUPS= git +PORTDATA= * + OPTIONS_DEFINE= BINDATA GIT_LFS PAM SQLITE OPTIONS_DEFAULT= GIT_LFS PAM SQLITE OPTIONS_SUB= yes diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 0397356dd0eb..5c2aca5120c2 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618251760 -SHA256 (gitea-src-1.14.0.tar.gz) = 484f98a9c44d9214505c3ce0bfbd98ad05fd6c6fd44588f834016f4e0e1b1376 -SIZE (gitea-src-1.14.0.tar.gz) = 117771120 +TIMESTAMP = 1618736452 +SHA256 (gitea-src-1.14.1.tar.gz) = 77003949b9ce4b91b08cfd0b2ccddc0751f1311a0f453a1c36d6ae596561fcc2 +SIZE (gitea-src-1.14.1.tar.gz) = 117807483
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104181053.13IArFhP015237>