summaryrefslogtreecommitdiff
path: root/net/bird2/Makefile
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2019-01-08 15:19:16 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2019-01-08 15:19:16 +0000
commit881b8b93e7bb4133dfedb87361a8686783979b84 (patch)
treec71fd02a7716b00052a2cd9c997c1e640bf44b23 /net/bird2/Makefile
parentlang/rust-nightly: update to 1.33.0.20190108 (diff)
Update to 2.0.3 and add birdvty group
Notes
Notes: svn path=/head/; revision=489701
Diffstat (limited to 'net/bird2/Makefile')
-rw-r--r--net/bird2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/bird2/Makefile b/net/bird2/Makefile
index 6582d63e995c..5bd64326c06d 100644
--- a/net/bird2/Makefile
+++ b/net/bird2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bird
-DISTVERSION= 2.0.2
-PORTREVISION= 3
+DISTVERSION= 2.0.3
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/
PKGNAMESUFFIX= 2
@@ -24,6 +23,8 @@ CONFIGURE_ARGS= --localstatedir=/var
USE_RC_SUBR= bird
SUB_FILES= pkg-message
+GROUPS= birdvty
+
MAKE_JOBS_UNSAFE= yes
OPTIONS_MULTI= RP
@@ -55,7 +56,7 @@ CONFIGURE_ARGS+=--with-protocols="${RT_PROT}"
RPKI_LIB_DEPENDS= libssh.so:security/libssh
post-patch:
- ${REINPLACE_CMD} -e 's|\.example|\.sample|g' ${WRKSRC}/Makefile.in
- ${MV} ${WRKSRC}/doc/bird.conf.example ${WRKSRC}/doc/bird.conf.sample
+ #${REINPLACE_CMD} -e 's|\.example|\.sample|g' ${WRKSRC}/Makefile.in
+ #${MV} ${WRKSRC}/doc/bird.conf ${WRKSRC}/doc/bird.conf.sample
.include <bsd.port.mk>