Date: Fri, 27 Feb 2026 09:48:09 +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-main@FreeBSD.org Subject: git: 6e68cfdd7b87 - main - www/forgejo: Fix rc script order Message-ID: <69a16859.26926.62addaad@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e68cfdd7b8725cf8f586f9e7682575e4f83797f commit 6e68cfdd7b8725cf8f586f9e7682575e4f83797f Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2026-02-26 04:11:20 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2026-02-27 09:47:54 +0000 www/forgejo: Fix rc script order PR: 293453 MFH: 2026Q1 --- www/forgejo/Makefile | 2 +- www/forgejo/files/forgejo.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile index d41e0972785b..1c4080171bb0 100644 --- a/www/forgejo/Makefile +++ b/www/forgejo/Makefile @@ -1,7 +1,7 @@ PORTNAME= forgejo DISTVERSIONPREFIX= v DISTVERSION= 14.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONFULL}/ DISTNAME= forgejo-src-${DISTVERSION} diff --git a/www/forgejo/files/forgejo.in b/www/forgejo/files/forgejo.in index 1474bd63438a..1d70da60532b 100644 --- a/www/forgejo/files/forgejo.in +++ b/www/forgejo/files/forgejo.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: forgejo -# REQUIRE: NETWORKING SYSLOG +# REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable forgejo:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a16859.26926.62addaad>
