Date: Sun, 27 Jun 2021 19:42:14 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 31b7e90bd6b7 - main - sysutils/ssid: Move to sysutils/setsid Message-ID: <202106271942.15RJgENc014574@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=31b7e90bd6b77158dfd4cf186fd7b233fe68848d commit 31b7e90bd6b77158dfd4cf186fd7b233fe68848d Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-06-27 17:47:21 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-06-27 19:37:59 +0000 sysutils/ssid: Move to sysutils/setsid 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: --- MOVED | 1 + devel/hadoop2/Makefile | 4 ++-- editors/kakoune/Makefile | 3 ++- net/x2goclient-cli/Makefile | 4 ++-- sysutils/Makefile | 2 +- sysutils/{ssid => setsid}/Makefile | 4 ++-- sysutils/{ssid => setsid}/distinfo | 1 + sysutils/{ssid => setsid}/pkg-descr | 0 8 files changed, 11 insertions(+), 8 deletions(-) diff --git a/MOVED b/MOVED index 83ee3f3ecd54..32846b8e040f 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/devel/hadoop2/Makefile b/devel/hadoop2/Makefile index c3e7772ab2f9..393cff8612f2 100644 --- a/devel/hadoop2/Makefile +++ b/devel/hadoop2/Makefile @@ -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 \ @@ -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 diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index b9033e4031a6..a7293dd157f3 100644 --- a/editors/kakoune/Makefile +++ b/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}/ @@ -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 diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile index 9c851811a7cc..641d79a76476 100644 --- a/net/x2goclient-cli/Makefile +++ b/net/x2goclient-cli/Makefile @@ -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} @@ -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 diff --git a/sysutils/Makefile b/sysutils/Makefile index 2076b30b62c2..2f0cd87f0800 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1260,6 +1260,7 @@ SUBDIR += sensu-go SUBDIR += serf SUBDIR += setcdboot + SUBDIR += setsid SUBDIR += sformat SUBDIR += sg3_utils SUBDIR += shim @@ -1294,7 +1295,6 @@ SUBDIR += squashfs-tools SUBDIR += ssd_report SUBDIR += sshsudo - SUBDIR += ssid SUBDIR += ssync SUBDIR += stalepid SUBDIR += stanchion diff --git a/sysutils/ssid/Makefile b/sysutils/setsid/Makefile similarity index 89% rename from sysutils/ssid/Makefile rename to sysutils/setsid/Makefile index ef41fd1fb821..478748e75739 100644 --- a/sysutils/ssid/Makefile +++ b/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 diff --git a/sysutils/ssid/distinfo b/sysutils/setsid/distinfo similarity index 84% rename from sysutils/ssid/distinfo rename to sysutils/setsid/distinfo index 8aac39395ae1..d4aff595283a 100644 --- a/sysutils/ssid/distinfo +++ b/sysutils/setsid/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1624822663 SHA256 (ssid-0.1.tar.gz) = a4c477e58743ed04a7a68a76cd5863bf1919545d5a0fc5db6c6ccfa15134d1e6 SIZE (ssid-0.1.tar.gz) = 2072 diff --git a/sysutils/ssid/pkg-descr b/sysutils/setsid/pkg-descr similarity index 100% rename from sysutils/ssid/pkg-descr rename to sysutils/setsid/pkg-descr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106271942.15RJgENc014574>