Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Feb 2026 20:51:59 +0000
From:      Oleksii Samorukov <samm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 71e370d0db4f - main - net-mgmt/victoria-logs: rename rc script with underscore
Message-ID:  <6983b16f.3b487.693635e2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by samm:

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

commit 71e370d0db4f9966fc130c900c92d52dc9e031a6
Author:     Oleksii Samorukov <samm@FreeBSD.org>
AuthorDate: 2026-02-04 20:50:47 +0000
Commit:     Oleksii Samorukov <samm@FreeBSD.org>
CommitDate: 2026-02-04 20:50:47 +0000

    net-mgmt/victoria-logs: rename rc script with underscore
    
    PR: 292378
---
 net-mgmt/victoria-logs/Makefile                                     | 3 ++-
 net-mgmt/victoria-logs/files/{victoria-logs.in => victoria_logs.in} | 0
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mgmt/victoria-logs/Makefile b/net-mgmt/victoria-logs/Makefile
index 59171fa6cc57..db20888c2746 100644
--- a/net-mgmt/victoria-logs/Makefile
+++ b/net-mgmt/victoria-logs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	victoria-logs
 PORTVERSION=	1.44.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-mgmt
 
@@ -20,7 +21,7 @@ GH_PROJECT=	VictoriaLogs
 GO_MODULE=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
 GO_MOD_DIST=	github
 
-USE_RC_SUBR?=	${PORTNAME}
+USE_RC_SUBR?=	victoria_logs
 
 MAKE_ENV=	PKG_TAG=v${PORTVERSION} GOOS=${OPSYS:tl} \
 		BUILDINFO_TAG=tags-v${PORTVERSION}-victorialogs \
diff --git a/net-mgmt/victoria-logs/files/victoria-logs.in b/net-mgmt/victoria-logs/files/victoria_logs.in
similarity index 100%
rename from net-mgmt/victoria-logs/files/victoria-logs.in
rename to net-mgmt/victoria-logs/files/victoria_logs.in


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6983b16f.3b487.693635e2>