Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 May 2026 19:13:36 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee2a3cfaa146 - main - multimedia/mediamtx: Fix various comment and move pkg-message file
Message-ID:  <69ff8760.1911d.3543fdea@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ee2a3cfaa14653457d5231512e8396e74effd3b5

commit ee2a3cfaa14653457d5231512e8396e74effd3b5
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-05-09 19:03:01 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-05-09 19:12:43 +0000

    multimedia/mediamtx: Fix various comment and move pkg-message file
    
    Adjust comment in files/mediamtx.in
    Move pkg-message file to "root" dir
---
 multimedia/mediamtx/Makefile                              | 1 -
 multimedia/mediamtx/files/mediamtx.in                     | 2 +-
 multimedia/mediamtx/{files/pkg-message.in => pkg-message} | 0
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/multimedia/mediamtx/Makefile b/multimedia/mediamtx/Makefile
index 7fcbf35a5b44..8d7caebfaacf 100644
--- a/multimedia/mediamtx/Makefile
+++ b/multimedia/mediamtx/Makefile
@@ -21,7 +21,6 @@ USE_RC_SUBR=	mediamtx
 USERS=		mediamtx
 GROUPS=		mediamtx
 
-SUB_FILES=	pkg-message
 SUB_LIST=	USER=${USERS} GROUP=${GROUPS}
 
 post-extract:
diff --git a/multimedia/mediamtx/files/mediamtx.in b/multimedia/mediamtx/files/mediamtx.in
index 5888592ca22e..26333479f526 100644
--- a/multimedia/mediamtx/files/mediamtx.in
+++ b/multimedia/mediamtx/files/mediamtx.in
@@ -9,7 +9,7 @@
 # mediamtx_enable (bool):	Set to "NO" by default.
 #				Set it to "YES" to enable mediamtx.
 # mediamtx_conf_dir (str):	Directory where ${name} configuration
-#				data is stored.
+#				file is stored.
 
 . /etc/rc.subr
 
diff --git a/multimedia/mediamtx/files/pkg-message.in b/multimedia/mediamtx/pkg-message
similarity index 100%
rename from multimedia/mediamtx/files/pkg-message.in
rename to multimedia/mediamtx/pkg-message


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ff8760.1911d.3543fdea>