From owner-dev-commits-ports-main@freebsd.org Sun May 30 13:37:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 049276557E2; Sun, 30 May 2021 13:37:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtKH86MBfz4lhQ; Sun, 30 May 2021 13:37:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B83391DFB1; Sun, 30 May 2021 13:37:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14UDbe7r056329; Sun, 30 May 2021 13:37:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14UDbeNg056328; Sun, 30 May 2021 13:37:40 GMT (envelope-from git) Date: Sun, 30 May 2021 13:37:40 GMT Message-Id: <202105301337.14UDbeNg056328@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 68fa17352646 - main - sysutils/iocell: enable more architectures & handle new BSD grep MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 68fa173526465a755a9b7fdc5ee9b8761c2a47b1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2021 13:37:41 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=68fa173526465a755a9b7fdc5ee9b8761c2a47b1 commit 68fa173526465a755a9b7fdc5ee9b8761c2a47b1 Author: Dave Cottlehuber AuthorDate: 2021-05-30 13:35:18 +0000 Commit: Dave Cottlehuber CommitDate: 2021-05-30 13:35:18 +0000 sysutils/iocell: enable more architectures & handle new BSD grep While iocell is a shell script and can work cross-platform, its evident that nobody has actually tried to use it on anything other than amd64. Use tighter egrep(1) invocations, that match the new default BSD grep now in 13.0+ and up. Approved by: maintainer timeout Tested by: linimon PR: 253703 Differential Revision: https://reviews.freebsd.org/D28004 --- sysutils/iocell/Makefile | 6 +++++- sysutils/iocell/distinfo | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sysutils/iocell/Makefile b/sysutils/iocell/Makefile index 18b5b900d96c..8f8d6ea0b1c5 100644 --- a/sysutils/iocell/Makefile +++ b/sysutils/iocell/Makefile @@ -3,8 +3,12 @@ PORTNAME= iocell PORTVERSION= 2.1.2 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= sysutils +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/ +PATCHFILES+= 37.patch:-p1 # https://github.com/bartekrutkowski/iocell/pull/37 + MAINTAINER= robak@FreeBSD.org COMMENT= Feature rich Jail containers manager (iocage fork) @@ -19,9 +23,9 @@ USE_GITHUB= yes GH_ACCOUNT= bartekrutkowski NO_BUILD= yes -NO_ARCH= yes post-patch: + @${REINPLACE_CMD} -e "s|amd64|${MACHINE}|g" ${WRKSRC}/lib/ioc-* @${REINPLACE_CMD} -e "s|/usr/local/lib/iocell|${PREFIX}/lib/iocell|g" ${WRKSRC}/iocell pre-install: diff --git a/sysutils/iocell/distinfo b/sysutils/iocell/distinfo index c4d599c536d4..168b66468bb5 100644 --- a/sysutils/iocell/distinfo +++ b/sysutils/iocell/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1529540233 +TIMESTAMP = 1613421536 SHA256 (bartekrutkowski-iocell-v2.1.2_GH0.tar.gz) = 36f98ec1f55f444913bb5154b51549e85fb34e04e372d4fe34bb8be2c5f7ed36 SIZE (bartekrutkowski-iocell-v2.1.2_GH0.tar.gz) = 372737 +SHA256 (37.patch) = 9bacb2e7fa1b6de7dac753d23594087951733968f1723501096cb71131e811e8 +SIZE (37.patch) = 4538