diff --git a/databases/Makefile b/databases/Makefile index 570fe5a470c3..2c577eb1a3a2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1129,6 +1129,7 @@ SUBDIR += tcl-lmdb SUBDIR += tcl-sqlite3 SUBDIR += tdb + SUBDIR += tdb1 SUBDIR += tdb1410 SUBDIR += tdb1413 SUBDIR += tdbc diff --git a/databases/tdb1/Makefile b/databases/tdb1/Makefile index 164e9098a081..b8bd6ae70956 100644 --- a/databases/tdb1/Makefile +++ b/databases/tdb1/Makefile @@ -1,10 +1,9 @@ PORTNAME= tdb -DISTVERSION= 1.4.13 +DISTVERSION= 1.4.14 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SAMBA -PKGNAMESUFFIX= 1413 +PKGNAMESUFFIX= 1 MAINTAINER= samba@FreeBSD.org COMMENT= Trivial Database @@ -32,7 +31,9 @@ MAKE_ENV= PYTHONHASHSEED=1 # undefined symbols. LDFLAGS+= -Wl,--undefined-version -CONFLICTS_INSTALL= tdb tdb[0-9]* +# tdb1 links with installed tdb libraries, so we need to set +# CONFLICTS instead of just CONFLICTS_INSTALL. +CONFLICTS= tdb tdb14* PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;^${PREFIX}/;;} diff --git a/databases/tdb1/distinfo b/databases/tdb1/distinfo index 8cb615a62b1f..84eea0dbd77b 100644 --- a/databases/tdb1/distinfo +++ b/databases/tdb1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751383287 -SHA256 (tdb-1.4.13.tar.gz) = 5ee276e7644d713e19e4b6adc00b440afb5851ff21e65821ffaed89e15a5e167 -SIZE (tdb-1.4.13.tar.gz) = 751677 +TIMESTAMP = 1765736267 +SHA256 (tdb-1.4.14.tar.gz) = 144f407d42ed7a0ec1470a40ef17ad41133fe910bce865dd9fe084d49c907526 +SIZE (tdb-1.4.14.tar.gz) = 755817 diff --git a/net/Makefile b/net/Makefile index cb88e56a6c9c..a2cfda5f56a8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1498,6 +1498,7 @@ SUBDIR += samba419 SUBDIR += samba420 SUBDIR += samba422 + SUBDIR += samba423 SUBDIR += samplicator SUBDIR += savvycan SUBDIR += sbm