git: 27a64bb51ad5 - main - sysutils/freedt: update to version 24
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Jul 2025 15:27:33 UTC
The branch main has been updated by tdb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=27a64bb51ad51a1e43f7587e4a48a50831bc21d8
commit 27a64bb51ad51a1e43f7587e4a48a50831bc21d8
Author: Tim Bishop <tdb@FreeBSD.org>
AuthorDate: 2025-07-09 15:25:00 +0000
Commit: Tim Bishop <tdb@FreeBSD.org>
CommitDate: 2025-07-09 15:27:19 +0000
sysutils/freedt: update to version 24
---
sysutils/freedt/Makefile | 8 +++++---
sysutils/freedt/distinfo | 5 +++--
sysutils/freedt/pkg-descr | 26 +++++++++-----------------
3 files changed, 17 insertions(+), 22 deletions(-)
diff --git a/sysutils/freedt/Makefile b/sysutils/freedt/Makefile
index ba83da14bda3..64827b1d2b36 100644
--- a/sysutils/freedt/Makefile
+++ b/sysutils/freedt/Makefile
@@ -1,15 +1,17 @@
PORTNAME= freedt
-PORTVERSION= 23
+PORTVERSION= 24
CATEGORIES= sysutils
MASTER_SITES= http://offog.org/files/ \
http://ftp.i-scream.org/pub/offog.org/files/
MAINTAINER= tdb@FreeBSD.org
-COMMENT= Experimental reimplementation of Dan Bernstein's daemontools
+COMMENT= Reimplementation of Dan Bernstein's daemontools
WWW= https://offog.org/code/freedt.html
-CONFLICTS= daemontools daemontools-encore ucspi-tcp # bin/argv0 bin/envdir bin/envuidgid
+LICENSE= ISCL
GNU_CONFIGURE= yes
+CONFLICTS= daemontools daemontools-encore ucspi-tcp # bin/argv0 bin/envdir bin/envuidgid
+
.include <bsd.port.mk>
diff --git a/sysutils/freedt/distinfo b/sysutils/freedt/distinfo
index bbfc87e99ae5..77e02ebf4d2d 100644
--- a/sysutils/freedt/distinfo
+++ b/sysutils/freedt/distinfo
@@ -1,2 +1,3 @@
-SHA256 (freedt-23.tar.gz) = b0176d6f3c290f3d281804b61906b91f332801109ec8c991689c4113a028e42c
-SIZE (freedt-23.tar.gz) = 106539
+TIMESTAMP = 1752068464
+SHA256 (freedt-24.tar.gz) = 06e713aeac29037f02e6cea5e92de5daf6364b8da31d9fc46440ecc8e8274d7c
+SIZE (freedt-24.tar.gz) = 118129
diff --git a/sysutils/freedt/pkg-descr b/sysutils/freedt/pkg-descr
index 64ce5e55b3f2..d36ff81641be 100644
--- a/sysutils/freedt/pkg-descr
+++ b/sysutils/freedt/pkg-descr
@@ -1,18 +1,10 @@
-A reimplementation of Dan Bernstein's daemontools under the GNU GPL,
-sharing no code with the original implementation.
+freedt is a service supervision framework for POSIX operating
+systems. Most of the tools are independent reimplementations of Dan
+Bernstein's daemontools.
-It currently includes feature-equivalent replacements for argv0, envdir,
-envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan,
-svstat and recordio. It also includes dumblog (a simple multilog
-replacement), mkservice (a script for automatically creating service
-directories), anonidentd (an anonimising identd implementation) and
-ratelimit (a bandwidth-limiting filter along the lines of recordio). All
-the tools include usage messages; for instance, do "ratelimit -h" for a
-brief rundown of the options.
-
-Please note that this package is *not* a drop-in replacement for
-daemontools; the internal state files in service directories are
-different, and the error messages (and a few of the options) aren't
-quite the same. It's also still somewhat experimental, so I'd recommend
-sticking with daemontools on production systems until there's a stable
-release of freedt.
+It currently includes feature-equivalent replacements for argv0,
+envdir, envuidgid, setlock, setuidgid, softlimit, supervise, svc,
+svok, svscan, svstat and recordio. It also includes anonidentd (an
+dummy identd implementation), dumblog (a simple multilog replacement),
+mkservice (a tool to create service directories), and ratelimit (a
+bandwidth-limiting filter along the lines of recordio).