aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2021-03-22 21:14:21 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2021-03-22 21:14:21 +0000
commit2265b831c40c376c1173a75b2487b5b39bbd2837 (patch)
tree8d08ab71047d28d1a4a7d000b5aa86c6bfb1874b /net
parent0ebee725e5a89d5c453a57f5f30231a63238f18c (diff)
downloadports-2265b831c40c376c1173a75b2487b5b39bbd2837.tar.gz
ports-2265b831c40c376c1173a75b2487b5b39bbd2837.zip
Update to 2.0.8
PR: 254476 Submitted by: pi
Notes
Notes: svn path=/head/; revision=568986
Diffstat (limited to 'net')
-rw-r--r--net/bird2/Makefile5
-rw-r--r--net/bird2/distinfo6
-rw-r--r--net/bird2/files/patch-nest_route.h11
3 files changed, 5 insertions, 17 deletions
diff --git a/net/bird2/Makefile b/net/bird2/Makefile
index a6500bca19b3..c729936b3053 100644
--- a/net/bird2/Makefile
+++ b/net/bird2/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= bird
-DISTVERSION= 2.0.7
-PORTREVISION= 1
+DISTVERSION= 2.0.8
CATEGORIES= net
-MASTER_SITES= ftp://bird.network.cz/pub/bird/
+MASTER_SITES= https://bird.network.cz/download/
PKGNAMESUFFIX= 2
MAINTAINER= olivier@FreeBSD.org
diff --git a/net/bird2/distinfo b/net/bird2/distinfo
index 5a4b9f0bcc80..64f0806f6e4d 100644
--- a/net/bird2/distinfo
+++ b/net/bird2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571224322
-SHA256 (bird-2.0.7.tar.gz) = 631d2b58aebdbd651aaa3c68c3756c02ebfe5b1e60d307771ea909eeaa5b1066
-SIZE (bird-2.0.7.tar.gz) = 1993395
+TIMESTAMP = 1616395075
+SHA256 (bird-2.0.8.tar.gz) = 19d2de83ee25a307b9e5b9e58797dd68766d439bcee33e3ac617ed502370e7f6
+SIZE (bird-2.0.8.tar.gz) = 1135228
diff --git a/net/bird2/files/patch-nest_route.h b/net/bird2/files/patch-nest_route.h
deleted file mode 100644
index e7683afb3721..000000000000
--- a/net/bird2/files/patch-nest_route.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- nest/route.h.orig 2020-08-20 21:16:52 UTC
-+++ nest/route.h
-@@ -458,7 +458,7 @@ typedef struct rta {
- protocol-specific metric is availabe */
-
-
--const char * rta_dest_names[RTD_MAX];
-+extern const char * rta_dest_names[RTD_MAX];
-
- static inline const char *rta_dest_name(uint n)
- { return (n < RTD_MAX) ? rta_dest_names[n] : "???"; }