From owner-svn-ports-all@freebsd.org Wed Mar 14 15:44:23 2018 Return-Path: Delivered-To: svn-ports-all@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 C957CF59D40; Wed, 14 Mar 2018 15:44:23 +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 7B59386D8D; Wed, 14 Mar 2018 15:44:23 +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 762E41B25; Wed, 14 Mar 2018 15:44:23 +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 w2EFiNUE015514; Wed, 14 Mar 2018 15:44:23 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2EFiN0E015512; Wed, 14 Mar 2018 15:44:23 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803141544.w2EFiN0E015512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 14 Mar 2018 15:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464505 - 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: 464505 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2018 15:44:24 -0000 Author: tobik Date: Wed Mar 14 15:44:23 2018 New Revision: 464505 URL: https://svnweb.freebsd.org/changeset/ports/464505 Log: sysutils/runit-faster: Update scripts to 0.1.16 - Apply CPU microcode updates at boot Modified: head/sysutils/runit-faster/Makefile head/sysutils/runit-faster/distinfo Modified: head/sysutils/runit-faster/Makefile ============================================================================== --- head/sysutils/runit-faster/Makefile Wed Mar 14 15:33:34 2018 (r464504) +++ head/sysutils/runit-faster/Makefile Wed Mar 14 15:44:23 2018 (r464505) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= runit -DISTVERSION= 2.1.2-0.1.14 -RUNITVERSION= ${DISTVERSION:C/(.*)-(.*)/\1/} -CONFVERSION= ${DISTVERSION:C/(.*)-(.*)/\2/} +DISTVERSION= ${RUNITVERSION}-${CONFVERSION} +RUNITVERSION= 2.1.2 +CONFVERSION= 0.1.16 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 Wed Mar 14 15:33:34 2018 (r464504) +++ head/sysutils/runit-faster/distinfo Wed Mar 14 15:44:23 2018 (r464505) @@ -1,5 +1,5 @@ -TIMESTAMP = 1520783226 +TIMESTAMP = 1521042126 SHA256 (runit-2.1.2.tar.gz) = 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18 SIZE (runit-2.1.2.tar.gz) = 110916 -SHA256 (freebsd-runit-0.1.14.tar.gz) = 59e211f0a2e2dce14ce944ffd4ccf15bb19c47bfb4f4626f159ba70b1f03338c -SIZE (freebsd-runit-0.1.14.tar.gz) = 15152 +SHA256 (freebsd-runit-0.1.16.tar.gz) = 2aa5134e0bec3de06d60abdb3b5626c9582b106ba9c2a861801387a367c084a6 +SIZE (freebsd-runit-0.1.16.tar.gz) = 15415