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.
This commit is contained in:
@@ -1,21 +1,20 @@
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
|
||||
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 <bsd.port.mk>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user