aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-02-26 04:11:57 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-02-27 09:47:54 +0000
commit6a173071385b314a0aafa203e6fc53686b786b4e (patch)
tree4940205d480e871e3545c083891bb2d816d9cebd
parent6e68cfdd7b8725cf8f586f9e7682575e4f83797f (diff)
www/forgejo-lts: Fix rc script order
PR: 293453 MFH: 2026Q1
-rw-r--r--www/forgejo-lts/Makefile2
-rw-r--r--www/forgejo-lts/files/forgejo.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/forgejo-lts/Makefile b/www/forgejo-lts/Makefile
index 928c7d39ef48..dcdb6eaf8ee7 100644
--- a/www/forgejo-lts/Makefile
+++ b/www/forgejo-lts/Makefile
@@ -1,7 +1,7 @@
PORTNAME= forgejo
DISTVERSIONPREFIX= v
DISTVERSION= 11.0.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONFULL}/
PKGNAMESUFFIX= -lts
diff --git a/www/forgejo-lts/files/forgejo.in b/www/forgejo-lts/files/forgejo.in
index 1474bd63438a..1d70da60532b 100644
--- a/www/forgejo-lts/files/forgejo.in
+++ b/www/forgejo-lts/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: