Index: head/net/kea/Makefile =================================================================== --- head/net/kea/Makefile (revision 549058) +++ head/net/kea/Makefile (revision 549059) @@ -1,54 +1,55 @@ # $FreeBSD$ 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} MAINTAINER= apevnev@me.com COMMENT= Alternative DHCP implementation by ISC LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \ libboost_system.so:devel/boost-libs USES= autoreconf compiler:c++11-lang iconv libtool pathfix ssl cpe # ISC releases things like 1.4.0-P1, which our versioning doesn't like ISCVERSION= 1.8.0 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} .if ${ISCVERSION:M*-*} CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ --with-log4cplus=${LOCALBASE} \ --with-boost-include=${LOCALBASE}/include \ --with-boost-lib-dir=${LOCALBASE}/lib \ --without-werror INSTALL_TARGET= install-strip TEST_TARGET= check PORTDOCS= AUTHORS COPYING ChangeLog README \ CONTRIBUTING.md examples code_of_conduct.md \ platforms.rst OPTIONS_DEFINE= DOCS MYSQL PGSQL OPTIONS_SUB= yes MYSQL_USES= mysql MYSQL_CONFIGURE_ON= --with-dhcp-mysql=${LOCALBASE}/bin/mysql_config MYSQL_CONFIGURE_OFF= --without-dhcp-mysql PGSQL_USES= pgsql WANT_PGSQL= client PGSQL_CONFIGURE_ON= --with-dhcp-pgsql=${LOCALBASE}/bin/pg_config PGSQL_CONFIGURE_OFF= --without-dhcp-pgsql .include Index: head/net/kea/files/patch-src_bin_keactrl_keactrl.in =================================================================== --- head/net/kea/files/patch-src_bin_keactrl_keactrl.in (nonexistent) +++ head/net/kea/files/patch-src_bin_keactrl_keactrl.in (revision 549059) @@ -0,0 +1,13 @@ +--- src/bin/keactrl/keactrl.in.orig 2020-08-24 16:36:38 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: head/net/kea/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