View | Details | Raw Unified | Return to bug 226859
Collapse All | Expand All

(-)net/bird-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1518802884
1
TIMESTAMP = 1521724692
2
SHA256 (bird-2.0.1.tar.gz) = 5614b60d31a0e224a7e484126641dee7a5386a939f59373a48dfc1233b13d063
2
SHA256 (bird-2.0.2.tar.gz) = 035f91d6f568f8ed438a0814235ac4c5c79147cd2acf201322c307732883480f
3
SIZE (bird-2.0.1.tar.gz) = 1006261
3
SIZE (bird-2.0.2.tar.gz) = 1015224
(-)net/bird-devel/files/patch-proto_babel_config.Y (-13 lines)
Lines 1-13 Link Here
1
--- proto/babel/config.Y.orig	2018-03-05 12:15:52 UTC
2
+++ proto/babel/config.Y
3
@@ -23,8 +23,8 @@ CF_DEFINES
4
 CF_DECLS
5
 
6
 CF_KEYWORDS(BABEL, METRIC, RXCOST, HELLO, UPDATE, INTERVAL, PORT, WIRED,
7
-	WIRELESS, RX, TX, BUFFER, LENGTH, CHECK, LINK, BABEL_METRIC, NEXT, HOP,
8
-	IPV4, IPV6)
9
+	WIRELESS, RX, TX, BUFFER, LENGTH, PRIORITY, CHECK, LINK, BABEL_METRIC,
10
+	NEXT, HOP, IPV4, IPV6)
11
 
12
 CF_GRAMMAR
13
 
(-)net/bird-devel/files/pkg-message.in (+9 lines)
Line 0 Link Here
1
#######################################################################
2
3
%%LOCALBASE%%/sbin/birdc was added to /etc/shells
4
To assign it to a user, the user needs to be in group wheel.
5
6
Alternatively you could use security/sudo to grant a user access to it,
7
which would allow '%%LOCALBASE%%/sbin/birdc -r' to restrict to read-only.
8
9
#######################################################################
(-)net/bird-devel/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/net/bird-devel/Makefile 465000 2018-03-19 09:22:08Z olivier $
2
# $FreeBSD: head/net/bird-devel/Makefile 465000 2018-03-19 09:22:08Z olivier $
3
3
4
PORTNAME=	bird
4
PORTNAME=	bird
5
DISTVERSION=	2.0.1
5
DISTVERSION=	2.0.2
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	ftp://bird.network.cz/pub/bird/
7
MASTER_SITES=	ftp://bird.network.cz/pub/bird/
8
PKGNAMESUFFIX=	-devel
8
PKGNAMESUFFIX=	-devel
Lines 22-27 Link Here
22
CONFIGURE_ARGS=	--localstatedir=/var
22
CONFIGURE_ARGS=	--localstatedir=/var
23
USE_CSTD=	gnu89
23
USE_CSTD=	gnu89
24
USE_RC_SUBR=	bird
24
USE_RC_SUBR=	bird
25
SUB_FILES=	pkg-message
25
26
26
MAKE_JOBS_UNSAFE=	yes
27
MAKE_JOBS_UNSAFE=	yes
27
28
(-)net/bird-devel/pkg-plist (-2 / +3 lines)
Lines 1-4 Link Here
1
@sample etc/bird.conf.example etc/bird.conf
1
@sample etc/bird.conf
2
@sample etc/bird.conf.example
3
@shell sbin/birdc
2
sbin/bird
4
sbin/bird
3
sbin/birdc
4
sbin/birdcl
5
sbin/birdcl

Return to bug 226859