Index: head/net/bird-devel/Makefile =================================================================== --- head/net/bird-devel/Makefile (revision 465781) +++ head/net/bird-devel/Makefile (revision 465782) @@ -1,53 +1,57 @@ # Created by: Alexander V. Chernikov # $FreeBSD$ PORTNAME= bird -DISTVERSION= 2.0.1 +DISTVERSION= 2.0.2 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ PKGNAMESUFFIX= -devel MAINTAINER= olivier@FreeBSD.org COMMENT= Dynamic IP routing daemon (devel version) LICENSE= GPLv2 LIB_DEPENDS= libssh.so:security/libssh CONFLICTS= bird-[0-9]* 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 OPTIONS_MULTI= RP RP_DESC= Routing Protocols OPTIONS_MULTI_RP= BFD BABEL BGP OSPF PIPE RADV RIP STATIC OPTIONS_DEFAULT= ${OPTIONS_MULTI_RP} BFD_DESC= Bidirectional Forwarding Detection BABEL_DESC= Babel routing protocol BGP_DESC= Border Gateway Protocol OSPF_DESC= Open Short Path First PIPE_DESC= PIPE routing RADV_DESC= Router Advertisement RIP_DESC= Routing Information Protocol STATIC_DESC= Static routing BFD_VARS= rt_prot+=bfd BABEL_VARS= rt_prot+=babel BGP_VARS= rt_prot+=bgp OSPF_VARS= rt_prot+=ospf PIPE_VARS= rt_prot+=pipe RADV_VARS= rt_prot+=radv 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 Index: head/net/bird-devel/distinfo =================================================================== --- head/net/bird-devel/distinfo (revision 465781) +++ head/net/bird-devel/distinfo (revision 465782) @@ -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 Index: head/net/bird-devel/files/patch-proto_babel_config.Y =================================================================== --- head/net/bird-devel/files/patch-proto_babel_config.Y (revision 465781) +++ head/net/bird-devel/files/patch-proto_babel_config.Y (nonexistent) @@ -1,13 +0,0 @@ ---- proto/babel/config.Y.orig 2018-03-05 12:15:52 UTC -+++ proto/babel/config.Y -@@ -23,8 +23,8 @@ CF_DEFINES - CF_DECLS - - CF_KEYWORDS(BABEL, METRIC, RXCOST, HELLO, UPDATE, INTERVAL, PORT, WIRED, -- WIRELESS, RX, TX, BUFFER, LENGTH, CHECK, LINK, BABEL_METRIC, NEXT, HOP, -- IPV4, IPV6) -+ WIRELESS, RX, TX, BUFFER, LENGTH, PRIORITY, CHECK, LINK, BABEL_METRIC, -+ NEXT, HOP, IPV4, IPV6) - - CF_GRAMMAR - Property changes on: head/net/bird-devel/files/patch-proto_babel_config.Y ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/bird-devel/files/pkg-message.in =================================================================== --- head/net/bird-devel/files/pkg-message.in (nonexistent) +++ head/net/bird-devel/files/pkg-message.in (revision 465782) @@ -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. + +####################################################################### Property changes on: head/net/bird-devel/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/bird-devel/pkg-plist =================================================================== --- head/net/bird-devel/pkg-plist (revision 465781) +++ head/net/bird-devel/pkg-plist (revision 465782) @@ -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