Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Apr 2026 17:47:27 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 56d3b2908f06 - 2026Q2 - www/forgejo: Fix PAM authentication
Message-ID:  <69d5432f.2278b.3f0194fb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q2 has been updated by des:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56d3b2908f0648db6e3e1529fa51eee7d14125ae

commit 56d3b2908f0648db6e3e1529fa51eee7d14125ae
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-04-07 17:30:03 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-04-07 17:47:15 +0000

    www/forgejo: Fix PAM authentication
    
    Add an upstream patch which addresses an issue with PAM authentication.
    
    MFH:            2026Q2
    (cherry picked from commit 2b64940408072efce43c002eaa5120e874fa56d9)
---
 www/forgejo/Makefile | 4 ++++
 www/forgejo/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile
index e1e8acf4392d..bddad94ddd22 100644
--- a/www/forgejo/Makefile
+++ b/www/forgejo/Makefile
@@ -1,10 +1,14 @@
 PORTNAME=	forgejo
 DISTVERSIONPREFIX=	v
 DISTVERSION=	14.0.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONFULL}/
 DISTNAME=	forgejo-src-${DISTVERSION}
 
+PATCHFILES=	9762f9ea2041d4eaf38e47415ea0692fa60cf0a7.patch:-p1
+PATCH_SITES=	https://codeberg.org/forgejo/forgejo/commit/
+
 MAINTAINER=	des@FreeBSD.org
 COMMENT=	Compact self-hosted Git forge
 WWW=		https://forgejo.org/
diff --git a/www/forgejo/distinfo b/www/forgejo/distinfo
index 0a2e2f4304ec..c164104dc082 100644
--- a/www/forgejo/distinfo
+++ b/www/forgejo/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1773129765
+TIMESTAMP = 1775582855
 SHA256 (forgejo-src-14.0.3.tar.gz) = 98410f3f2aa26d3b1e25f509a78854315f8b5a99b9f7b1c9d60f04db2c65c8c8
 SIZE (forgejo-src-14.0.3.tar.gz) = 47866153
+SHA256 (9762f9ea2041d4eaf38e47415ea0692fa60cf0a7.patch) = 2d7452de27f0f88c2fd1a713363e10b1fdc201c12522200202923e7739db6440
+SIZE (9762f9ea2041d4eaf38e47415ea0692fa60cf0a7.patch) = 3840


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d5432f.2278b.3f0194fb>