svn commit: r525717 - in head/net/bird2: . files

Olivier Cochard olivier at FreeBSD.org
Mon Feb 10 16:41:25 UTC 2020


Author: olivier
Date: Mon Feb 10 16:41:24 2020
New Revision: 525717
URL: https://svnweb.freebsd.org/changeset/ports/525717

Log:
  Add 'dynamicrouting' to RC's PROVIDE, to help ICMP redirect processing depend
  on routing daemon

Modified:
  head/net/bird2/Makefile
  head/net/bird2/files/bird.in

Modified: head/net/bird2/Makefile
==============================================================================
--- head/net/bird2/Makefile	Mon Feb 10 16:35:14 2020	(r525716)
+++ head/net/bird2/Makefile	Mon Feb 10 16:41:24 2020	(r525717)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bird
 DISTVERSION=	2.0.7
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	ftp://bird.network.cz/pub/bird/
 PKGNAMESUFFIX=	2

Modified: head/net/bird2/files/bird.in
==============================================================================
--- head/net/bird2/files/bird.in	Mon Feb 10 16:35:14 2020	(r525716)
+++ head/net/bird2/files/bird.in	Mon Feb 10 16:41:24 2020	(r525717)
@@ -2,7 +2,7 @@
 
 # $FreeBSD$
 #
-# PROVIDE: bird
+# PROVIDE: bird dynamicrouting
 # REQUIRE: LOGIN
 # KEYWORD: shutdown
 #


More information about the svn-ports-all mailing list