From owner-svn-ports-all@freebsd.org Wed Dec 20 13:28:23 2017 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 653CEE88E0C; Wed, 20 Dec 2017 13:28:23 +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 3B8546D104; Wed, 20 Dec 2017 13:28:23 +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 vBKDSMKn035475; Wed, 20 Dec 2017 13:28:22 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKDSL4g035471; Wed, 20 Dec 2017 13:28:21 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201712201328.vBKDSL4g035471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 20 Dec 2017 13:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456793 - in head/net/bird-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/net/bird-devel: . files X-SVN-Commit-Revision: 456793 X-SVN-Commit-Repository: ports 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.25 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: Wed, 20 Dec 2017 13:28:23 -0000 Author: mat Date: Wed Dec 20 13:28:21 2017 New Revision: 456793 URL: https://svnweb.freebsd.org/changeset/ports/456793 Log: Update net/bird-devel to 2.0.0-pre1. PR: 224144 Approved by: maintainer timeout Sponsored by: Absolight Added: head/net/bird-devel/files/patch-Makefile.in (contents, props changed) - copied, changed from r455651, head/net/bird-devel/files/patch-tools-Makefile.in Deleted: head/net/bird-devel/files/patch-fibs.diff head/net/bird-devel/files/patch-tools-Makefile.in head/net/bird-devel/files/patch-tools-Rules.in Modified: head/net/bird-devel/Makefile (contents, props changed) head/net/bird-devel/distinfo (contents, props changed) head/net/bird-devel/pkg-plist (contents, props changed) Modified: head/net/bird-devel/Makefile ============================================================================== --- head/net/bird-devel/Makefile Wed Dec 20 13:24:43 2017 (r456792) +++ head/net/bird-devel/Makefile Wed Dec 20 13:28:21 2017 (r456793) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= bird -PORTVERSION= 20130301 -PORTREVISION= 1 +DISTVERSION= 2.0.0-pre1 CATEGORIES= net -MASTER_SITES= http://bird.mpls.in/distfiles/bird/ +MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ + http://bird.mpls.in/distfiles/bird/ PKGNAMESUFFIX= -devel MAINTAINER= melifaro@ipfw.ru @@ -15,28 +15,11 @@ CONFLICTS= bird-[0-9]* USES= bison gmake readline GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var --enable-mpls +CONFIGURE_ARGS= --localstatedir=/var USE_CSTD= gnu89 -OPTIONS_DEFINE= KMPLS -KMPLS_DESC= kernel MPLS support - MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= bird - -KMPLS_CONFIGURE_ON= --enable-kmpls - -post-install: - @${ECHO_MSG} - @${ECHO_MSG} ===================================================================== - @${ECHO_MSG} - @${ECHO_MSG} " WARNING: Please take a look on kern/134931" - @${ECHO_MSG} " WARNING: before using multiple fibs!" - @${ECHO_MSG} " 8.2-STABLE kernel patch available here:" - @${ECHO_MSG} " http://static.ipfw.ru/patches/rtsock_82S-20110725.diff" - @${ECHO_MSG} - @${ECHO_MSG} ===================================================================== - @${ECHO_MSG} .include Modified: head/net/bird-devel/distinfo ============================================================================== --- head/net/bird-devel/distinfo Wed Dec 20 13:24:43 2017 (r456792) +++ head/net/bird-devel/distinfo Wed Dec 20 13:28:21 2017 (r456793) @@ -1,2 +1,3 @@ -SHA256 (bird-20130301.tar.gz) = 47508b22c63e407bd116cfa955978f9ab53ee56d48b8a5d7c9e5b9cea4911d2e -SIZE (bird-20130301.tar.gz) = 6315619 +TIMESTAMP = 1512568931 +SHA256 (bird-2.0.0-pre1.tar.gz) = f1d75703dd22e5d203e8bafc2d8266c4fdc823ea517c57ec36055dd32a62f369 +SIZE (bird-2.0.0-pre1.tar.gz) = 1101988 Copied and modified: head/net/bird-devel/files/patch-Makefile.in (from r455651, head/net/bird-devel/files/patch-tools-Makefile.in) ============================================================================== --- head/net/bird-devel/files/patch-tools-Makefile.in Wed Dec 6 14:16:51 2017 (r455651, copy source) +++ head/net/bird-devel/files/patch-Makefile.in Wed Dec 20 13:28:21 2017 (r456793) @@ -1,13 +1,13 @@ ---- tools/Makefile.in.orig 2012-08-07 13:15:45.000000000 +0400 -+++ tools/Makefile.in 2012-08-15 15:51:51.000000000 +0400 -@@ -61,11 +61,7 @@ +--- Makefile.in.orig 2017-04-29 22:26:04 UTC ++++ Makefile.in +@@ -163,11 +163,7 @@ install: all if test -n "@CLIENT@" ; then \ - $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX@ ; \ + $(INSTALL_PROGRAM) $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc ; \ fi - if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \ - $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \ - else \ -- echo "Not overwriting old bird@SUFFIX@.conf" ; \ +- echo "Not overwriting old bird.conf" ; \ - fi + $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.example Modified: head/net/bird-devel/pkg-plist ============================================================================== --- head/net/bird-devel/pkg-plist Wed Dec 20 13:24:43 2017 (r456792) +++ head/net/bird-devel/pkg-plist Wed Dec 20 13:28:21 2017 (r456793) @@ -1,3 +1,4 @@ @sample etc/bird.conf.example etc/bird.conf sbin/bird sbin/birdc +sbin/birdcl