From owner-svn-ports-head@freebsd.org Fri May 25 21:40:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0676EF5337; Fri, 25 May 2018 21:40:32 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9244F75C9A; Fri, 25 May 2018 21:40:32 +0000 (UTC) (envelope-from olivier@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7450626717; Fri, 25 May 2018 21:40:32 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4PLeW8v086268; Fri, 25 May 2018 21:40:32 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4PLeVNO086264; Fri, 25 May 2018 21:40:31 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201805252140.w4PLeVNO086264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Fri, 25 May 2018 21:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470869 - in head: . net net/bird-devel net/bird2 X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: in head: . net net/bird-devel net/bird2 X-SVN-Commit-Revision: 470869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2018 21:40:33 -0000 Author: olivier Date: Fri May 25 21:40:31 2018 New Revision: 470869 URL: https://svnweb.freebsd.org/changeset/ports/470869 Log: Rename net/bird-devel to net/bird2 Added: head/net/bird2/ - copied from r470868, head/net/bird-devel/ Deleted: head/net/bird-devel/ Modified: head/MOVED head/net/Makefile head/net/bird2/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri May 25 21:24:32 2018 (r470868) +++ head/MOVED Fri May 25 21:40:31 2018 (r470869) @@ -10197,3 +10197,4 @@ editors/lazarus-lcl-nogui||2018-05-25|Removed, no long editors/lazarus-lcl-qt|editors/lazarus-qt4|2018-05-25|Removed, no longer needed editors/lazarus-lcl-qt5|editors/lazarus-qt5|2018-05-25|Removed, no longer needed editors/lazarus-lcl-units||2018-05-25|Removed, no longer needed +net/bird-devel|net/bird2|2018-05-25|There are now muliple versions of bird Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri May 25 21:24:32 2018 (r470868) +++ head/net/Makefile Fri May 25 21:40:31 2018 (r470869) @@ -53,7 +53,7 @@ SUBDIR += bindtest SUBDIR += binkd SUBDIR += bird - SUBDIR += bird-devel + SUBDIR += bird2 SUBDIR += bittwist SUBDIR += bluemix-cli SUBDIR += bmon Modified: head/net/bird2/Makefile ============================================================================== --- head/net/bird-devel/Makefile Fri May 25 21:24:32 2018 (r470868) +++ head/net/bird2/Makefile Fri May 25 21:40:31 2018 (r470869) @@ -6,7 +6,7 @@ DISTVERSION= 2.0.2 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ -PKGNAMESUFFIX= -devel +PKGNAMESUFFIX= 2 MAINTAINER= olivier@FreeBSD.org COMMENT= Dynamic IP routing daemon (devel version)