Skip to content

Commit

Permalink
sysutils/ssid: Move to sysutils/setsid
Browse files Browse the repository at this point in the history
This makes setsid available under the more obvious package name setsid.

Add TIMESTAMP to distinfo because of the idiotic commit hook:

remote:
remote: ================================================================
remote: Do not commit ports without TIMESTAMP in their distinfo files.
remote: Rerun make makesum to add it.
remote: ================================================================
remote:
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Jun 27, 2021
1 parent 16bef8b commit 31b7e90
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -16455,3 +16455,4 @@ www/dojo-shrinksafe||2021-06-26|Removed, deprecated upstream
www/blastbeat||2021-06-26|Removed, abandoned upstream, broken on 12.X since 2019
www/demoroniser||2021-06-26|Removed, made for Microsoft Powerpoint 9x with Perl 4.0
x11-toolkits/v||2021-06-27|Has expired: Dead upstream, unmaintained and no consumers
sysutils/ssid|sysutils/setsid|2021-06-27|Move to more obvious package name
4 changes: 2 additions & 2 deletions devel/hadoop2/Makefile
Expand Up @@ -6,7 +6,7 @@
# no problems encountered so far. Thanks.
PORTNAME= hadoop
PORTVERSION= 2.7.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel java
MASTER_SITES= APACHE/${PORTNAME}/common/hadoop-${PORTVERSION} \
LOCAL/demon/:maven \
Expand All @@ -28,7 +28,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 \
${LOCALBASE}/protobuf25/bin/protoc:devel/protobuf25
LIB_DEPENDS= libsnappy.so:archivers/snappy
RUN_DEPENDS= bash:shells/bash \
ssid:sysutils/ssid
setsid:sysutils/setsid

CONFLICTS_INSTALL= hadoop-1* yarn

Expand Down
3 changes: 2 additions & 1 deletion editors/kakoune/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kakoune
DISTVERSION= 2020.09.01
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/

Expand All @@ -9,7 +10,7 @@ COMMENT= Modal code editor with a focus on interactivity
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC:H}/UNLICENSE

RUN_DEPENDS= setsid:sysutils/ssid
RUN_DEPENDS= setsid:sysutils/setsid

USES= compiler:c++17-lang gmake ncurses tar:bzip2
DATADIR= ${PREFIX}/share/kak
Expand Down
4 changes: 2 additions & 2 deletions net/x2goclient-cli/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= x2goclient-cli
DISTVERSION= 3.0.1-1.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/
DISTNAME= ${PORTNAME}_${DISTVERSION}
Expand All @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= p5-Proc-Simple>=0:devel/p5-Proc-Simple \
p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \
nxproxy:net/nxproxy \
setsid:sysutils/ssid
setsid:sysutils/setsid

USES= perl5 shebangfix
SHEBANG_FILES= x2goclient-cli
Expand Down
2 changes: 1 addition & 1 deletion sysutils/Makefile
Expand Up @@ -1260,6 +1260,7 @@
SUBDIR += sensu-go
SUBDIR += serf
SUBDIR += setcdboot
SUBDIR += setsid
SUBDIR += sformat
SUBDIR += sg3_utils
SUBDIR += shim
Expand Down Expand Up @@ -1294,7 +1295,6 @@
SUBDIR += squashfs-tools
SUBDIR += ssd_report
SUBDIR += sshsudo
SUBDIR += ssid
SUBDIR += ssync
SUBDIR += stalepid
SUBDIR += stanchion
Expand Down
4 changes: 2 additions & 2 deletions sysutils/ssid/Makefile → sysutils/setsid/Makefile
@@ -1,10 +1,10 @@
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME= ssid
PORTNAME= setsid
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://dl.suckless.org/tools/
DISTNAME= ssid-${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT= Run a command in a new session
Expand Down
1 change: 1 addition & 0 deletions sysutils/ssid/distinfo → sysutils/setsid/distinfo
@@ -1,2 +1,3 @@
TIMESTAMP = 1624822663
SHA256 (ssid-0.1.tar.gz) = a4c477e58743ed04a7a68a76cd5863bf1919545d5a0fc5db6c6ccfa15134d1e6
SIZE (ssid-0.1.tar.gz) = 2072
File renamed without changes.

0 comments on commit 31b7e90

Please sign in to comment.