Re: git: 80777e966aa3 - main - www/forgejo7: Deprecate
- In reply to: Dag-Erling Smørgrav : "git: 80777e966aa3 - main - www/forgejo7: Deprecate"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Oct 2025 17:12:51 UTC
On 2025-10-28 12:17, Dag-Erling Smørgrav wrote:
> The branch main has been updated by des:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=80777e966aa3049e83bd82c768be7d3f398d3bde
>
> commit 80777e966aa3049e83bd82c768be7d3f398d3bde
> Author: Dag-Erling Smørgrav<des@FreeBSD.org>
> AuthorDate: 2025-10-28 11:07:08 +0000
> Commit: Dag-Erling Smørgrav<des@FreeBSD.org>
> CommitDate: 2025-10-28 11:07:08 +0000
>
> www/forgejo7: Deprecate
>
> EOL for Forgejo 7 was in July. Please switch to www/forgejo-lts.
>
> MFH: 2025Q4
> Reviewed by: bapt
> Differential Revision:https://reviews.freebsd.org/D53396
> ---
> www/forgejo7/Makefile | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/www/forgejo7/Makefile b/www/forgejo7/Makefile
> index 0064e8371f59..d616950a6f83 100644
> --- a/www/forgejo7/Makefile
> +++ b/www/forgejo7/Makefile
> @@ -1,7 +1,7 @@
> PORTNAME= forgejo
> DISTVERSIONPREFIX= v
> DISTVERSION= 7.0.14
> -PORTREVISION= 2
> +PORTREVISION= 3
> CATEGORIES= www
> MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
> PKGNAMESUFFIX= 7
> @@ -14,12 +14,15 @@ WWW= https://forgejo.org/
> LICENSE= MIT
> LICENSE_FILE= ${WRKSRC}/LICENSE
>
> +DEPRECATED= Obsolete, please switch to www/forgejo-lts
> +EXPIRATION_DATE= 2025-12-31
> +
> RUN_DEPENDS= git:devel/git
>
> USES= cpe gmake go:1.23,no_targets
> USE_RC_SUBR= forgejo
>
> -CONFLICTS_INSTALL= forgejo forgejo[0-689]*
> +CONFLICTS_INSTALL= forgejo forgejo-lts
>
> EXTRACT_AFTER_ARGS= --strip-components 1
> SUB_FILES= app.ini.sample pkg-message
If its*//*vulnerable you should also add it to VuXML.
Best regards,
Daniel