From owner-dev-commits-ports-all@freebsd.org Sun Jun 27 19:42:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 B66F96483B7; Sun, 27 Jun 2021 19:42:16 +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 4GCh2w4ZHTz4p71; Sun, 27 Jun 2021 19:42:16 +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 4616817DCB; Sun, 27 Jun 2021 19:42:16 +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 15RJgGWV014599; Sun, 27 Jun 2021 19:42:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RJgGkF014598; Sun, 27 Jun 2021 19:42:16 GMT (envelope-from git) Date: Sun, 27 Jun 2021 19:42:16 GMT Message-Id: <202106271942.15RJgGkF014598@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 5bdc399c92bd - main - sysutils/setsid: Switch to public domain implementation from util-linux MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5bdc399c92bdc3ab40482f86e15a1c854eb599f0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 19:42:16 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bdc399c92bdc3ab40482f86e15a1c854eb599f0 commit 5bdc399c92bdc3ab40482f86e15a1c854eb599f0 Author: Tobias Kortkamp AuthorDate: 2021-06-27 18:38:51 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 19:40:46 +0000 sysutils/setsid: Switch to public domain implementation from util-linux ssid has been folded into sbase upstream but is missing support for -c, -f, -w. This switches the implementation to the one from util-linux instead which provides them. --- sysutils/setsid/Makefile | 19 +++++++++---------- sysutils/setsid/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/sysutils/setsid/Makefile b/sysutils/setsid/Makefile index 478748e75739..0ba7db915588 100644 --- a/sysutils/setsid/Makefile +++ b/sysutils/setsid/Makefile @@ -1,21 +1,20 @@ # Created by: Martin Wilke PORTNAME= setsid -PORTVERSION= 0.1 +DISTVERSION= 2.37 CATEGORIES= sysutils -MASTER_SITES= http://dl.suckless.org/tools/ -DISTNAME= ssid-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Run a command in a new session -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= PD -PLIST_FILES= bin/setsid bin/ssid +USE_GITHUB= yes +GH_ACCOUNT= t6 -post-install: - ${LN} ${STAGEDIR}${PREFIX}/bin/ssid \ - ${STAGEDIR}${PREFIX}/bin/setsid +PLIST_FILES= bin/setsid \ + bin/ssid \ + share/bash-completion/completions/setsid \ + share/man/man1/setsid.1.gz .include diff --git a/sysutils/setsid/distinfo b/sysutils/setsid/distinfo index d4aff595283a..22af1bbacd53 100644 --- a/sysutils/setsid/distinfo +++ b/sysutils/setsid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624822663 -SHA256 (ssid-0.1.tar.gz) = a4c477e58743ed04a7a68a76cd5863bf1919545d5a0fc5db6c6ccfa15134d1e6 -SIZE (ssid-0.1.tar.gz) = 2072 +TIMESTAMP = 1624819663 +SHA256 (t6-setsid-2.37_GH0.tar.gz) = ff4da62d9f08ef4eaafa866c28ceb5a271e3b76609e478ef481dce1fb0c16c75 +SIZE (t6-setsid-2.37_GH0.tar.gz) = 7040