svn commit: r484857 - head/net/bird

Olivier Cochard olivier at FreeBSD.org
Tue Nov 13 05:36:55 UTC 2018


Author: olivier
Date: Tue Nov 13 05:36:53 2018
New Revision: 484857
URL: https://svnweb.freebsd.org/changeset/ports/484857

Log:
  Fix creating birdvty at installation time
  
  PR:		233185
  Submitted by:	hashiz at meridiani.jp

Modified:
  head/net/bird/Makefile

Modified: head/net/bird/Makefile
==============================================================================
--- head/net/bird/Makefile	Tue Nov 13 04:14:35 2018	(r484856)
+++ head/net/bird/Makefile	Tue Nov 13 05:36:53 2018	(r484857)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bird
 PORTVERSION=	1.6.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	ftp://bird.network.cz/pub/bird/
 
@@ -22,6 +22,8 @@ CONFIGURE_ARGS=	--localstatedir=/var
 MAKE_JOBS_UNSAFE=	yes
 
 USE_RC_SUBR=	${PKGBASE}
+
+GROUPS=		birdvty
 
 .if ${FLAVOR:U} == ipv6
 CONFIGURE_ARGS+=	--enable-ipv6


More information about the svn-ports-head mailing list