svn commit: r526572 - in head/net/quagga: . files

Kurt Jaeger pi at FreeBSD.org
Thu Feb 20 15:31:30 UTC 2020


Author: pi
Date: Thu Feb 20 15:31:29 2020
New Revision: 526572
URL: https://svnweb.freebsd.org/changeset/ports/526572

Log:
  net/quagga: Adding new PROVIDE keyword dynamicrouting in rc.d script
  
  - See also https://reviews.freebsd.org/D23329
  
  PR:		244027
  Submitted by:	olivier

Modified:
  head/net/quagga/Makefile
  head/net/quagga/files/quagga.in

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Thu Feb 20 13:50:01 2020	(r526571)
+++ head/net/quagga/Makefile	Thu Feb 20 15:31:29 2020	(r526572)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quagga
 PORTVERSION=	1.2.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH
 

Modified: head/net/quagga/files/quagga.in
==============================================================================
--- head/net/quagga/files/quagga.in	Thu Feb 20 13:50:01 2020	(r526571)
+++ head/net/quagga/files/quagga.in	Thu Feb 20 15:31:29 2020	(r526572)
@@ -3,8 +3,8 @@
 # $FreeBSD$
 #
 
-# PROVIDE: quagga
-# REQUIRE: netif routing 
+# PROVIDE: quagga dynamicrouting
+# REQUIRE: netif routing
 # KEYWORD: nojail shutdown
 
 # Add the following line to /etc/rc.conf to enable quagga:


More information about the svn-ports-all mailing list