aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-02-26 04:11:20 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-02-27 09:48:24 +0000
commit646fe19b4a24d0d0eee8b74f683a9311b4379358 (patch)
tree5fcc5826319ffb685806de2a1d98240797e84588
parent31a7d2a01bc7bdcbb05e7c32aa4ef7dd514dbd08 (diff)
www/forgejo: Fix rc script order
PR: 293453 MFH: 2026Q1 (cherry picked from commit 6e68cfdd7b8725cf8f586f9e7682575e4f83797f)
-rw-r--r--www/forgejo/Makefile2
-rw-r--r--www/forgejo/files/forgejo.in2
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: