Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2019 15:25:41 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508495 - in head/net/frr7: . files
Message-ID:  <201908101525.x7AFPf7G012330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Sat Aug 10 15:25:41 2019
New Revision: 508495
URL: https://svnweb.freebsd.org/changeset/ports/508495

Log:
  Update to 7.1

Deleted:
  head/net/frr7/files/patch-configure.ac
Modified:
  head/net/frr7/Makefile
  head/net/frr7/distinfo
  head/net/frr7/files/patch-Makefile.am
  head/net/frr7/pkg-plist

Modified: head/net/frr7/Makefile
==============================================================================
--- head/net/frr7/Makefile	Sat Aug 10 14:55:36 2019	(r508494)
+++ head/net/frr7/Makefile	Sat Aug 10 15:25:41 2019	(r508495)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	frr
-PORTVERSION=	7.0
-PORTREVISION=	1
+PORTVERSION=	7.1
 DISTVERSIONPREFIX=	frr-
 CATEGORIES=	net ipv6
 PKGNAMESUFFIX=	7
@@ -65,7 +64,8 @@ CONFIGURE_ARGS=	--enable-user=frr \
 		--sysconfdir=${ETCDIR} \
 		--localstatedir=/var/run/frr \
 		--disable-nhrpd \
-		--disable-pimd
+		--disable-pimd \
+		--with-vtysh-pager=cat
 
 MANPAGES_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
 MANPAGES_CONFIGURE_OFF=	--disable-doc

Modified: head/net/frr7/distinfo
==============================================================================
--- head/net/frr7/distinfo	Sat Aug 10 14:55:36 2019	(r508494)
+++ head/net/frr7/distinfo	Sat Aug 10 15:25:41 2019	(r508495)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552596106
-SHA256 (FRRouting-frr-frr-7.0_GH0.tar.gz) = 15b62dc0c52531e4bcefa6b830e9b9b07d1d0f189c2110307dbc19d80b719354
-SIZE (FRRouting-frr-frr-7.0_GH0.tar.gz) = 5234123
+TIMESTAMP = 1564746190
+SHA256 (FRRouting-frr-frr-7.1_GH0.tar.gz) = 1a66ab4fdb9718997170e9da79d52e5bfdaabc0dac396e4beb758af7bdd48e4f
+SIZE (FRRouting-frr-frr-7.1_GH0.tar.gz) = 5387140

Modified: head/net/frr7/files/patch-Makefile.am
==============================================================================
--- head/net/frr7/files/patch-Makefile.am	Sat Aug 10 14:55:36 2019	(r508494)
+++ head/net/frr7/files/patch-Makefile.am	Sat Aug 10 15:25:41 2019	(r508495)
@@ -1,11 +1,10 @@
---- Makefile.am.orig	2019-03-14 23:20:16 UTC
+--- Makefile.am.orig	2019-08-02 12:14:29 UTC
 +++ Makefile.am
-@@ -123,7 +123,7 @@ include zebra/subdir.am
- include watchfrr/subdir.am
+@@ -122,7 +122,6 @@ include watchfrr/subdir.am
  include qpb/subdir.am
  include fpm/subdir.am
+ include grpc/subdir.am
 -include tools/subdir.am
-+#include tools/subdir.am
  include solaris/subdir.am
  
  include bgpd/subdir.am

Modified: head/net/frr7/pkg-plist
==============================================================================
--- head/net/frr7/pkg-plist	Sat Aug 10 14:55:36 2019	(r508494)
+++ head/net/frr7/pkg-plist	Sat Aug 10 15:25:41 2019	(r508495)
@@ -1,5 +1,6 @@
 %%VTYSH%%bin/vtysh
 include/frr/agg_table.h
+include/frr/atomlist.h
 include/frr/yang.h
 include/frr/yang_translator.h
 include/frr/yang_wrappers.h
@@ -18,9 +19,7 @@ include/frr/distribute.h
 include/frr/eigrpd/eigrp_dump.h
 include/frr/eigrpd/eigrp_topology.h
 include/frr/eigrpd/eigrpd.h
-include/frr/event_counter.h
 include/frr/ferr.h
-include/frr/fifo.h
 include/frr/filter.h
 include/frr/freebsd-queue.h
 include/frr/frr_pthread.h
@@ -48,6 +47,7 @@ include/frr/lua.h
 include/frr/md5.h
 include/frr/memory.h
 include/frr/memory_vty.h
+include/frr/mlag.h
 include/frr/module.h
 include/frr/monotime.h
 include/frr/mpls.h
@@ -84,6 +84,7 @@ include/frr/ringbuf.h
 include/frr/route_types.h
 include/frr/routemap.h
 include/frr/sbuf.h
+include/frr/seqlock.h
 include/frr/sha256.h
 include/frr/sigevent.h
 include/frr/smux.h
@@ -97,6 +98,8 @@ include/frr/systemd.h
 include/frr/table.h
 include/frr/termtable.h
 include/frr/thread.h
+include/frr/typerb.h
+include/frr/typesafe.h
 include/frr/vector.h
 include/frr/version.h
 include/frr/vlan.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908101525.x7AFPf7G012330>