summaryrefslogtreecommitdiff
path: root/net/bird3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/bird3/Makefile4
-rw-r--r--net/bird3/distinfo6
-rw-r--r--net/bird3/files/bird.in6
3 files changed, 10 insertions, 6 deletions
diff --git a/net/bird3/Makefile b/net/bird3/Makefile
index 6e6e2272b75c..02154ea69ff3 100644
--- a/net/bird3/Makefile
+++ b/net/bird3/Makefile
@@ -1,12 +1,12 @@
PORTNAME= bird
-DISTVERSION= 3.1.3
+DISTVERSION= 3.1.4
CATEGORIES= net
MASTER_SITES= https://bird.nic.cz/download/
PKGNAMESUFFIX= 3
MAINTAINER= olivier@FreeBSD.org
COMMENT= Dynamic multithreaded IP routing daemon
-WWW= https://bird.network.cz/
+WWW= https://bird.nic.cz/
LICENSE= GPLv2
diff --git a/net/bird3/distinfo b/net/bird3/distinfo
index 29c48f0c2972..634a13a479ad 100644
--- a/net/bird3/distinfo
+++ b/net/bird3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757074212
-SHA256 (bird-3.1.3.tar.gz) = 75ceb0d5d7ee66a00f6b023ff2982564ff2810478e4d8c728a837c4a64cfa38e
-SIZE (bird-3.1.3.tar.gz) = 2733495
+TIMESTAMP = 1758640602
+SHA256 (bird-3.1.4.tar.gz) = a5757b60e1de9ac5efc9765f87b7c8baefa31db789966c83870d070f7608278c
+SIZE (bird-3.1.4.tar.gz) = 2738002
diff --git a/net/bird3/files/bird.in b/net/bird3/files/bird.in
index de800bd69b81..3dcf37f8cf31 100644
--- a/net/bird3/files/bird.in
+++ b/net/bird3/files/bird.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: bird dynamicrouting
-# REQUIRE: LOGIN
+# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
@@ -27,4 +27,8 @@ load_rc_config $name
command=%%PREFIX%%/sbin/${name}
command_args="-c $bird_config -g $bird_group"
+extra_commands="gracefulrestart" # It is not a restart but a stop
+
+gracefulrestart_cmd="%%PREFIX%%/sbin/${name}c graceful restart"
+
run_rc_command "$1"