From owner-svn-ports-head@freebsd.org Wed Mar 28 08:17:35 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 7AE3DF6913D; Wed, 28 Mar 2018 08:17:35 +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 2D4B97C2E1; Wed, 28 Mar 2018 08:17:35 +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 0F706360; Wed, 28 Mar 2018 08:17:35 +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 w2S8HYCi009586; Wed, 28 Mar 2018 08:17:34 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2S8HYnc009582; Wed, 28 Mar 2018 08:17:34 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201803280817.w2S8HYnc009582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Wed, 28 Mar 2018 08:17:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465782 - in head/net/bird-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: in head/net/bird-devel: . files X-SVN-Commit-Revision: 465782 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.25 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: Wed, 28 Mar 2018 08:17:35 -0000 Author: olivier Date: Wed Mar 28 08:17:34 2018 New Revision: 465782 URL: https://svnweb.freebsd.org/changeset/ports/465782 Log: Update to 2.0.2 PR: 226859 Submitted by: Leo Vandewoestijne Added: head/net/bird-devel/files/pkg-message.in (contents, props changed) Deleted: head/net/bird-devel/files/patch-proto_babel_config.Y Modified: head/net/bird-devel/Makefile head/net/bird-devel/distinfo head/net/bird-devel/pkg-plist Modified: head/net/bird-devel/Makefile ============================================================================== --- head/net/bird-devel/Makefile Wed Mar 28 06:59:30 2018 (r465781) +++ head/net/bird-devel/Makefile Wed Mar 28 08:17:34 2018 (r465782) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bird -DISTVERSION= 2.0.1 +DISTVERSION= 2.0.2 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ PKGNAMESUFFIX= -devel @@ -20,8 +20,8 @@ CONFLICTS+= bird6-[0-9]* USES= bison gmake ncurses readline GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var -USE_CSTD= gnu89 USE_RC_SUBR= bird +SUB_FILES= pkg-message MAKE_JOBS_UNSAFE= yes @@ -49,5 +49,9 @@ RIP_VARS= rt_prot+=rip STATIC_VARS= rt_prot+=static CONFIGURE_ARGS+=--with-protocols="${RT_PROT}" + +post-patch: + ${REINPLACE_CMD} -e 's|\.example|\.sample|g' ${WRKSRC}/Makefile.in + ${MV} ${WRKSRC}/doc/bird.conf.example ${WRKSRC}/doc/bird.conf.sample .include Modified: head/net/bird-devel/distinfo ============================================================================== --- head/net/bird-devel/distinfo Wed Mar 28 06:59:30 2018 (r465781) +++ head/net/bird-devel/distinfo Wed Mar 28 08:17:34 2018 (r465782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518802884 -SHA256 (bird-2.0.1.tar.gz) = 5614b60d31a0e224a7e484126641dee7a5386a939f59373a48dfc1233b13d063 -SIZE (bird-2.0.1.tar.gz) = 1006261 +TIMESTAMP = 1521724692 +SHA256 (bird-2.0.2.tar.gz) = 035f91d6f568f8ed438a0814235ac4c5c79147cd2acf201322c307732883480f +SIZE (bird-2.0.2.tar.gz) = 1015224 Added: head/net/bird-devel/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bird-devel/files/pkg-message.in Wed Mar 28 08:17:34 2018 (r465782) @@ -0,0 +1,9 @@ +####################################################################### + +%%LOCALBASE%%/sbin/birdc was added to /etc/shells +To assign it to a user, the user needs to be in group wheel. + +Alternatively you could use security/sudo to grant a user access to it, +which would allow '%%LOCALBASE%%/sbin/birdc -r' to restrict to read-only. + +####################################################################### Modified: head/net/bird-devel/pkg-plist ============================================================================== --- head/net/bird-devel/pkg-plist Wed Mar 28 06:59:30 2018 (r465781) +++ head/net/bird-devel/pkg-plist Wed Mar 28 08:17:34 2018 (r465782) @@ -1,4 +1,4 @@ -@sample etc/bird.conf.example etc/bird.conf +@sample etc/bird.conf.sample +@shell sbin/birdc sbin/bird -sbin/birdc sbin/birdcl