Index: Makefile =================================================================== --- Makefile (revision 548947) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= kea PORTVERSION= ${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/} +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ISC/kea/${ISCVERSION} DISTNAME= ${PORTNAME}-${ISCVERSION} Index: files/kea.in =================================================================== --- files/kea.in (revision 548947) +++ files/kea.in (working copy) @@ -3,7 +3,7 @@ # # PROVIDE: kea # REQUIRE: netif routing -# KEYWORD: nojail shutdown +# KEYWORD: shutdown # # Add the following to /etc/rc.conf[.local] to enable this service Index: files/patch-src_bin_keactrl_keactrl.in =================================================================== --- files/patch-src_bin_keactrl_keactrl.in (nonexistent) +++ files/patch-src_bin_keactrl_keactrl.in (working copy) @@ -0,0 +1,13 @@ +--- src/bin/keactrl/keactrl.in.orig 2020-09-19 18:36:01 UTC ++++ src/bin/keactrl/keactrl.in +@@ -518,8 +518,8 @@ ${args}" 1 + + status) + if [ -t 1 ]; then +- inactive="\033[91minactive\e[0m" +- active="\033[92mactive\e[0m" ++ inactive="\033[91minactive\033[0m" ++ active="\033[92mactive\033[0m" + else + inactive="inactive" + active="active" Property changes on: files/patch-src_bin_keactrl_keactrl.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property