Update to version 1.8.2.
PR: 251905 Submitted by: maintainer
This commit is contained in:
parent
eb406772b8
commit
facd0d2915
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561466
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user