svn commit: r465782 - in head/net/bird-devel: . files
Olivier Cochard
olivier at FreeBSD.org
Wed Mar 28 08:17:35 UTC 2018
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 at 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 @@
- at sample etc/bird.conf.example etc/bird.conf
+ at sample etc/bird.conf.sample
+ at shell sbin/birdc
sbin/bird
-sbin/birdc
sbin/birdcl
More information about the svn-ports-all
mailing list