git: aa656d9779fb - main - */*: depends of devel/talloc244
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Aug 2026 08:48:47 UTC
The branch main has been updated by kiwi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa656d9779fbe4c3361bd05f03531e1ada8a9aa5
commit aa656d9779fbe4c3361bd05f03531e1ada8a9aa5
Author: Xavier Beaudouin <kiwi@FreeBSD.org>
AuthorDate: 2026-08-25 08:43:40 +0000
Commit: Xavier Beaudouin <kiwi@FreeBSD.org>
CommitDate: 2026-08-25 08:48:05 +0000
*/*: depends of devel/talloc244
Update dependency of devel/tevent017 to use devel/talloc244 instead
of devel/talloc243 since these version of samba can support it.
Update Mk/Uses/samba.mk for relecting such changes.
PR: 294595
Reported by: Jordan Ostref, ml@netfence.it
Reviewed by: kiwi
Approved by: samba (kiwi)
Sponsored by: Klara, Inc.
---
Mk/Uses/samba.mk | 4 ++--
devel/tevent017/Makefile | 5 +++--
net/samba422/Makefile | 5 +++--
net/samba423/Makefile | 6 +++---
4 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/Mk/Uses/samba.mk b/Mk/Uses/samba.mk
index c9e5094fb289..6e55f10c3fb8 100644
--- a/Mk/Uses/samba.mk
+++ b/Mk/Uses/samba.mk
@@ -57,11 +57,11 @@ SAMBA_TALLOC_PORT_420= devel/talloc242
SAMBA_TDB_PORT_420= databases/tdb1410
SAMBA_TEVENT_PORT_420= devel/tevent016
SAMBA_PORT_422= net/samba422
-SAMBA_TALLOC_PORT_422= devel/talloc243
+SAMBA_TALLOC_PORT_422= devel/talloc244
SAMBA_TDB_PORT_422= databases/tdb1413
SAMBA_TEVENT_PORT_422= devel/tevent017
SAMBA_PORT_423= net/samba423
-SAMBA_TALLOC_PORT_423= devel/talloc243
+SAMBA_TALLOC_PORT_423= devel/talloc244
SAMBA_TDB_PORT_423= databases/tdb1
SAMBA_TEVENT_PORT_423= devel/tevent017
diff --git a/devel/tevent017/Makefile b/devel/tevent017/Makefile
index 113fe05b878b..b9c4d0c57e67 100644
--- a/devel/tevent017/Makefile
+++ b/devel/tevent017/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tevent
DISTVERSION= 0.17.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAMBA
PKGNAMESUFFIX= 017
@@ -10,8 +11,8 @@ WWW= https://tevent.samba.org/
LICENSE= LGPL3
-BUILD_DEPENDS= talloc243>=2.4.3:devel/talloc243
-RUN_DEPENDS= talloc243>=2.4.3:devel/talloc243
+BUILD_DEPENDS= talloc244>=2.4.4:devel/talloc244
+RUN_DEPENDS= talloc244>=2.4.4:devel/talloc244
USES= compiler pkgconfig shebangfix waf
USE_LDCONFIG= yes
diff --git a/net/samba422/Makefile b/net/samba422/Makefile
index 78572f6ea1af..e116bb21f3b0 100644
--- a/net/samba422/Makefile
+++ b/net/samba422/Makefile
@@ -1,5 +1,6 @@
PORTNAME= samba422
DISTVERSION= 4.22.11
+PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
DISTNAME= samba-${DISTVERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|}
@@ -244,8 +245,8 @@ BUNDLED_CMOCKA_VARS= _BUNDLED_LIBS+=cmocka \
_BUNDLED_LIB_replace=replace
BUNDLED_CMOCKA_VARS_OFF= _BUNDLED_LIBS+=!cmocka
-BUNDLED_TALLOC_BUILD_DEPENDS_OFF= talloc243>=2.4.3:devel/talloc243
-BUNDLED_TALLOC_RUN_DEPENDS_OFF= talloc243>=2.4.3:devel/talloc243
+BUNDLED_TALLOC_BUILD_DEPENDS_OFF= talloc244>=2.4.4:devel/talloc244
+BUNDLED_TALLOC_RUN_DEPENDS_OFF= talloc244>=2.4.4:devel/talloc244
BUNDLED_TALLOC_CONFLICTS_INSTALL= talloc-* talloc2*
BUNDLED_TALLOC_VARS= _BUNDLED_LIBS+=talloc \
_BUNDLED_LIB_replace=replace
diff --git a/net/samba423/Makefile b/net/samba423/Makefile
index 5abdd648ccc8..45e8ad93460a 100644
--- a/net/samba423/Makefile
+++ b/net/samba423/Makefile
@@ -1,6 +1,6 @@
PORTNAME= samba423
DISTVERSION= 4.23.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= net
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
DISTNAME= samba-${DISTVERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|}
@@ -243,8 +243,8 @@ BUNDLED_CMOCKA_VARS= _BUNDLED_LIBS+=cmocka \
_BUNDLED_LIB_replace=replace
BUNDLED_CMOCKA_VARS_OFF= _BUNDLED_LIBS+=!cmocka
-BUNDLED_TALLOC_BUILD_DEPENDS_OFF= talloc243>=2.4.3:devel/talloc243
-BUNDLED_TALLOC_RUN_DEPENDS_OFF= talloc243>=2.4.3:devel/talloc243
+BUNDLED_TALLOC_BUILD_DEPENDS_OFF= talloc244>=2.4.4:devel/talloc244
+BUNDLED_TALLOC_RUN_DEPENDS_OFF= talloc244>=2.4.4:devel/talloc244
BUNDLED_TALLOC_CONFLICTS_INSTALL= talloc-* talloc2*
BUNDLED_TALLOC_VARS= _BUNDLED_LIBS+=talloc \
_BUNDLED_LIB_replace=replace