From owner-dev-commits-ports-all@freebsd.org Sun Apr 18 10:53:15 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F2F835E508D; Sun, 18 Apr 2021 10:53:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNRcq6bdqz3HwQ; Sun, 18 Apr 2021 10:53:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D58D224E5; Sun, 18 Apr 2021 10:53:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13IArFw0015238; Sun, 18 Apr 2021 10:53:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IArFhP015237; Sun, 18 Apr 2021 10:53:15 GMT (envelope-from git) Date: Sun, 18 Apr 2021 10:53:15 GMT Message-Id: <202104181053.13IArFhP015237@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 2f09b716f2d1 - main - www/gitea: Update to 1.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2f09b716f2d1e255cdf01311d3916fd1ea87d9fd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 10:53:16 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f09b716f2d1e255cdf01311d3916fd1ea87d9fd commit 2f09b716f2d1e255cdf01311d3916fd1ea87d9fd Author: Rainer Hurling AuthorDate: 2021-04-18 10:51:22 +0000 Commit: Rainer Hurling 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