Skip to content

Commit

Permalink
sysutils/setsid: Switch to public domain implementation from util-linux
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Jun 27, 2021
1 parent 31b7e90 commit 5bdc399
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 deletions sysutils/setsid/Makefile
@@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 5bdc399

Please sign in to comment.