svn commit: r523983 - branches/2020Q1/sysutils/runit-faster
Tobias Kortkamp
tobik at FreeBSD.org
Fri Jan 24 19:26:35 UTC 2020
Author: tobik
Date: Fri Jan 24 19:26:34 2020
New Revision: 523983
URL: https://svnweb.freebsd.org/changeset/ports/523983
Log:
MFH: r523982
sysutils/runit-faster: Fix runsvdir rc script
%%RUNITDIR%% was not replaced with the correct dir leading to
/var/run/runit/runsvdir/current pointing to some bogus location.
Approved by: ports-secteam runtime fix blanket
Modified:
branches/2020Q1/sysutils/runit-faster/Makefile
Directory Properties:
branches/2020Q1/ (props changed)
Modified: branches/2020Q1/sysutils/runit-faster/Makefile
==============================================================================
--- branches/2020Q1/sysutils/runit-faster/Makefile Fri Jan 24 19:24:36 2020 (r523982)
+++ branches/2020Q1/sysutils/runit-faster/Makefile Fri Jan 24 19:26:34 2020 (r523983)
@@ -3,6 +3,7 @@
PORTNAME= runit
DISTVERSION= 2.1.3.6
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ \
LOCAL/tobik
@@ -28,6 +29,7 @@ TEST_TARGET= check
CONFLICTS_INSTALL= runit
+SUB_LIST= RUNITDIR=${RUNITDIR}
PLIST_SUB= RUNITDIR=${RUNITDIR}
PORTDOCS= *
More information about the svn-ports-all
mailing list