git: 8ca419668d6a - main - net-im/dendrite: Fix typo in rc.d script
Ashish SHUKLA
ashish at FreeBSD.org
Fri Sep 3 15:26:52 UTC 2021
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8ca419668d6a1c33c691c1fb7222dec6086d4146
commit 8ca419668d6a1c33c691c1fb7222dec6086d4146
Author: Ashish SHUKLA <ashish at FreeBSD.org>
AuthorDate: 2021-09-03 15:25:58 +0000
Commit: Ashish SHUKLA <ashish at FreeBSD.org>
CommitDate: 2021-09-03 15:25:58 +0000
net-im/dendrite: Fix typo in rc.d script
---
net-im/dendrite/Makefile | 1 +
net-im/dendrite/files/dendrite.in | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-im/dendrite/Makefile b/net-im/dendrite/Makefile
index a639ed4eca30..5d1375beb74e 100644
--- a/net-im/dendrite/Makefile
+++ b/net-im/dendrite/Makefile
@@ -1,6 +1,7 @@
PORTNAME= dendrite
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= ashish at FreeBSD.org
diff --git a/net-im/dendrite/files/dendrite.in b/net-im/dendrite/files/dendrite.in
index 3880f65600ba..12a5c6e2a288 100644
--- a/net-im/dendrite/files/dendrite.in
+++ b/net-im/dendrite/files/dendrite.in
@@ -21,7 +21,7 @@ desc="Dendrite (Monolith Server)"
load_rc_config $name
: ${dendrite_enable:=NO}
-: ${dendrite_config="%%PREFIX%%/etc/dendrite/dendrite.yaml"}
+: ${dendrite_config:="%%PREFIX%%/etc/dendrite/dendrite.yaml"}
command=/usr/sbin/daemon
procname=%%PREFIX%%/dendrite/bin/dendrite-monolith-server
More information about the dev-commits-ports-all
mailing list