diff options
Diffstat (limited to 'net/bird2')
| -rw-r--r-- | net/bird2/Makefile | 6 | ||||
| -rw-r--r-- | net/bird2/distinfo | 6 | ||||
| -rw-r--r-- | net/bird2/files/bird.in | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net/bird2/Makefile b/net/bird2/Makefile index cd79c33d782c..aaf6cf7a001b 100644 --- a/net/bird2/Makefile +++ b/net/bird2/Makefile @@ -1,12 +1,12 @@ PORTNAME= bird -DISTVERSION= 2.17.1 +DISTVERSION= 2.17.3 CATEGORIES= net -MASTER_SITES= https://bird.network.cz/download/ +MASTER_SITES= https://bird.nic.cz/download/ PKGNAMESUFFIX= 2 MAINTAINER= olivier@FreeBSD.org COMMENT= Dynamic IP routing daemon -WWW= https://bird.network.cz/ +WWW= https://bird.nic.cz/ LICENSE= GPLv2 diff --git a/net/bird2/distinfo b/net/bird2/distinfo index 9c8173f95b91..cc9d9131a291 100644 --- a/net/bird2/distinfo +++ b/net/bird2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746480313 -SHA256 (bird-2.17.1.tar.gz) = bfd718dfa596819b3801688783212514b467163329aec9bbcd0fa3dee03e10e9 -SIZE (bird-2.17.1.tar.gz) = 1471008 +TIMESTAMP = 1765536860 +SHA256 (bird-2.17.3.tar.gz) = 5b43bb7cd7b4f7e095f1d5eeaf759a7a5a6a5538a1a7ba1b191880d49dc3cc58 +SIZE (bird-2.17.3.tar.gz) = 1504596 diff --git a/net/bird2/files/bird.in b/net/bird2/files/bird.in index de800bd69b81..3dcf37f8cf31 100644 --- a/net/bird2/files/bird.in +++ b/net/bird2/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" |
