From owner-svn-ports-head@freebsd.org Sat Sep 15 13:35:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDC1010A6A5B; Sat, 15 Sep 2018 13:35:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3EA58CDE3; Sat, 15 Sep 2018 13:35:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 807C1141C9; Sat, 15 Sep 2018 13:35:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8FDZVDg007830; Sat, 15 Sep 2018 13:35:31 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8FDZUY4007827; Sat, 15 Sep 2018 13:35:30 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201809151335.w8FDZUY4007827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 15 Sep 2018 13:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479836 - head/sysutils/runit-faster X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/runit-faster X-SVN-Commit-Revision: 479836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2018 13:35:32 -0000 Author: tobik Date: Sat Sep 15 13:35:30 2018 New Revision: 479836 URL: https://svnweb.freebsd.org/changeset/ports/479836 Log: sysutils/runit-faster: Update scripts to 0.1.26 Changes: https://github.com/t6/freebsd-runit/releases/tag/v0.1.26 Modified: head/sysutils/runit-faster/Makefile head/sysutils/runit-faster/distinfo head/sysutils/runit-faster/pkg-plist Modified: head/sysutils/runit-faster/Makefile ============================================================================== --- head/sysutils/runit-faster/Makefile Sat Sep 15 13:22:32 2018 (r479835) +++ head/sysutils/runit-faster/Makefile Sat Sep 15 13:35:30 2018 (r479836) @@ -4,7 +4,7 @@ PORTNAME= runit DISTVERSION= ${RUNITVERSION}-${CONFVERSION} RUNITVERSION= 2.1.2 -CONFVERSION= 0.1.24 +CONFVERSION= 0.1.26 CATEGORIES= sysutils MASTER_SITES= http://smarden.org/runit/ \ http://www.bayofrum.net/dist/runit/ \ Modified: head/sysutils/runit-faster/distinfo ============================================================================== --- head/sysutils/runit-faster/distinfo Sat Sep 15 13:22:32 2018 (r479835) +++ head/sysutils/runit-faster/distinfo Sat Sep 15 13:35:30 2018 (r479836) @@ -1,5 +1,5 @@ -TIMESTAMP = 1527160285 +TIMESTAMP = 1537014922 SHA256 (runit-2.1.2.tar.gz) = 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18 SIZE (runit-2.1.2.tar.gz) = 110916 -SHA256 (freebsd-runit-0.1.24.tar.gz) = 17a15d0a64cc318d5982aac1d98b71d9becdece26941059ff2449d16d23f1265 -SIZE (freebsd-runit-0.1.24.tar.gz) = 26761 +SHA256 (freebsd-runit-0.1.26.tar.gz) = 2954c2c6719d28bc1cc078b20d14c6abdb7844e87ca8583789c7f86d93c498f9 +SIZE (freebsd-runit-0.1.26.tar.gz) = 27551 Modified: head/sysutils/runit-faster/pkg-plist ============================================================================== --- head/sysutils/runit-faster/pkg-plist Sat Sep 15 13:22:32 2018 (r479835) +++ head/sysutils/runit-faster/pkg-plist Sat Sep 15 13:35:30 2018 (r479836) @@ -13,6 +13,7 @@ bin/svclone %%RUNITDIR%%/core-services/31-enable-dumpdev.sh %%RUNITDIR%%/core-services/31-fsck.sh %%RUNITDIR%%/core-services/31-mount.sh +%%RUNITDIR%%/core-services/31-zfs-mount.sh %%RUNITDIR%%/core-services/33-microcode_update.sh %%RUNITDIR%%/core-services/33-var.sh %%RUNITDIR%%/core-services/41-entropy.sh