From owner-svn-ports-all@freebsd.org Thu Mar 17 16:20:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC113AD356C; Thu, 17 Mar 2016 16:20:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FC9382D; Thu, 17 Mar 2016 16:20:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2HGK7Mq070776; Thu, 17 Mar 2016 16:20:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2HGK7OY070773; Thu, 17 Mar 2016 16:20:07 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201603171620.u2HGK7OY070773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 17 Mar 2016 16:20:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411288 - in head/net/quagga: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 16:20:08 -0000 Author: mat Date: Thu Mar 17 16:20:07 2016 New Revision: 411288 URL: https://svnweb.freebsd.org/changeset/ports/411288 Log: Update to 1.0.20160315. PR: 208064 Submitted by: pi Sponsored by: Absolight Deleted: head/net/quagga/files/patch-zebra_kernel__socket.c Modified: head/net/quagga/Makefile head/net/quagga/distinfo head/net/quagga/pkg-plist Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Thu Mar 17 15:57:19 2016 (r411287) +++ head/net/quagga/Makefile Thu Mar 17 16:20:07 2016 (r411288) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quagga -PORTVERSION= 0.99.24.1 -PORTREVISION= 2 +PORTVERSION= 1.0.20160315 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH Modified: head/net/quagga/distinfo ============================================================================== --- head/net/quagga/distinfo Thu Mar 17 15:57:19 2016 (r411287) +++ head/net/quagga/distinfo Thu Mar 17 16:20:07 2016 (r411288) @@ -1,2 +1,2 @@ -SHA256 (quagga-0.99.24.1.tar.xz) = 6fd6baadb136a801c29c1dd72d0fe69da9f19ae498e87bff7057778361e43b14 -SIZE (quagga-0.99.24.1.tar.xz) = 1779120 +SHA256 (quagga-1.0.20160315.tar.xz) = d284af5dd875dbba90ab875d40db5d68fdc9ede17a76f2af525f85344be56767 +SIZE (quagga-1.0.20160315.tar.xz) = 1819488 Modified: head/net/quagga/pkg-plist ============================================================================== --- head/net/quagga/pkg-plist Thu Mar 17 15:57:19 2016 (r411287) +++ head/net/quagga/pkg-plist Thu Mar 17 16:20:07 2016 (r411288) @@ -1,9 +1,11 @@ %%PIMD%%bin/test_igmpv3_join bin/vtysh +bin/bgp_btoa include/quagga/buffer.h include/quagga/checksum.h include/quagga/command.h include/quagga/distribute.h +include/quagga/fifo.h include/quagga/filter.h include/quagga/getopt.h include/quagga/hash.h @@ -44,6 +46,7 @@ include/quagga/table.h include/quagga/thread.h include/quagga/vector.h include/quagga/version.h +include/quagga/vrf.h include/quagga/vty.h include/quagga/workqueue.h include/quagga/zassert.h @@ -72,7 +75,6 @@ man/man8/ripd.8.gz man/man8/ripngd.8.gz man/man8/watchquagga.8.gz man/man8/zebra.8.gz -sbin/babeld sbin/bgpd %%ISISD%%sbin/isisd sbin/ospf6d @@ -83,7 +85,6 @@ sbin/ripd sbin/ripngd sbin/watchquagga sbin/zebra -%%EXAMPLESDIR%%/babeld.conf.sample %%EXAMPLESDIR%%/bgpd.conf.sample %%EXAMPLESDIR%%/bgpd.conf.sample2 %%ISISD%%%%EXAMPLESDIR%%/isisd.conf.sample