View | Details | Raw Unified | Return to bug 225962 | Differences between
and this patch

Collapse All | Expand All

(-)bird-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1512568931
1
TIMESTAMP = 1518802884
2
SHA256 (bird-2.0.0-pre1.tar.gz) = f1d75703dd22e5d203e8bafc2d8266c4fdc823ea517c57ec36055dd32a62f369
2
SHA256 (bird-2.0.1.tar.gz) = 5614b60d31a0e224a7e484126641dee7a5386a939f59373a48dfc1233b13d063
3
SIZE (bird-2.0.0-pre1.tar.gz) = 1101988
3
SIZE (bird-2.0.1.tar.gz) = 1006261
(-)bird-devel/Makefile (-4 / +29 lines)
Lines 2-16 Link Here
2
# $FreeBSD: head/net/bird-devel/Makefile 456793 2017-12-20 13:28:21Z mat $
2
# $FreeBSD: head/net/bird-devel/Makefile 456793 2017-12-20 13:28:21Z mat $
3
3
4
PORTNAME=	bird
4
PORTNAME=	bird
5
DISTVERSION=	2.0.0-pre1
5
DISTVERSION=	2.0.1
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
		http://bird.mpls.in/distfiles/bird/
9
PKGNAMESUFFIX=	-devel
10
8
11
MAINTAINER=	melifaro@ipfw.ru
9
MAINTAINER=	melifaro@ipfw.ru
12
COMMENT=	Dynamic IP routing daemon (devel version)
10
COMMENT=	Dynamic IP routing daemon (devel version)
13
11
12
LICENSE=	GPLv2
13
14
CONFLICTS=	bird-[0-9]*
14
CONFLICTS=	bird-[0-9]*
15
15
16
USES=		bison gmake readline
16
USES=		bison gmake readline
Lines 18-23 Link Here
18
CONFIGURE_ARGS=	--localstatedir=/var
18
CONFIGURE_ARGS=	--localstatedir=/var
19
USE_CSTD=	gnu89
19
USE_CSTD=	gnu89
20
20
21
OPTIONS_MULTI=	RP
22
RP_DESC=	Routing Protocols
23
OPTIONS_MULTI_RP=	BFD BABEL BGP OSPF PIPE RADV RIP STATIC
24
OPTIONS_DEFAULT:=	${OPTIONS_MULTI_RP}
25
26
BFD_DESC=	Bidirectional Forwarding Detection
27
BABEL_DESC=	Babel routing protocol
28
BGP_DESC=	Border Gateway Protocol
29
OSPF_DESC=	Open Short Path First
30
PIPE_DESC=	PIPE routing
31
RADV_DESC=	Router Advertisement
32
RIP_DESC=	Routing Information Protocol
33
STATIC_DESC=	Static routing
34
35
BFD_VARS=	rt_prot+=bfd
36
BABEL_VARS=	rt_prot+=babel
37
BGP_VARS=	rt_prot+=bgp
38
OSPF_VARS=	rt_prot+=ospf
39
PIPE_VARS=	rt_prot+=pipe
40
RADV_VARS=	rt_prot+=radv
41
RIP_VARS=	rt_prot+=rip
42
STATIC_VARS=	rt_prot+=static
43
44
CONFIGURE_ARGS+=--with-protocols="${RT_PROT}"
45
21
MAKE_JOBS_UNSAFE=	yes
46
MAKE_JOBS_UNSAFE=	yes
22
47
23
USE_RC_SUBR=	bird
48
USE_RC_SUBR=	bird
(-)bird-devel/pkg-descr (-1 / +1 lines)
Lines 13-16 Link Here
13
- Soft reconfiguration
13
- Soft reconfiguration
14
- Powerful language for route filtering
14
- Powerful language for route filtering
15
15
16
WWW: http://bird.mpls.in/
16
WWW: http://bird.network.cz/

Return to bug 225962