diff options
Diffstat (limited to 'net/bird3')
-rw-r--r-- | net/bird3/Makefile | 5 | ||||
-rw-r--r-- | net/bird3/distinfo | 6 | ||||
-rw-r--r-- | net/bird3/files/bird.in | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net/bird3/Makefile b/net/bird3/Makefile index b74d4cf9b7cd..4ac5d93bd9e2 100644 --- a/net/bird3/Makefile +++ b/net/bird3/Makefile @@ -1,12 +1,13 @@ PORTNAME= bird -DISTVERSION= 3.1.2 +DISTVERSION= 3.1.3 +PORTREVISION= 1 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 a3230af9972f..29c48f0c2972 100644 --- a/net/bird3/distinfo +++ b/net/bird3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748451200 -SHA256 (bird-3.1.2.tar.gz) = 9be6196c5755fca1adf92e90e46aaf6f8ec003bec9b73c084fb45915e07e173f -SIZE (bird-3.1.2.tar.gz) = 2731209 +TIMESTAMP = 1757074212 +SHA256 (bird-3.1.3.tar.gz) = 75ceb0d5d7ee66a00f6b023ff2982564ff2810478e4d8c728a837c4a64cfa38e +SIZE (bird-3.1.3.tar.gz) = 2733495 diff --git a/net/bird3/files/bird.in b/net/bird3/files/bird.in index de800bd69b81..91932c656db9 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: DAEMONS # 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" |