FreeBSD Bugzilla – Attachment 190705 Details for
Bug 225962
net/bird-devel: update to 2.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
simple patch to upgrade bird-devel to bird2
bird-devel.diff.txt (text/plain), 2.26 KB, created by
Leo Vandewoestijne
on 2018-02-16 21:41:15 UTC
(
hide
)
Description:
simple patch to upgrade bird-devel to bird2
Filename:
MIME Type:
Creator:
Leo Vandewoestijne
Created:
2018-02-16 21:41:15 UTC
Size:
2.26 KB
patch
obsolete
>diff -ruN bird-devel.orig/distinfo bird-devel/distinfo >--- bird-devel.orig/distinfo 2018-02-16 20:28:10.599671000 +0000 >+++ bird-devel/distinfo 2018-02-16 20:23:59.112635000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1512568931 >-SHA256 (bird-2.0.0-pre1.tar.gz) = f1d75703dd22e5d203e8bafc2d8266c4fdc823ea517c57ec36055dd32a62f369 >-SIZE (bird-2.0.0-pre1.tar.gz) = 1101988 >+TIMESTAMP = 1518802884 >+SHA256 (bird-2.0.1.tar.gz) = 5614b60d31a0e224a7e484126641dee7a5386a939f59373a48dfc1233b13d063 >+SIZE (bird-2.0.1.tar.gz) = 1006261 >diff -ruN bird-devel.orig/Makefile bird-devel/Makefile >--- bird-devel.orig/Makefile 2018-02-16 20:28:10.598972000 +0000 >+++ bird-devel/Makefile 2018-02-16 20:23:59.109623000 +0000 >@@ -2,15 +2,15 @@ > # $FreeBSD: head/net/bird-devel/Makefile 456793 2017-12-20 13:28:21Z mat $ > > PORTNAME= bird >-DISTVERSION= 2.0.0-pre1 >+DISTVERSION= 2.0.1 > CATEGORIES= net >-MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ >- http://bird.mpls.in/distfiles/bird/ >-PKGNAMESUFFIX= -devel >+MASTER_SITES= ftp://bird.network.cz/pub/bird/ > > MAINTAINER= melifaro@ipfw.ru > COMMENT= Dynamic IP routing daemon (devel version) > >+LICENSE= GPLv2 >+ > CONFLICTS= bird-[0-9]* > > USES= bison gmake readline >@@ -18,6 +18,31 @@ > CONFIGURE_ARGS= --localstatedir=/var > USE_CSTD= gnu89 > >+OPTIONS_MULTI= RP >+RP_DESC= Routing Protocols >+OPTIONS_MULTI_RP= BFD BABEL BGP OSPF PIPE RADV RIP STATIC >+OPTIONS_DEFAULT:= ${OPTIONS_MULTI_RP} >+ >+BFD_DESC= Bidirectional Forwarding Detection >+BABEL_DESC= Babel routing protocol >+BGP_DESC= Border Gateway Protocol >+OSPF_DESC= Open Short Path First >+PIPE_DESC= PIPE routing >+RADV_DESC= Router Advertisement >+RIP_DESC= Routing Information Protocol >+STATIC_DESC= Static routing >+ >+BFD_VARS= rt_prot+=bfd >+BABEL_VARS= rt_prot+=babel >+BGP_VARS= rt_prot+=bgp >+OSPF_VARS= rt_prot+=ospf >+PIPE_VARS= rt_prot+=pipe >+RADV_VARS= rt_prot+=radv >+RIP_VARS= rt_prot+=rip >+STATIC_VARS= rt_prot+=static >+ >+CONFIGURE_ARGS+=--with-protocols="${RT_PROT}" >+ > MAKE_JOBS_UNSAFE= yes > > USE_RC_SUBR= bird >diff -ruN bird-devel.orig/pkg-descr bird-devel/pkg-descr >--- bird-devel.orig/pkg-descr 2018-02-16 20:28:10.597018000 +0000 >+++ bird-devel/pkg-descr 2018-02-16 20:23:59.108655000 +0000 >@@ -13,4 +13,4 @@ > - Soft reconfiguration > - Powerful language for route filtering > >-WWW: http://bird.mpls.in/ >+WWW: http://bird.network.cz/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225962
:
190705
|
190706
|
191018
|
191224