Date: Sat, 11 Oct 2025 09:49:46 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4c42d4fafeda - main - net/keama: update to 4.5.0 Message-ID: <202510110949.59B9nksv077666@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c42d4fafeda1da61d52a8b15c87e13df57685a8 commit 4c42d4fafeda1da61d52a8b15c87e13df57685a8 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2025-10-11 09:49:38 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2025-10-11 09:49:38 +0000 net/keama: update to 4.5.0 --- net/keama/Makefile | 10 +++------- net/keama/distinfo | 6 +++--- net/keama/files/patch-confparse.c | 10 ---------- net/keama/files/patch-data.c | 10 ---------- net/keama/files/patch-eval.c | 10 ---------- net/keama/files/patch-keama.c | 10 ---------- net/keama/files/patch-parse.c | 10 ---------- net/keama/files/patch-reduce.c | 10 ---------- 8 files changed, 6 insertions(+), 70 deletions(-) diff --git a/net/keama/Makefile b/net/keama/Makefile index e6b1beba2928..0ffc692679ec 100644 --- a/net/keama/Makefile +++ b/net/keama/Makefile @@ -1,11 +1,8 @@ PORTNAME= keama -ISCVERSION= 4.4.3-P1 -PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 1 +PORTVERSION= 4.5.0 CATEGORIES= net -MASTER_SITES= ISC/${PORTNAME}/${PORTVERSION:S/P/-P/g} \ +MASTER_SITES= ISC/${PORTNAME}/${PORTVERSION} \ ZI -DISTNAME= dhcp-${ISCVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Kea migration assistant @@ -31,8 +28,7 @@ SCRIPTS_ENV+= PKG_PREFIX=${PREFIX} DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} -PLIST_FILES= sbin/keama share/man/man8/keama.8.gz \ - %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md \ +PLIST_FILES= bin/keama share/man/man8/keama.8.gz \ %%PORTDOCS%%%%DOCSDIR%%/README.md \ do-install: diff --git a/net/keama/distinfo b/net/keama/distinfo index 01ef61ee7e7d..6d6f6cbdc58d 100644 --- a/net/keama/distinfo +++ b/net/keama/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664982364 -SHA256 (dhcp-4.4.3-P1.tar.gz) = 0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7 -SIZE (dhcp-4.4.3-P1.tar.gz) = 10081055 +TIMESTAMP = 1760174986 +SHA256 (keama-4.5.0.tar.gz) = bf79d401b6f1b507713615ad49ecfdd372ac715d426b5fc0f42ce2dcef1f9960 +SIZE (keama-4.5.0.tar.gz) = 9491372 diff --git a/net/keama/files/patch-confparse.c b/net/keama/files/patch-confparse.c deleted file mode 100644 index a03a60ba08aa..000000000000 --- a/net/keama/files/patch-confparse.c +++ /dev/null @@ -1,10 +0,0 @@ ---- keama/confparse.c.orig 2022-09-28 14:39:15 UTC -+++ keama/confparse.c -@@ -26,6 +26,7 @@ - #include "keama.h" - - #include <sys/errno.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <assert.h> - #include <ctype.h> diff --git a/net/keama/files/patch-data.c b/net/keama/files/patch-data.c deleted file mode 100644 index 3dbd3e5b715e..000000000000 --- a/net/keama/files/patch-data.c +++ /dev/null @@ -1,10 +0,0 @@ ---- keama/data.c.orig 2022-09-28 14:39:15 UTC -+++ keama/data.c -@@ -23,6 +23,7 @@ - #include "data.h" - - #include <sys/types.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <assert.h> - #include <stdlib.h> diff --git a/net/keama/files/patch-eval.c b/net/keama/files/patch-eval.c deleted file mode 100644 index db504f8039a1..000000000000 --- a/net/keama/files/patch-eval.c +++ /dev/null @@ -1,10 +0,0 @@ ---- keama/eval.c.orig 2022-09-28 14:39:15 UTC -+++ keama/eval.c -@@ -25,6 +25,7 @@ - - #include <sys/errno.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <ctype.h> - #include <netdb.h> diff --git a/net/keama/files/patch-keama.c b/net/keama/files/patch-keama.c deleted file mode 100644 index 4a3304f55a71..000000000000 --- a/net/keama/files/patch-keama.c +++ /dev/null @@ -1,10 +0,0 @@ ---- keama/keama.c.orig 2022-09-28 14:39:15 UTC -+++ keama/keama.c -@@ -22,6 +22,7 @@ - */ - - #include <sys/errno.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <assert.h> - #include <fcntl.h> diff --git a/net/keama/files/patch-parse.c b/net/keama/files/patch-parse.c deleted file mode 100644 index 8d56c0c69115..000000000000 --- a/net/keama/files/patch-parse.c +++ /dev/null @@ -1,10 +0,0 @@ ---- keama/parse.c.orig 2022-09-28 14:39:15 UTC -+++ keama/parse.c -@@ -24,6 +24,7 @@ - #include "keama.h" - - #include <sys/types.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <ctype.h> - #include <netdb.h> diff --git a/net/keama/files/patch-reduce.c b/net/keama/files/patch-reduce.c deleted file mode 100644 index 4e07ebdda35f..000000000000 --- a/net/keama/files/patch-reduce.c +++ /dev/null @@ -1,10 +0,0 @@ ---- keama/reduce.c.orig 2022-09-28 14:39:15 UTC -+++ keama/reduce.c -@@ -25,6 +25,7 @@ - - #include <sys/errno.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <ctype.h> - #include <netdb.h>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510110949.59B9nksv077666>
