Date: Mon, 27 Apr 2026 00:03:55 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Goran=?utf-8?Q? Meki=C4=87?= <meka@tilda.center> Subject: git: 8a3637a5e5c3 - main - sysutils/reggae: Update to 0.5.3 Message-ID: <69eea7eb.1cd6f.bf9c0b1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a3637a5e5c39575593bd311bfcd212dce05dc94 commit 8a3637a5e5c39575593bd311bfcd212dce05dc94 Author: Goran Mekić <meka@tilda.center> AuthorDate: 2026-04-15 15:48:51 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2026-04-27 00:01:42 +0000 sysutils/reggae: Update to 0.5.3 Changelog: https://github.com/cbsd/reggae/releases/tag/0.5.3 PR: 294552 Event: Wiesbaden Hackathon 202604 --- sysutils/reggae/Makefile | 5 ++--- sysutils/reggae/distinfo | 6 +++--- sysutils/reggae/files/reggae.in | 40 ---------------------------------------- sysutils/reggae/pkg-plist | 14 +++++++++----- 4 files changed, 14 insertions(+), 51 deletions(-) diff --git a/sysutils/reggae/Makefile b/sysutils/reggae/Makefile index 84740e0c5c68..0dc5e093c8e9 100644 --- a/sysutils/reggae/Makefile +++ b/sysutils/reggae/Makefile @@ -1,5 +1,5 @@ PORTNAME= reggae -DISTVERSION= 0.5.2 +DISTVERSION= 0.5.3 CATEGORIES= sysutils MAINTAINER= meka@tilda.center @@ -9,10 +9,9 @@ WWW= https://github.com/cbsd/reggae LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= sudo USE_GITHUB= yes GH_ACCOUNT= cbsd -USE_RC_SUBR= reggae reggae_pf +USE_RC_SUBR= reggae_pf NO_ARCH= yes diff --git a/sysutils/reggae/distinfo b/sysutils/reggae/distinfo index 72dcabb5bc16..4207459a06fd 100644 --- a/sysutils/reggae/distinfo +++ b/sysutils/reggae/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775772514 -SHA256 (cbsd-reggae-0.5.2_GH0.tar.gz) = ced97a69752d81419939554022c32e962acbb30cdf4f6fe5840220c1c376d1fd -SIZE (cbsd-reggae-0.5.2_GH0.tar.gz) = 52185 +TIMESTAMP = 1776267886 +SHA256 (cbsd-reggae-0.5.3_GH0.tar.gz) = 24271939734e7c67265aaff084c2f87a9ca13533933b72fe91498a09b0fe5795 +SIZE (cbsd-reggae-0.5.3_GH0.tar.gz) = 51831 diff --git a/sysutils/reggae/files/reggae.in b/sysutils/reggae/files/reggae.in deleted file mode 100644 index 97313233b910..000000000000 --- a/sysutils/reggae/files/reggae.in +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh - -# PROVIDE: reggae -# KEYWORD: shutdown -# REQUIRE: pf -# BEFORE: jail cbsd - -. /etc/rc.subr - -name=reggae -desc="reggae backend" -rcvar=${name}_enable -load_rc_config $name - -: ${reggae_enable:="NO"} -: ${reggae_socket_dir:="/var/run/reggae"} - -pidfile="/var/run/${name}.pid" -procname=/bin/sh -start_precmd="${name}_prestart" -start_cmd="${name}_start" - - -reggae_prestart() { - install -d "${reggae_socket_dir}" -} - - -reggae_start() { - echo -n "Starting ${name} ... " - /usr/sbin/daemon -S %%PREFIX%%/bin/reggae service "${reggae_socket_dir}" "${pidfile}" - status=$? - if [ "${status}" = "0" ]; then - echo "done" - else - echo "failed!" - fi -} - -run_rc_command $* diff --git a/sysutils/reggae/pkg-plist b/sysutils/reggae/pkg-plist index e86478c3e771..f6cea316e949 100644 --- a/sysutils/reggae/pkg-plist +++ b/sysutils/reggae/pkg-plist @@ -70,6 +70,7 @@ share/man/man1/reggae.1.gz %%DATADIR%%/scripts/export.sh %%DATADIR%%/scripts/get-config.sh %%DATADIR%%/scripts/get-ip.sh +%%DATADIR%%/scripts/helpers.sh %%DATADIR%%/scripts/host-init.sh %%DATADIR%%/scripts/import.sh %%DATADIR%%/scripts/init.sh @@ -118,9 +119,7 @@ share/man/man1/reggae.1.gz %%DATADIR%%/templates/cloud-init/user-data %%DATADIR%%/templates/cloud-initial.sh %%DATADIR%%/templates/devfs.rules -%%DATADIR%%/templates/dhcpd-hook.sh -%%DATADIR%%/templates/dhcpd.conf -%%DATADIR%%/templates/dhcpd6.conf +%%DATADIR%%/templates/domain.zone %%DATADIR%%/templates/export-ports.sh %%DATADIR%%/templates/freebsd-update.conf %%DATADIR%%/templates/gitignore @@ -128,6 +127,12 @@ share/man/man1/reggae.1.gz %%DATADIR%%/templates/initenv.conf %%DATADIR%%/templates/install-packages.sh %%DATADIR%%/templates/ip-by-mac.sh +%%DATADIR%%/templates/kea-dhcp-ddns.conf +%%DATADIR%%/templates/kea-dhcp4.conf +%%DATADIR%%/templates/kea-dhcp6.conf +%%DATADIR%%/templates/kea.sh +%%DATADIR%%/templates/keactrl.conf +%%DATADIR%%/templates/knot.conf %%DATADIR%%/templates/linux.conf.tpl %%DATADIR%%/templates/master.conf %%DATADIR%%/templates/master.fstab @@ -135,12 +140,11 @@ share/man/man1/reggae.1.gz %%DATADIR%%/templates/netif %%DATADIR%%/templates/network %%DATADIR%%/templates/network-jail.conf -%%DATADIR%%/templates/nsd.conf %%DATADIR%%/templates/pf-jail.conf %%DATADIR%%/templates/pf.conf %%DATADIR%%/templates/pkg.conf -%%DATADIR%%/templates/reggae-register.sh %%DATADIR%%/templates/resolvconf.conf +%%DATADIR%%/templates/reverse.zone %%DATADIR%%/templates/rtadvd.conf %%DATADIR%%/templates/rtsold %%DATADIR%%/templates/setup-vm.shhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eea7eb.1cd6f.bf9c0b1>
