diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-01-13 13:52:59 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-01-13 13:52:59 +0000 |
commit | facd0d2915cd34bb8edcff2e750ab28a7a0e27b9 (patch) | |
tree | 4e1ba44bdb7c76633c162a714882b277c848609b /net/kea | |
parent | eb406772b8641f5ec4eff81340d7582a1264b427 (diff) | |
download | ports-facd0d2915cd34bb8edcff2e750ab28a7a0e27b9.tar.gz ports-facd0d2915cd34bb8edcff2e750ab28a7a0e27b9.zip |
Notes
Diffstat (limited to 'net/kea')
-rw-r--r-- | net/kea/Makefile | 10 | ||||
-rw-r--r-- | net/kea/distinfo | 6 | ||||
-rw-r--r-- | net/kea/pkg-plist | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net/kea/Makefile b/net/kea/Makefile index 71b63e4927d6..13f5caf0f4fa 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \ 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.1 +ISCVERSION= 1.8.2 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} @@ -44,11 +44,11 @@ PORTDOCS= AUTHORS COPYING ChangeLog README \ 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 +MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +MYSQL_CONFIGURE_OFF= --without-mysql PGSQL_USES= pgsql WANT_PGSQL= client -PGSQL_CONFIGURE_ON= --with-dhcp-pgsql=${LOCALBASE}/bin/pg_config -PGSQL_CONFIGURE_OFF= --without-dhcp-pgsql +PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE}/bin/pg_config +PGSQL_CONFIGURE_OFF= --without-pgsql .include <bsd.port.mk> diff --git a/net/kea/distinfo b/net/kea/distinfo index 7d44273b5f94..93a87e4ab0fb 100644 --- a/net/kea/distinfo +++ b/net/kea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605318405 -SHA256 (kea-1.8.1.tar.gz) = 52020cb16889484b661746d7fc4c7cd88974b1af5b7fc436eb6e69c62eb83734 -SIZE (kea-1.8.1.tar.gz) = 9001243 +TIMESTAMP = 1608396800 +SHA256 (kea-1.8.2.tar.gz) = 486ca7abedb9d6fdf8e4344ad8688d1171f2ef0f5506d118988aadeae80a1d39 +SIZE (kea-1.8.2.tar.gz) = 9005645 diff --git a/net/kea/pkg-plist b/net/kea/pkg-plist index ac52b050c383..fe4b3fcd796c 100644 --- a/net/kea/pkg-plist +++ b/net/kea/pkg-plist @@ -453,8 +453,8 @@ lib/libkea-exceptions.so.0 lib/libkea-exceptions.so.0.2.1 lib/libkea-hooks.a lib/libkea-hooks.so -lib/libkea-hooks.so.16 -lib/libkea-hooks.so.16.0.0 +lib/libkea-hooks.so.17 +lib/libkea-hooks.so.17.0.0 lib/libkea-http.a lib/libkea-http.so lib/libkea-http.so.7 |