svn commit: r523982 - head/sysutils/runit-faster

Tobias Kortkamp tobik at FreeBSD.org
Fri Jan 24 19:24:37 UTC 2020


Author: tobik
Date: Fri Jan 24 19:24:36 2020
New Revision: 523982
URL: https://svnweb.freebsd.org/changeset/ports/523982

Log:
  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.

Modified:
  head/sysutils/runit-faster/Makefile

Modified: head/sysutils/runit-faster/Makefile
==============================================================================
--- head/sysutils/runit-faster/Makefile	Fri Jan 24 19:20:30 2020	(r523981)
+++ head/sysutils/runit-faster/Makefile	Fri Jan 24 19:24:36 2020	(r523982)
@@ -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