Date: Wed, 28 Mar 2018 08:17:34 +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: r465782 - in head/net/bird-devel: . files Message-ID: <201803280817.w2S8HYnc009582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <freebsd@dns.company> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803280817.w2S8HYnc009582>