summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/Makefile2
-rw-r--r--misc/adios2/Makefile3
-rw-r--r--misc/cheat/Makefile2
-rw-r--r--misc/chrono/Makefile2
-rw-r--r--misc/compat14x/Makefile6
-rw-r--r--misc/compat14x/distinfo20
-rw-r--r--misc/compat14x/pkg-plist.powerpc23
-rw-r--r--misc/compat14x/pkg-plist.powerpc6446
-rw-r--r--misc/compat14x/pkg-plist.powerpc64le23
-rw-r--r--misc/concourse/Makefile2
-rw-r--r--misc/cryptoballot/Makefile2
-rw-r--r--misc/dive/Makefile2
-rw-r--r--misc/exercism/Makefile1
-rw-r--r--misc/fortune-mod-mormon/Makefile32
-rw-r--r--misc/fortune-mod-mormon/distinfo3
-rw-r--r--misc/fortune-mod-mormon/pkg-descr20
-rw-r--r--misc/getopt/Makefile12
-rw-r--r--misc/getopt/distinfo6
-rw-r--r--misc/getopt/files/patch-Makefile.in35
-rw-r--r--misc/getopt/files/patch-configure4
-rw-r--r--misc/getopt/pkg-plist4
-rw-r--r--misc/ggml/Makefile36
-rw-r--r--misc/ggml/distinfo3
-rw-r--r--misc/ggml/files/patch-tests_CMakeLists.txt11
-rw-r--r--misc/ggml/pkg-descr13
-rw-r--r--misc/ggml/pkg-plist22
-rw-r--r--misc/gobuster/Makefile2
-rw-r--r--misc/hwdata/Makefile2
-rw-r--r--misc/hwdata/distinfo6
-rw-r--r--misc/llama-cpp/Makefile3
-rw-r--r--misc/llama-cpp/distinfo6
-rw-r--r--misc/llama-cpp/pkg-plist2
-rw-r--r--misc/p5-Business-ISBN-Data/Makefile2
-rw-r--r--misc/p5-Business-ISBN-Data/distinfo6
-rw-r--r--misc/perkeep/Makefile2
-rw-r--r--misc/py-cmap/Makefile4
-rw-r--r--misc/py-cmap/distinfo6
-rw-r--r--misc/py-fastmcp/Makefile5
-rw-r--r--misc/py-fastmcp/distinfo6
-rw-r--r--misc/py-openai/Makefile2
-rw-r--r--misc/py-openai/distinfo6
-rw-r--r--misc/rubygem-mime-types-data/Makefile2
-rw-r--r--misc/rubygem-mime-types-data/distinfo6
-rw-r--r--misc/slides/Makefile2
-rw-r--r--misc/stormy/Makefile2
-rw-r--r--misc/tellico/Makefile3
-rw-r--r--misc/tellico/distinfo6
-rw-r--r--misc/timetrace/Makefile2
-rw-r--r--misc/tlci/Makefile2
-rw-r--r--misc/wego/Makefile2
50 files changed, 337 insertions, 85 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 9d8fb792d908..d3ac3e8deb58 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -123,6 +123,7 @@
SUBDIR += fortune-mod-epictetus
SUBDIR += fortune-mod-freebsd-classic
SUBDIR += fortune-mod-futurama
+ SUBDIR += fortune-mod-mormon
SUBDIR += fortune-mod-psalms
SUBDIR += fortuneit
SUBDIR += fq
@@ -157,6 +158,7 @@
SUBDIR += gedkeeper
SUBDIR += geekcode
SUBDIR += getopt
+ SUBDIR += ggml
SUBDIR += gimp-help-en
SUBDIR += gkrellm-gamma
SUBDIR += gkrellm-xkb
diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile
index 92d496599650..212febee23bc 100644
--- a/misc/adios2/Makefile
+++ b/misc/adios2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= adios2
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.2
+PORTREVISION= 1
CATEGORIES= misc science
MAINTAINER= yuri@FreeBSD.org
@@ -15,7 +16,7 @@ BROKEN_i386= constant expression evaluates to 18446744073709551613 which cannot
BROKEN_powerpc= constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469
PY_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}mpi4py>=3.0.3:net/py-mpi4py@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}mpi4py-mpich>=3.0.3:net/py-mpi4py-mpich@${PY_FLAVOR}
BUILD_DEPENDS= bash:shells/bash \
pybind11>0:devel/pybind11 \
${PYTHON_PKGNAMEPREFIX}pybind11>=2.4:devel/py-pybind11@${PY_FLAVOR} \
diff --git a/misc/cheat/Makefile b/misc/cheat/Makefile
index 40875c6c3ace..a5c0a1d08fc6 100644
--- a/misc/cheat/Makefile
+++ b/misc/cheat/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cheat
DISTVERSION= 4.4.2
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/chrono/Makefile b/misc/chrono/Makefile
index e8e84063248f..e9287be95a7c 100644
--- a/misc/chrono/Makefile
+++ b/misc/chrono/Makefile
@@ -2,7 +2,7 @@ PORTNAME= chrono
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0-4
DISTVERSIONSUFFIX= -g70cda7f
-PORTREVISION= 29
+PORTREVISION= 30
CATEGORIES= misc
PKGNAMESUFFIX= -time-tracking
diff --git a/misc/compat14x/Makefile b/misc/compat14x/Makefile
index 58535cc00360..eca6fe06759f 100644
--- a/misc/compat14x/Makefile
+++ b/misc/compat14x/Makefile
@@ -1,5 +1,5 @@
PORTNAME= compat14x
-PORTVERSION= 14.2.1402000.20250811
+PORTVERSION= 14.2.1402000.20250903
CATEGORIES= misc
MASTER_SITES= LOCAL/arrowd
PKGNAMESUFFIX= -${ARCH}
@@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE
USES= tar:xz
NO_BUILD= yes
-ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le
PLIST= ${PKGDIR}/pkg-plist.${ARCH}
TARGET_DIR= ${PREFIX}/lib/compat
TARGET32_DIR= ${PREFIX}/lib32/compat
@@ -46,6 +46,8 @@ OPTIONS_DEFINE= COMPAT32
OPTIONS_DEFAULT=COMPAT32
OPTIONS_EXCLUDE_aarch64=COMPAT32
OPTIONS_EXCLUDE_i386=COMPAT32
+OPTIONS_EXCLUDE_powerpc=COMPAT32
+OPTIONS_EXCLUDE_powerpc64le=COMPAT32
COMPAT32_DESC= Install 32-bit compat libraries
OPTIONS_SUB= yes
diff --git a/misc/compat14x/distinfo b/misc/compat14x/distinfo
index 6e35df4ad77f..7102a078bed0 100644
--- a/misc/compat14x/distinfo
+++ b/misc/compat14x/distinfo
@@ -1,7 +1,13 @@
-TIMESTAMP = 1754896660
-SHA256 (compat14x-aarch64-14.2.1402000.20250811.tar.xz) = 73a320c293f64ee7aafb1b4e2a16b4d958eac0a96adae826930eb78f02279654
-SIZE (compat14x-aarch64-14.2.1402000.20250811.tar.xz) = 2112224
-SHA256 (compat14x-amd64-14.2.1402000.20250811.tar.xz) = 0b7cea7285ce3d736f3c181d03504dd8eed899c2a76dc159dbd692f95267e84b
-SIZE (compat14x-amd64-14.2.1402000.20250811.tar.xz) = 4434068
-SHA256 (compat14x-i386-14.2.1402000.20250811.tar.xz) = 784f928284dca21e867e39d831187bfb23e45ad954c723793441f0162d6ec2b4
-SIZE (compat14x-i386-14.2.1402000.20250811.tar.xz) = 2265260
+TIMESTAMP = 1756986241
+SHA256 (compat14x-aarch64-14.2.1402000.20250903.tar.xz) = 0f03dc8a15ccc5240669774936c4af09171af5a63b738a60ae43ca5bcd6ebbec
+SIZE (compat14x-aarch64-14.2.1402000.20250903.tar.xz) = 3723432
+SHA256 (compat14x-amd64-14.2.1402000.20250903.tar.xz) = 05b173c28008fc4b2d696960c068db744e0369d9cd9efefa5e59ac115199b38d
+SIZE (compat14x-amd64-14.2.1402000.20250903.tar.xz) = 4419272
+SHA256 (compat14x-i386-14.2.1402000.20250903.tar.xz) = 025eb2dfa241177891b64ce977675d4e8a2473d71158e56b61ec1b06495b1782
+SIZE (compat14x-i386-14.2.1402000.20250903.tar.xz) = 2266828
+SHA256 (compat14x-powerpc-14.2.1402000.20250903.tar.xz) = 32e0988b97a98eb2d955f57c66fe807bcafdfe27767f29c6d3ab9e1775b4b07e
+SIZE (compat14x-powerpc-14.2.1402000.20250903.tar.xz) = 1964692
+SHA256 (compat14x-powerpc64-14.2.1402000.20250903.tar.xz) = abd254c63f1c09ced73d76cd2e5da5f0536873d78ee919d477aad3f494de4064
+SIZE (compat14x-powerpc64-14.2.1402000.20250903.tar.xz) = 3835228
+SHA256 (compat14x-powerpc64le-14.2.1402000.20250903.tar.xz) = 275124cc29235f5e70aeaa3e50d7a7d9ec9052ca4f76d07f4f84b1b618e4e6cf
+SIZE (compat14x-powerpc64le-14.2.1402000.20250903.tar.xz) = 2328468
diff --git a/misc/compat14x/pkg-plist.powerpc b/misc/compat14x/pkg-plist.powerpc
new file mode 100644
index 000000000000..bcd7c956d0ca
--- /dev/null
+++ b/misc/compat14x/pkg-plist.powerpc
@@ -0,0 +1,23 @@
+lib/compat/libasn1.so.11
+lib/compat/libcom_err.so.5
+lib/compat/libcrypto.so.30
+lib/compat/libgssapi.so.10
+lib/compat/libgssapi_krb5.so.10
+lib/compat/libgssapi_ntlm.so.10
+lib/compat/libgssapi_spnego.so.10
+lib/compat/libhdb.so.11
+lib/compat/libheimbase.so.11
+lib/compat/libheimntlm.so.11
+lib/compat/libhx509.so.11
+lib/compat/libkadm5clnt.so.11
+lib/compat/libkadm5srv.so.11
+lib/compat/libkafs5.so.11
+lib/compat/libkdc.so.11
+lib/compat/libkrb5.so.11
+lib/compat/libmd.so.6
+lib/compat/libprivateheimipcc.so.11
+lib/compat/libprivateheimipcs.so.11
+lib/compat/libroken.so.11
+lib/compat/libssl.so.30
+lib/compat/libutil.so.9
+lib/compat/libwind.so.11
diff --git a/misc/compat14x/pkg-plist.powerpc64 b/misc/compat14x/pkg-plist.powerpc64
new file mode 100644
index 000000000000..dac199620ab7
--- /dev/null
+++ b/misc/compat14x/pkg-plist.powerpc64
@@ -0,0 +1,46 @@
+lib/compat/libasn1.so.11
+lib/compat/libcom_err.so.5
+lib/compat/libcrypto.so.30
+lib/compat/libgssapi.so.10
+lib/compat/libgssapi_krb5.so.10
+lib/compat/libgssapi_ntlm.so.10
+lib/compat/libgssapi_spnego.so.10
+lib/compat/libhdb.so.11
+lib/compat/libheimbase.so.11
+lib/compat/libheimntlm.so.11
+lib/compat/libhx509.so.11
+lib/compat/libkadm5clnt.so.11
+lib/compat/libkadm5srv.so.11
+lib/compat/libkafs5.so.11
+lib/compat/libkdc.so.11
+lib/compat/libkrb5.so.11
+lib/compat/libmd.so.6
+lib/compat/libprivateheimipcc.so.11
+lib/compat/libprivateheimipcs.so.11
+lib/compat/libroken.so.11
+lib/compat/libssl.so.30
+lib/compat/libutil.so.9
+lib/compat/libwind.so.11
+%%COMPAT32%%lib32/compat/libasn1.so.11
+%%COMPAT32%%lib32/compat/libcom_err.so.5
+%%COMPAT32%%lib32/compat/libcrypto.so.30
+%%COMPAT32%%lib32/compat/libgssapi.so.10
+%%COMPAT32%%lib32/compat/libgssapi_krb5.so.10
+%%COMPAT32%%lib32/compat/libgssapi_ntlm.so.10
+%%COMPAT32%%lib32/compat/libgssapi_spnego.so.10
+%%COMPAT32%%lib32/compat/libhdb.so.11
+%%COMPAT32%%lib32/compat/libheimbase.so.11
+%%COMPAT32%%lib32/compat/libheimntlm.so.11
+%%COMPAT32%%lib32/compat/libhx509.so.11
+%%COMPAT32%%lib32/compat/libkadm5clnt.so.11
+%%COMPAT32%%lib32/compat/libkadm5srv.so.11
+%%COMPAT32%%lib32/compat/libkafs5.so.11
+%%COMPAT32%%lib32/compat/libkdc.so.11
+%%COMPAT32%%lib32/compat/libkrb5.so.11
+%%COMPAT32%%lib32/compat/libmd.so.6
+%%COMPAT32%%lib32/compat/libprivateheimipcc.so.11
+%%COMPAT32%%lib32/compat/libprivateheimipcs.so.11
+%%COMPAT32%%lib32/compat/libroken.so.11
+%%COMPAT32%%lib32/compat/libssl.so.30
+%%COMPAT32%%lib32/compat/libutil.so.9
+%%COMPAT32%%lib32/compat/libwind.so.11
diff --git a/misc/compat14x/pkg-plist.powerpc64le b/misc/compat14x/pkg-plist.powerpc64le
new file mode 100644
index 000000000000..bcd7c956d0ca
--- /dev/null
+++ b/misc/compat14x/pkg-plist.powerpc64le
@@ -0,0 +1,23 @@
+lib/compat/libasn1.so.11
+lib/compat/libcom_err.so.5
+lib/compat/libcrypto.so.30
+lib/compat/libgssapi.so.10
+lib/compat/libgssapi_krb5.so.10
+lib/compat/libgssapi_ntlm.so.10
+lib/compat/libgssapi_spnego.so.10
+lib/compat/libhdb.so.11
+lib/compat/libheimbase.so.11
+lib/compat/libheimntlm.so.11
+lib/compat/libhx509.so.11
+lib/compat/libkadm5clnt.so.11
+lib/compat/libkadm5srv.so.11
+lib/compat/libkafs5.so.11
+lib/compat/libkdc.so.11
+lib/compat/libkrb5.so.11
+lib/compat/libmd.so.6
+lib/compat/libprivateheimipcc.so.11
+lib/compat/libprivateheimipcs.so.11
+lib/compat/libroken.so.11
+lib/compat/libssl.so.30
+lib/compat/libutil.so.9
+lib/compat/libwind.so.11
diff --git a/misc/concourse/Makefile b/misc/concourse/Makefile
index 0f6780420e5b..c2e5aac67651 100644
--- a/misc/concourse/Makefile
+++ b/misc/concourse/Makefile
@@ -1,7 +1,7 @@
PORTNAME= concourse
DISTVERSIONPREFIX= v
DISTVERSION= 6.7.2
-PORTREVISION= 28
+PORTREVISION= 29
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/cryptoballot/Makefile b/misc/cryptoballot/Makefile
index f694525e35cf..8a6d6aa1cc42 100644
--- a/misc/cryptoballot/Makefile
+++ b/misc/cryptoballot/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cryptoballot
DISTVERSION= g20181015
-PORTREVISION= 31
+PORTREVISION= 32
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/dive/Makefile b/misc/dive/Makefile
index b3d1128e067e..ff5838f57cbf 100644
--- a/misc/dive/Makefile
+++ b/misc/dive/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dive
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile
index 655abd238de4..8e92d0b8b961 100644
--- a/misc/exercism/Makefile
+++ b/misc/exercism/Makefile
@@ -1,6 +1,7 @@
PORTNAME= exercism
DISTVERSIONPREFIX= v
DISTVERSION= 3.5.7
+PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= bofh@FreeBSD.org
diff --git a/misc/fortune-mod-mormon/Makefile b/misc/fortune-mod-mormon/Makefile
new file mode 100644
index 000000000000..c3cee2a73de4
--- /dev/null
+++ b/misc/fortune-mod-mormon/Makefile
@@ -0,0 +1,32 @@
+PORTNAME= fortune-mod-mormon
+DISTVERSION= 1.1.0
+CATEGORIES= misc
+MASTER_SITES= SF/mormon/fortune-mod-scriptures/${DISTVERSION}/
+
+MAINTAINER= ziaee@FreeBSD.org
+COMMENT= LDS Scriptures in fortune file format
+WWW= https://scriptures.nephi.org
+
+LICENSE= PD
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= tar:bzip2
+CONFLICTS_INSTALL= fortune-mod-bible fortune-mod-psalms
+
+MODS= acts aof bible dc eccl epistles gospels isaiah \
+ mormon nt ot pgp proverbs psalms scriptures
+
+PLIST_FILES= ${MODS:S,^,share/games/fortune/,} \
+ ${MODS:S,^,share/games/fortune/,:S,$,.dat,}
+
+do-build:
+.for i in ${MODS}
+ ${RM} ${WRKSRC}/mods/${i}.dat
+ strfile ${WRKSRC}/mods/${i}
+.endfor
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
+ ${INSTALL_DATA} ${WRKSRC}/mods/* ${STAGEDIR}${PREFIX}/share/games/fortune
+
+.include <bsd.port.mk>
diff --git a/misc/fortune-mod-mormon/distinfo b/misc/fortune-mod-mormon/distinfo
new file mode 100644
index 000000000000..9a97272518ed
--- /dev/null
+++ b/misc/fortune-mod-mormon/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1756841313
+SHA256 (fortune-mod-mormon-1.1.0.tar.bz2) = a8e13023fb3f9b7097f0a72d6dcb8b0b553a20b8062f069ef4fc291fff597089
+SIZE (fortune-mod-mormon-1.1.0.tar.bz2) = 4750745
diff --git a/misc/fortune-mod-mormon/pkg-descr b/misc/fortune-mod-mormon/pkg-descr
new file mode 100644
index 000000000000..d4ec77ed567c
--- /dev/null
+++ b/misc/fortune-mod-mormon/pkg-descr
@@ -0,0 +1,20 @@
+The four scriptures of the Church of Jesus Christ of Latter Day Saints,
+including the King James Version of the Holy Bible, the Book of Mormon,
+Doctrine and Covenants, and the Pearl of Great Price, broken down into
+fifteen modules in UNIX fortune file format:
+
+acts - The Acts
+aof - Articles of Faith
+bible - The Holy Bible (Old and New Testaments)
+dc - Doctrine and Covenants
+eccl - Ecclesiastes
+epistles - The Epistles (Romans - Jude)
+gospels - The Four Gospels (Matthew, Mark, Luke and John)
+isaiah - The Book of Isaiah
+mormon - The Book of Mormon: Another Testament of Jesus Christ
+nt - The New Testament
+ot - The Old Testament
+pgp - The Pearl of Great Price
+proverbs - The Book of Proverbs
+psalms - The Book of Psalms
+scriptures - All the Scriptures included
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index 364220576706..c443c45207ca 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -1,9 +1,8 @@
PORTNAME= getopt
-PORTVERSION= 1.1.6
-PORTREVISION= 2
+PORTVERSION= 2.41.1
CATEGORIES= misc
-MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${UTIL_LINUX_PORTVERSION:R}/
-DISTNAME= util-linux-${UTIL_LINUX_PORTVERSION}
+MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION:R}/
+DISTNAME= util-linux-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Replacement for getopt(1) that supports GNU-style long options
@@ -25,8 +24,7 @@ GNU_CONFIGURE= yes
SHEBANG_FILES= misc-utils/getopt-example.bash
-UTIL_LINUX_PORTVERSION= 2.39.4
-
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= EXAMPLES
+OPTIONS_SUB= yes
.include <bsd.port.mk>
diff --git a/misc/getopt/distinfo b/misc/getopt/distinfo
index bcb689df13a7..3ca4b157aab1 100644
--- a/misc/getopt/distinfo
+++ b/misc/getopt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714112744
-SHA256 (util-linux-2.39.4.tar.xz) = 6c4f8723dafd41c39d93ecbf16509fc88c33cd5bd3277880ae5a1d97a014fd0e
-SIZE (util-linux-2.39.4.tar.xz) = 8541176
+TIMESTAMP = 1755062624
+SHA256 (util-linux-2.41.1.tar.xz) = be9ad9a276f4305ab7dd2f5225c8be1ff54352f565ff4dede9628c1aaa7dec57
+SIZE (util-linux-2.41.1.tar.xz) = 9606156
diff --git a/misc/getopt/files/patch-Makefile.in b/misc/getopt/files/patch-Makefile.in
index 2e5784155571..a22fa85f1738 100644
--- a/misc/getopt/files/patch-Makefile.in
+++ b/misc/getopt/files/patch-Makefile.in
@@ -1,20 +1,29 @@
---- Makefile.in.orig 2024-04-04 09:13:52 UTC
+--- Makefile.in.orig 2025-06-24 07:57:05 UTC
+++ Makefile.in
-@@ -5335,7 +5335,7 @@ ADOCFILES_COMMON = man-common/bugreports.adoc man-comm
+@@ -5974,7 +5974,7 @@ ADOCFILES_COMMON = man-common/bugreports.adoc man-comm
man-common/footer-lib.adoc man-common/help-version.adoc \
man-common/in-bytes.adoc man-common/manpage-stub.adoc \
man-common/translation.adoc
--MANPAGES = lib/terminal-colors.d.5 $(am__append_20) $(am__append_44) \
-+MANPAGES = $(am__append_20) $(am__append_44) \
- $(am__append_91) $(am__append_94) $(am__append_97) \
- $(am__append_100) $(am__append_103) $(am__append_106) \
+-MANPAGES = lib/terminal-colors.d.5 $(am__append_20) $(am__append_31) \
++MANPAGES = $(am__append_20) $(am__append_31) \
+ $(am__append_55) $(am__append_89) $(am__append_106) \
$(am__append_109) $(am__append_112) $(am__append_115) \
-@@ -5436,7 +5436,7 @@ CLEANFILES = $(am__append_336) $(PATHFILES) $(EXTRA_LT
- disk-utils/meson.build login-utils/meson.build \
- $(PATHFILES:=.in) $(am__append_667) $(am__append_670)
- CLEANFILES = $(am__append_336) $(PATHFILES) $(EXTRA_LTLIBRARIES)
--SUBDIRS = po $(am__append_3) $(am__append_41) $(am__append_63) \
-+SUBDIRS = $(am__append_3) $(am__append_41) $(am__append_63) \
- $(am__append_73) $(am__append_87)
+ $(am__append_118) $(am__append_121) $(am__append_124) \
+@@ -6093,7 +6093,7 @@ DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_
+ $(am__append_533) $(am__append_720) $(PATHFILES) \
+ $(EXTRA_LTLIBRARIES)
+ DISTCLEANFILES = po-man/util-linux-man.pot $(POMAN_PO_FILES)
+-SUBDIRS = po $(am__append_52) $(am__append_75) $(am__append_86) \
++SUBDIRS = $(am__append_52) $(am__append_75) $(am__append_86) \
+ $(am__append_102)
RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \
-name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
+@@ -7260,7 +7260,7 @@ test_islocal_CPPFLAGS = -DTEST_PROGRAM $(AM_CPPFLAGS)
+ @BUILD_RENAME_TRUE@rename_LDADD = $(LDADD) libcommon.la
+ @BUILD_GETOPT_TRUE@getopt_SOURCES = misc-utils/getopt.c
+ @BUILD_GETOPT_TRUE@getopt_LDADD = $(LDADD) libcommon.la
+-@BUILD_GETOPT_TRUE@getoptexampledir = $(docdir)
++@BUILD_GETOPT_TRUE@getoptexampledir = ${datarootdir}/examples/${PACKAGE_TARNAME}
+ @BUILD_GETOPT_TRUE@dist_getoptexample_DATA = \
+ @BUILD_GETOPT_TRUE@ misc-utils/getopt-example.bash \
+ @BUILD_GETOPT_TRUE@ misc-utils/getopt-example.tcsh
diff --git a/misc/getopt/files/patch-configure b/misc/getopt/files/patch-configure
index 9a98bdbaa070..75213723e5b2 100644
--- a/misc/getopt/files/patch-configure
+++ b/misc/getopt/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2024-04-04 09:13:50 UTC
+--- configure.orig 2025-06-24 07:57:03 UTC
+++ configure
-@@ -35861,7 +35861,7 @@ fi
+@@ -38303,7 +38303,7 @@ fi
enable_getopt=$ul_default_estate
build_getopt=yes
if test "x$ul_default_estate" = xno; then
diff --git a/misc/getopt/pkg-plist b/misc/getopt/pkg-plist
index 9750a1ad4723..2bfa62e0580e 100644
--- a/misc/getopt/pkg-plist
+++ b/misc/getopt/pkg-plist
@@ -1,5 +1,5 @@
bin/getopt
share/bash-completion/completions/getopt
-%%PORTDOCS%%share/doc/util-linux/getopt-example.bash
-%%PORTDOCS%%share/doc/util-linux/getopt-example.tcsh
+%%PORTEXAMPLES%%share/examples/util-linux/getopt-example.bash
+%%PORTEXAMPLES%%share/examples/util-linux/getopt-example.tcsh
share/man/man1/getopt.1.gz
diff --git a/misc/ggml/Makefile b/misc/ggml/Makefile
new file mode 100644
index 000000000000..b332c2d881c5
--- /dev/null
+++ b/misc/ggml/Makefile
@@ -0,0 +1,36 @@
+PORTNAME= ggml
+DISTVERSION= g20250828
+CATEGORIES= misc # machine-learning
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Tensor library for machine learning
+WWW= https://github.com/ggerganov/ggml
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cmake:testing compiler:c++17-lang python:run shebangfix
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= ggerganov
+GH_TAGNAME= 83835ff
+
+CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_OFF= GGML_BUILD_TESTS GGML_BUILD_EXAMPLES
+CMAKE_TESTING_ON= GGML_BUILD_TESTS
+
+BINARY_ALIAS= git=false
+
+OPTIONS_DEFINE= VULKAN
+OPTIONS_DEFAULT= VULKAN
+OPTIONS_SUB= yes
+
+VULKAN_CMAKE_BOOL= GGML_VULKAN
+VULKAN_BUILD_DEPENDS= glslc:graphics/shaderc \
+ vulkan-headers>0:graphics/vulkan-headers
+VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
+
+# tests as of g20250828: 100% tests passed, 0 tests failed out of 21
+
+.include <bsd.port.mk>
diff --git a/misc/ggml/distinfo b/misc/ggml/distinfo
new file mode 100644
index 000000000000..a17e9ebaeb14
--- /dev/null
+++ b/misc/ggml/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1756957568
+SHA256 (ggerganov-ggml-g20250828-83835ff_GH0.tar.gz) = 42e76df96d99c86e9fe15a87dfe5eab6c0a117497d5bb6c4ef154dbf7b5e805c
+SIZE (ggerganov-ggml-g20250828-83835ff_GH0.tar.gz) = 2072055
diff --git a/misc/ggml/files/patch-tests_CMakeLists.txt b/misc/ggml/files/patch-tests_CMakeLists.txt
new file mode 100644
index 000000000000..d6d713231e9a
--- /dev/null
+++ b/misc/ggml/files/patch-tests_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- tests/CMakeLists.txt.orig 2025-09-04 04:13:15 UTC
++++ tests/CMakeLists.txt
+@@ -114,7 +114,7 @@ else()
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /arch:AVX")
+ endif()
+ else()
+- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfma -mf16c -mavx -mavx2")
++ #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfma -mf16c -mavx -mavx2")
+ endif()
+ endif()
+
diff --git a/misc/ggml/pkg-descr b/misc/ggml/pkg-descr
new file mode 100644
index 000000000000..611fa3ef39ae
--- /dev/null
+++ b/misc/ggml/pkg-descr
@@ -0,0 +1,13 @@
+ggml is a tensor library for machine learning.
+
+Features:
+* Written in C
+* 16-bit float support
+* Integer quantization support (4-bit, 5-bit, 8-bit, etc.)
+* Automatic differentiation
+* ADAM and L-BFGS optimizers
+* Optimized for Apple Silicon
+* On x86 architectures utilizes AVX / AVX2 intrinsics
+* On ppc64 architectures utilizes VSX intrinsics
+* No third-party dependencies
+* Zero memory allocations during runtime
diff --git a/misc/ggml/pkg-plist b/misc/ggml/pkg-plist
new file mode 100644
index 000000000000..9c74452171bf
--- /dev/null
+++ b/misc/ggml/pkg-plist
@@ -0,0 +1,22 @@
+include/ggml-alloc.h
+include/ggml-backend.h
+include/ggml-blas.h
+include/ggml-cann.h
+include/ggml-cpp.h
+include/ggml-cpu.h
+include/ggml-cuda.h
+include/ggml-metal.h
+include/ggml-opt.h
+include/ggml-rpc.h
+include/ggml-sycl.h
+include/ggml-vulkan.h
+include/ggml-webgpu.h
+include/ggml.h
+include/gguf.h
+lib/cmake/ggml/ggml-config.cmake
+lib/cmake/ggml/ggml-version.cmake
+lib/libggml-base.so
+lib/libggml-cpu.so
+%%VULKAN%%lib/libggml-vulkan.so
+lib/libggml.so
+share/pkgconfig/ggml.pc
diff --git a/misc/gobuster/Makefile b/misc/gobuster/Makefile
index b4df1faf3e60..3fdf401fdc82 100644
--- a/misc/gobuster/Makefile
+++ b/misc/gobuster/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gobuster
DISTVERSIONPREFIX= v
DISTVERSION= 3.6.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= misc dns www
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/hwdata/Makefile b/misc/hwdata/Makefile
index 694bdf52de46..65392e2a2bee 100644
--- a/misc/hwdata/Makefile
+++ b/misc/hwdata/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hwdata
DISTVERSIONPREFIX= v
-DISTVERSION= 0.398
+DISTVERSION= 0.399
PORTEPOCH= 1
CATEGORIES= misc
diff --git a/misc/hwdata/distinfo b/misc/hwdata/distinfo
index dceaf159905b..87520a9acb13 100644
--- a/misc/hwdata/distinfo
+++ b/misc/hwdata/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754681740
-SHA256 (vcrhonek-hwdata-v0.398_GH0.tar.gz) = cd52f7eb5c0f438a3605d1799d9f345a2894ad0f269ab6e8441f55e27e80dd78
-SIZE (vcrhonek-hwdata-v0.398_GH0.tar.gz) = 2531820
+TIMESTAMP = 1756895435
+SHA256 (vcrhonek-hwdata-v0.399_GH0.tar.gz) = 74872355e14d5ddc48a0f63036227ffb5f7796a3012c6377ac1fc7432ffe2b41
+SIZE (vcrhonek-hwdata-v0.399_GH0.tar.gz) = 2531799
diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile
index 920e5e59126d..463389d10d70 100644
--- a/misc/llama-cpp/Makefile
+++ b/misc/llama-cpp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= llama-cpp
DISTVERSIONPREFIX= b
-DISTVERSION= 6301
+DISTVERSION= 6374
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -44,7 +44,6 @@ CURL_LIB_DEPENDS= libcurl.so:ftp/curl
EXAMPLES_CMAKE_BOOL= LLAMA_BUILD_EXAMPLES
-VULKAN_DESC= Vulkan GPU offload support
VULKAN_CMAKE_BOOL= GGML_VULKAN
VULKAN_BUILD_DEPENDS= glslc:graphics/shaderc \
vulkan-headers>0:graphics/vulkan-headers
diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo
index f33e6820fa38..ac00c83b7dba 100644
--- a/misc/llama-cpp/distinfo
+++ b/misc/llama-cpp/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1756357476
-SHA256 (ggerganov-llama.cpp-b6301_GH0.tar.gz) = c48f5adb4d1833b4bed0be7b6a416ae648e41ffc3d93b2788aa15d79da5b51c4
-SIZE (ggerganov-llama.cpp-b6301_GH0.tar.gz) = 25615463
+TIMESTAMP = 1756957718
+SHA256 (ggerganov-llama.cpp-b6374_GH0.tar.gz) = fe4392f8331a13fcd6ccf5fa4a7e9a79d58958394ef62bf8df6d214208619ed5
+SIZE (ggerganov-llama.cpp-b6374_GH0.tar.gz) = 25632053
SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc
SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496
diff --git a/misc/llama-cpp/pkg-plist b/misc/llama-cpp/pkg-plist
index 52f4d4abf266..9c53359aabc9 100644
--- a/misc/llama-cpp/pkg-plist
+++ b/misc/llama-cpp/pkg-plist
@@ -49,8 +49,8 @@ include/ggml-opt.h
include/ggml-rpc.h
include/ggml-sycl.h
include/ggml-vulkan.h
-include/ggml.h
include/ggml-webgpu.h
+include/ggml.h
include/gguf.h
include/llama-cpp.h
include/llama.h
diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile
index 06e85809f4cc..d7c340323ff6 100644
--- a/misc/p5-Business-ISBN-Data/Makefile
+++ b/misc/p5-Business-ISBN-Data/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Business-ISBN-Data
-PORTVERSION= 20250815.001
+PORTVERSION= 20250904.001
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/misc/p5-Business-ISBN-Data/distinfo b/misc/p5-Business-ISBN-Data/distinfo
index 34931f83be0e..6e1db3611829 100644
--- a/misc/p5-Business-ISBN-Data/distinfo
+++ b/misc/p5-Business-ISBN-Data/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755725434
-SHA256 (Business-ISBN-Data-20250815.001.tar.gz) = bf8bd710e2edcc6a8808dff323b8467dbe227841a1f5fe3f4813fb50be7dce9d
-SIZE (Business-ISBN-Data-20250815.001.tar.gz) = 37159
+TIMESTAMP = 1757081456
+SHA256 (Business-ISBN-Data-20250904.001.tar.gz) = c8a11532b3d4167fadfe7fa6babb0ad7829b40d0483289ad9ffd4a0f3cbcb5c9
+SIZE (Business-ISBN-Data-20250904.001.tar.gz) = 37210
diff --git a/misc/perkeep/Makefile b/misc/perkeep/Makefile
index 9c6e291b0008..419573eade08 100644
--- a/misc/perkeep/Makefile
+++ b/misc/perkeep/Makefile
@@ -1,6 +1,6 @@
PORTNAME= perkeep
DISTVERSION= 0.11
-PORTREVISION= 28
+PORTREVISION= 29
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/py-cmap/Makefile b/misc/py-cmap/Makefile
index efa8e2ad4a62..ad3b89423bcb 100644
--- a/misc/py-cmap/Makefile
+++ b/misc/py-cmap/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cmap
-DISTVERSION= 0.6.0
+DISTVERSION= 0.6.2
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,6 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>0:www/py-bokeh@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyqtgraph>0:graphics/py-pyqtgraph@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}QtPy>0:devel/py-QtPy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vispy>=0.14:graphics/py-vispy@${PY_FLAVOR}
# TEST_DEPENDS also needs napari, pygfx, viscm
@@ -38,5 +39,6 @@ TEST_ENV= ${MAKE_ENV} \
XAUTHORITY=${XAUTHORITY}
# tests as of 0.5.0: 217 passed, 3 skipped in 109.38s (0:01:49)
+# tests as of 0.6.2: 3 failed, 214 passed, 3 skipped in 54.50s (3 failures due to deprecation warnings in the Pillow module)
.include <bsd.port.mk>
diff --git a/misc/py-cmap/distinfo b/misc/py-cmap/distinfo
index da53c08e432b..a1b8a2da733b 100644
--- a/misc/py-cmap/distinfo
+++ b/misc/py-cmap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745440018
-SHA256 (cmap-0.6.0.tar.gz) = 26b305847e7d722f1be42c2b339417222711da13852f9a123a57a0d100827197
-SIZE (cmap-0.6.0.tar.gz) = 910503
+TIMESTAMP = 1757064976
+SHA256 (cmap-0.6.2.tar.gz) = a511cb0ab349d2ecb7c03f0bb050f5feff5e6fc18d1a503d930b01e3fd80459e
+SIZE (cmap-0.6.2.tar.gz) = 911209
diff --git a/misc/py-fastmcp/Makefile b/misc/py-fastmcp/Makefile
index ddf4d502f680..f0ae3eccab33 100644
--- a/misc/py-fastmcp/Makefile
+++ b/misc/py-fastmcp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fastmcp
-DISTVERSION= 2.12.0
+DISTVERSION= 2.12.1
CATEGORIES= misc python # machine-learning
MASTER_SITES= PYPI # no tarball
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authlib>=1.5.2:security/py-authlib@${PY_FLAV
${PYTHON_PKGNAMEPREFIX}openai>=1.95.1:misc/py-openai@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openapi-core>=0.19.5:devel/py-openapi-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openapi-pydantic>=0.5.1:devel/py-openapi-pydantic@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pydantic2>0:devel/py-pydantic2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.11.7:devel/py-pydantic2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyperclip>0:devel/py-pyperclip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dotenv>=1.1.0:www/py-python-dotenv@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=13.9.4:textproc/py-rich@${PY_FLAVOR}
@@ -51,5 +51,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
NO_ARCH= yes
# tests as of 2.12.0: 54 failed, 2580 passed, 14 xfailed, 1 xpassed, 8 warnings, 1 error in 298.28s (0:04:58), see https://github.com/jlowin/fastmcp/issues/1690
+# tests as of 2.12.1: 57 failed, 2568 passed, 14 xfailed, 1 xpassed, 8 warnings, 2 errors in 343.76s (0:05:43)
.include <bsd.port.mk>
diff --git a/misc/py-fastmcp/distinfo b/misc/py-fastmcp/distinfo
index 2f441e4f2fc0..674a8ccd41fb 100644
--- a/misc/py-fastmcp/distinfo
+++ b/misc/py-fastmcp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756659840
-SHA256 (fastmcp-2.12.0.tar.gz) = c7d6ec0fe3fa8d10061d08b40ebf6a4f916034a47ff3188dfd81c25e143ac18e
-SIZE (fastmcp-2.12.0.tar.gz) = 5241089
+TIMESTAMP = 1756969969
+SHA256 (fastmcp-2.12.1.tar.gz) = 0804428b26f601684e7ac1d650b46ab2b7b6c1e6c7ac77d51cdc7f58474d725f
+SIZE (fastmcp-2.12.1.tar.gz) = 5240512
diff --git a/misc/py-openai/Makefile b/misc/py-openai/Makefile
index faa229afe0c0..849faa67edc4 100644
--- a/misc/py-openai/Makefile
+++ b/misc/py-openai/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openai
-DISTVERSION= 1.99.9
+DISTVERSION= 1.105.0
CATEGORIES= misc # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/py-openai/distinfo b/misc/py-openai/distinfo
index ed7e3e548781..13c370b31d94 100644
--- a/misc/py-openai/distinfo
+++ b/misc/py-openai/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755502465
-SHA256 (openai-1.99.9.tar.gz) = f2082d155b1ad22e83247c3de3958eb4255b20ccf4a1de2e6681b6957b554e92
-SIZE (openai-1.99.9.tar.gz) = 506992
+TIMESTAMP = 1756970976
+SHA256 (openai-1.105.0.tar.gz) = a68a47adce0506d34def22dd78a42cbb6cfecae1cf6a5fe37f38776d32bbb514
+SIZE (openai-1.105.0.tar.gz) = 557265
diff --git a/misc/rubygem-mime-types-data/Makefile b/misc/rubygem-mime-types-data/Makefile
index c60573eebede..490c35555fb1 100644
--- a/misc/rubygem-mime-types-data/Makefile
+++ b/misc/rubygem-mime-types-data/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mime-types-data
-PORTVERSION= 3.2025.0722
+PORTVERSION= 3.2025.0729
CATEGORIES= misc rubygems
MASTER_SITES= RG
diff --git a/misc/rubygem-mime-types-data/distinfo b/misc/rubygem-mime-types-data/distinfo
index e19a63fc7c38..cf678dc31c98 100644
--- a/misc/rubygem-mime-types-data/distinfo
+++ b/misc/rubygem-mime-types-data/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753370256
-SHA256 (rubygem/mime-types-data-3.2025.0722.gem) = f9d1fd57ecc5688a66d9811d45981ee58e2dca012e352a1eaa7299e8c0f482f4
-SIZE (rubygem/mime-types-data-3.2025.0722.gem) = 169472
+TIMESTAMP = 1755062610
+SHA256 (rubygem/mime-types-data-3.2025.0729.gem) = 8d7e1ab1ab756ebba91354ff4e35bcf23c39ed86dc5abba6cf32ce66ee9e5aad
+SIZE (rubygem/mime-types-data-3.2025.0729.gem) = 169984
diff --git a/misc/slides/Makefile b/misc/slides/Makefile
index e0bafd5e8c4b..3f2f4b114e2b 100644
--- a/misc/slides/Makefile
+++ b/misc/slides/Makefile
@@ -1,7 +1,7 @@
PORTNAME= slides
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
-PORTREVISION= 23
+PORTREVISION= 24
CATEGORIES= misc
PKGNAMESUFFIX= -presentation-tool
diff --git a/misc/stormy/Makefile b/misc/stormy/Makefile
index 69558614198f..27c204c25ef2 100644
--- a/misc/stormy/Makefile
+++ b/misc/stormy/Makefile
@@ -1,7 +1,7 @@
PORTNAME= stormy
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MAINTAINER= nxjoseph@protonmail.com
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
index f8c18e699d69..97ea96d7d03f 100644
--- a/misc/tellico/Makefile
+++ b/misc/tellico/Makefile
@@ -1,6 +1,5 @@
PORTNAME= tellico
-DISTVERSION= 4.1.2
-PORTREVISION= 1
+DISTVERSION= 4.1.3
CATEGORIES= misc kde
MASTER_SITES= http://tellico-project.org/files/
diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo
index 637da85a7277..c05424d33b93 100644
--- a/misc/tellico/distinfo
+++ b/misc/tellico/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747072931
-SHA256 (tellico-4.1.2.tar.xz) = 3c00d5213d36fb6faa16d57dba42568e801505f25846e41b342c159c1b3b66a5
-SIZE (tellico-4.1.2.tar.xz) = 6789616
+TIMESTAMP = 1756822107
+SHA256 (tellico-4.1.3.tar.xz) = 6cac452bc10480d50fb0e33c74829aec1ce9880aef39d8b7fdf63bc5a85b3a4f
+SIZE (tellico-4.1.3.tar.xz) = 6849524
diff --git a/misc/timetrace/Makefile b/misc/timetrace/Makefile
index acc8af5d7645..79e8a7b8dba8 100644
--- a/misc/timetrace/Makefile
+++ b/misc/timetrace/Makefile
@@ -1,7 +1,7 @@
PORTNAME= timetrace
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.3
-PORTREVISION= 29
+PORTREVISION= 30
CATEGORIES= misc
MAINTAINER= nc@FreeBSD.org
diff --git a/misc/tlci/Makefile b/misc/tlci/Makefile
index 7f592eaa1df0..1add67f6b6b8 100644
--- a/misc/tlci/Makefile
+++ b/misc/tlci/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 0.1.0.2
PORTREVISION= 1
CATEGORIES= misc
-MAINTAINER= nsonack@outlook.com
+MAINTAINER= nsonack@herrhotzenplotz.de
COMMENT= Tiny Lambda Calculus interpreter
WWW= https://gitlab.com/herrhotzenplotz/tlci
diff --git a/misc/wego/Makefile b/misc/wego/Makefile
index f3d9004fa810..9f0de0598e83 100644
--- a/misc/wego/Makefile
+++ b/misc/wego/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wego
DISTVERSION= 2.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= misc
MAINTAINER= pkubaj@FreeBSD.org