aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-06-27 17:47:21 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-06-27 19:37:59 +0000
commit31b7e90bd6b77158dfd4cf186fd7b233fe68848d (patch)
tree32e679257fb47300f6e54b51f8e4984dc5ee2335 /editors
parent16bef8b16b7f0d398196f421aa76336af785d5ff (diff)
downloadports-31b7e90bd6b77158dfd4cf186fd7b233fe68848d.tar.gz
ports-31b7e90bd6b77158dfd4cf186fd7b233fe68848d.zip
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:
Diffstat (limited to 'editors')
-rw-r--r--editors/kakoune/Makefile3
1 files changed, 2 insertions, 1 deletions
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