diff --git a/sysutils/runit-faster/Makefile b/sysutils/runit-faster/Makefile index bbbb594e51ad..14742ea0eca9 100644 --- a/sysutils/runit-faster/Makefile +++ b/sysutils/runit-faster/Makefile @@ -1,48 +1,48 @@ # Created by: Sergei Kolobov PORTNAME= runit DISTVERSION= 2.1.3.7 CATEGORIES= sysutils -MASTER_SITES= https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://codeberg.org/attachments/0f74bee0-05ce-40b4-9cdf-0f9f5a37f90b?dummy=/ PKGNAMESUFFIX= -faster DISTNAME= freebsd-runit-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Runit based init replacement for ${OPSYS} LICENSE= BSD3CLAUSE CC0-1.0 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= snooze:sysutils/snooze USES= tar:xz USE_RC_SUBR= runsvdir MAKE_ENV= RUNITDIR=${RUNITDIR} \ SBINDIR=${SBINDIR} \ SVDIR=${PREFIX}/etc/sv TEST_TARGET= check CONFLICTS_INSTALL= runit SUB_LIST= RUNITDIR=${RUNITDIR} PLIST_SUB= RUNITDIR=${RUNITDIR} PORTDOCS= * OPTIONS_DEFINE= DOCS ROOT OPTIONS_SUB= yes ROOT_DESC= Install bootstrap files into /etc/runit and /sbin ROOT_VARS_OFF= RUNITDIR=${ETCDIR} SBINDIR=${PREFIX}/sbin ROOT_VARS= RUNITDIR=/etc/runit SBINDIR=/sbin post-install: # Micromanaging pkg-plist is no fun here... Generate it on the fly # instead. @${FIND} -s ${STAGEDIR}${PREFIX}/etc/sv -not -type d | ${SORT} | \ ${SED} -e 's,^${STAGEDIR},,' -e 's,^${PREFIX}/,,' \ >> ${TMPPLIST} .include diff --git a/sysutils/runit-faster/pkg-descr b/sysutils/runit-faster/pkg-descr index 8feb8f74966c..674d383e91d3 100644 --- a/sysutils/runit-faster/pkg-descr +++ b/sysutils/runit-faster/pkg-descr @@ -1,15 +1,15 @@ Runit is a daemontools replacement with the following features: - Service supervision - Clean process state - Reliable logging facility - Fast system bootup and shutdown - Packaging friendly - Small code size This very experimental port comes with a complete suite of configuration files and services to replace init(8) and rc(8) with runit for initializing your system. Heavily inspired by Void Linux' init scripts. -WWW: http://smarden.org/runit/ +WWW: https://codeberg.org/tobik/runit-faster