git: 91746e8747fb - main - www/forgejo: Update 11.0.2 => 11.0.3

From: Älven <alven_at_FreeBSD.org>
Date: Tue, 19 Aug 2025 09:04:42 UTC
The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91746e8747fb4de515da61a7bcb307db958a34ef

commit 91746e8747fb4de515da61a7bcb307db958a34ef
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2025-08-05 07:31:44 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2025-08-19 09:04:05 +0000

    www/forgejo: Update 11.0.2 => 11.0.3
    
    Changelog:
    https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/11.0.3.md
    
    + Mark as PIE_UNSAFE
    * Format with portfmt(1)
    
    PR:             288671
    
    Reported by:    Rudolph <rudolphfroger@dreamsolution.nl>
    Tested by:      Rudolph <rudolphfroger@dreamsolution.nl>
    Approved by:    Stefan Bethke <stb@lassitu.de>
                    (maintainer, timeout > 2 weeks)
    Approved by:    yuri@ (Mentor)
---
 www/forgejo/Makefile | 11 ++++++-----
 www/forgejo/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile
index 146fe270d46b..2c1a2f9a004c 100644
--- a/www/forgejo/Makefile
+++ b/www/forgejo/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	forgejo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	11.0.2
-PORTREVISION=	2
+DISTVERSION=	11.0.3
 CATEGORIES=	www
 MASTER_SITES=	https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
 DISTNAME=	forgejo-src-${DISTVERSION}
@@ -18,6 +17,8 @@ RUN_DEPENDS=	git:devel/git
 USES=		cpe gmake go:no_targets
 USE_RC_SUBR=	forgejo
 
+PIE_UNSAFE=	yes
+
 CONFLICTS_INSTALL=	forgejo[0-79]*
 
 EXTRACT_AFTER_ARGS=	--strip-components 1
@@ -58,9 +59,9 @@ SUB_LIST+=	DAEMONARGS="${DAEMONARGS}"
 SSP_UNSAFE=	true
 LDFLAGS+=	"'-X "forgejo.org/modules/setting.CustomPath=${PREFIX}/etc/forgejo"'" \
 		"'-X "forgejo.org/modules/setting.AppWorkPath=${PREFIX}/share/forgejo"'"
-MAKE_ARGS=	GOPATH=${WRKDIR} \
-		TAGS="${GO_TAGS}" \
-		GOFLAGS="-buildvcs=false"
+MAKE_ARGS=	GOFLAGS="-buildvcs=false" \
+		GOPATH=${WRKDIR} \
+		TAGS="${GO_TAGS}"
 ALL_TARGET=	backend
 MAKE_JOBS_UNSAFE=	yes
 
diff --git a/www/forgejo/distinfo b/www/forgejo/distinfo
index bc1a84164f32..6fd607442f50 100644
--- a/www/forgejo/distinfo
+++ b/www/forgejo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750496838
-SHA256 (forgejo-src-11.0.2.tar.gz) = de6646704769ae69e80feeb8aef0ae6fffad84602fc2d003a49c903e36f9d06d
-SIZE (forgejo-src-11.0.2.tar.gz) = 55477978
+TIMESTAMP = 1754378926
+SHA256 (forgejo-src-11.0.3.tar.gz) = 13dc8d6c2a829899c9b4f89451438e70962a9366ff41ce6db10c7bc4a4cce520
+SIZE (forgejo-src-11.0.3.tar.gz) = 55567487