diff options
511 files changed, 3825 insertions, 1752 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 4553edb0072c..fb3e0cc839eb 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1007,7 +1007,7 @@ PORTSDIR?= /usr/ports LOCALBASE?= /usr/local LINUXBASE?= /compat/linux DISTDIR?= ${PORTSDIR}/distfiles -_DISTDIR?= ${DISTDIR}/${DIST_SUBDIR} +_DISTDIR?= ${DISTDIR}${DIST_SUBDIR:D/${DIST_SUBDIR}} INDEXDIR?= ${PORTSDIR} SRC_BASE?= /usr/src USESDIR?= ${PORTSDIR}/Mk/Uses diff --git a/archivers/py-blosc2/Makefile b/archivers/py-blosc2/Makefile index 43842dbda9a5..ab15c9ed89d3 100644 --- a/archivers/py-blosc2/Makefile +++ b/archivers/py-blosc2/Makefile @@ -1,5 +1,5 @@ PORTNAME= blosc2 -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-blosc2/distinfo b/archivers/py-blosc2/distinfo index 830caaea7666..b9604e7ea20a 100644 --- a/archivers/py-blosc2/distinfo +++ b/archivers/py-blosc2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954150 -SHA256 (blosc2-3.5.0.tar.gz) = 40d4d87d4cdf9f00997cd5cde21e6a8e99bf3120a153f791f5f5c0c7d2877950 -SIZE (blosc2-3.5.0.tar.gz) = 3651627 +TIMESTAMP = 1752266052 +SHA256 (blosc2-3.5.1.tar.gz) = 5d72f7a9a8b3b523c588be9d66e9e7f2463483716c4c01e5056c1f7e37167f85 +SIZE (blosc2-3.5.1.tar.gz) = 3653626 diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 7032c217a1ca..22c11481fba0 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -1,6 +1,6 @@ PORTNAME= nvc DISTVERSIONPREFIX= r -DISTVERSION= 1.16.1 +DISTVERSION= 1.17.0 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/nvc/distinfo b/cad/nvc/distinfo index 9623cf1cf7f5..c66bf3ebc561 100644 --- a/cad/nvc/distinfo +++ b/cad/nvc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747122927 -SHA256 (nickg-nvc-r1.16.1_GH0.tar.gz) = e1d00d4140c5cc86ae765e5518fd900865ad302d0d8a776c6b5b0bbbea6fcd7b -SIZE (nickg-nvc-r1.16.1_GH0.tar.gz) = 2221995 +TIMESTAMP = 1752402693 +SHA256 (nickg-nvc-r1.17.0_GH0.tar.gz) = bbb82ff5ee090ad672e0136709ea1a055d201098b7413375b4ecb7e292266e00 +SIZE (nickg-nvc-r1.17.0_GH0.tar.gz) = 2263262 diff --git a/cad/nvc/pkg-plist b/cad/nvc/pkg-plist index d52749303d56..75ec68ef7e68 100644 --- a/cad/nvc/pkg-plist +++ b/cad/nvc/pkg-plist @@ -140,9 +140,6 @@ lib/nvc/nvc/NVC.VERILOG lib/nvc/nvc/NVC.VERILOG-body lib/nvc/nvc/_NVC_LIB lib/nvc/nvc/_index -lib/nvc/preload08.so -lib/nvc/preload19.so -lib/nvc/preload93.so lib/nvc/std.08/STD.ENV lib/nvc/std.08/STD.ENV-body lib/nvc/std.08/STD.STANDARD diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index ee31ace6dff3..e608685eaa63 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -12,6 +12,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:net/dictd +NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message diff --git a/databases/Makefile b/databases/Makefile index c076df5d6f2d..344b3f282343 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -748,6 +748,7 @@ SUBDIR += py-Pyrseas SUBDIR += py-aesqlapius SUBDIR += py-agate-sql + SUBDIR += py-aiodataloader SUBDIR += py-aiomcache SUBDIR += py-aiomysql SUBDIR += py-aiopg diff --git a/databases/py-aiodataloader/Makefile b/databases/py-aiodataloader/Makefile new file mode 100644 index 000000000000..7787cf6fcfb4 --- /dev/null +++ b/databases/py-aiodataloader/Makefile @@ -0,0 +1,22 @@ +PORTNAME= aiodataloader +PORTVERSION= 0.4.2 +CATEGORIES= databases python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Asyncio DataLoader implementation for Python +WWW= https://github.com/syrusakbary/aiodataloader + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.1:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/databases/py-aiodataloader/distinfo b/databases/py-aiodataloader/distinfo new file mode 100644 index 000000000000..a08bc0b26d92 --- /dev/null +++ b/databases/py-aiodataloader/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1752416400 +SHA256 (aiodataloader-0.4.2.tar.gz) = c92f6f2fb7ee13939ffd68274895aca44ccc0294a1275179bfb8af2b29b788e1 +SIZE (aiodataloader-0.4.2.tar.gz) = 13458 diff --git a/databases/py-aiodataloader/pkg-descr b/databases/py-aiodataloader/pkg-descr new file mode 100644 index 000000000000..ac4645132d3e --- /dev/null +++ b/databases/py-aiodataloader/pkg-descr @@ -0,0 +1,15 @@ +DataLoader is a generic utility to be used as part of your application's data +fetching layer to provide a simplified and consistent API over various remote +data sources such as databases or web services via batching and caching. + +A port of the "Loader" API originally developed by @schrockn at Facebook in 2010 +as a simplifying force to coalesce the sundry key-value store back-end APIs +which existed at the time. At Facebook, "Loader" became one of the +implementation details of the "Ent" framework, a privacy-aware data entity +loading and caching layer within web server product code. This ultimately became +the underpinning for Facebook's GraphQL server implementation and type +definitions. + +Asyncio DataLoader is a Python port of the original JavaScript DataLoader +implementation. DataLoader is often used when implementing a GraphQL service, +though it is also broadly useful in other situations. diff --git a/databases/py-python-swiftclient/Makefile b/databases/py-python-swiftclient/Makefile index 6b777eeb8ddd..257fea4bcf93 100644 --- a/databases/py-python-swiftclient/Makefile +++ b/databases/py-python-swiftclient/Makefile @@ -1,9 +1,9 @@ PORTNAME= python-swiftclient -PORTVERSION= 3.13.1 -PORTREVISION= 3 +PORTVERSION= 4.8.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python_swiftclient-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack Object Storage API Client Library @@ -16,8 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.1.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/databases/py-python-swiftclient/distinfo b/databases/py-python-swiftclient/distinfo index 8d3bf05b0326..7592dcc2441a 100644 --- a/databases/py-python-swiftclient/distinfo +++ b/databases/py-python-swiftclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651593142 -SHA256 (python-swiftclient-3.13.1.tar.gz) = 2d26c90b6392f6befa7fbb16fcda7be44aa26e2ae8a5bee2705d1d1c813833f0 -SIZE (python-swiftclient-3.13.1.tar.gz) = 201632 +TIMESTAMP = 1752266054 +SHA256 (python_swiftclient-4.8.0.tar.gz) = 44162cab469368cafdc25e0c8c4e95a2b9db1a44456a48ce080fe2ca9a4b3863 +SIZE (python_swiftclient-4.8.0.tar.gz) = 210041 diff --git a/databases/py-python-swiftclient/files/patch-setup.cfg b/databases/py-python-swiftclient/files/patch-setup.cfg deleted file mode 100644 index fae6d6ea7406..000000000000 --- a/databases/py-python-swiftclient/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2022-02-23 09:45:42 UTC -+++ setup.cfg -@@ -25,8 +25,6 @@ packages = - [files] - packages = - swiftclient --scripts = -- bin/swift - data_files = - share/man/man1 = doc/manpages/swift.1 - diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index 0bcebd9d0e68..db51939391d5 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlframe -PORTVERSION= 3.36.1 +PORTVERSION= 3.36.3 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>=0<4:devel/py-prettytable@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<26.32:databases/py-sqlglot@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<26.34:databases/py-sqlglot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/databases/py-sqlframe/distinfo b/databases/py-sqlframe/distinfo index cdd6ac944019..16977061a376 100644 --- a/databases/py-sqlframe/distinfo +++ b/databases/py-sqlframe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375045 -SHA256 (sqlframe-3.36.1.tar.gz) = ef29ddb94182edf08d41a3df2e2db25ba87a11b97212f509a73c66cfd410921a -SIZE (sqlframe-3.36.1.tar.gz) = 29480454 +TIMESTAMP = 1752266056 +SHA256 (sqlframe-3.36.3.tar.gz) = c5d9e4f13131693c9d6178a4e6d9852557e203be0eeb4b4d256929a6f487259d +SIZE (sqlframe-3.36.3.tar.gz) = 29481819 diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index cf511dfac9b1..d023c7cd67f0 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 26.31.0 +PORTVERSION= 26.33.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index fb751280939a..d1b4c41b8cc8 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208152 -SHA256 (sqlglot-26.31.0.tar.gz) = e9b8f52d02e21636cd7e463af29db0b86707437b9d468b7b2166b67fa96cdd87 -SIZE (sqlglot-26.31.0.tar.gz) = 5341968 +TIMESTAMP = 1752266058 +SHA256 (sqlglot-26.33.0.tar.gz) = 2817278779fa51d6def43aa0d70690b93a25c83eb18ec97130fdaf707abc0d73 +SIZE (sqlglot-26.33.0.tar.gz) = 5353340 diff --git a/databases/py-xrootd/Makefile b/databases/py-xrootd/Makefile index ab3699222435..339d69a55385 100644 --- a/databases/py-xrootd/Makefile +++ b/databases/py-xrootd/Makefile @@ -1,5 +1,5 @@ PORTNAME= xrootd -PORTVERSION= 5.8.3 +PORTVERSION= 5.8.4 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-xrootd/distinfo b/databases/py-xrootd/distinfo index 2f792827b1c8..0e9cebc326df 100644 --- a/databases/py-xrootd/distinfo +++ b/databases/py-xrootd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813034 -SHA256 (xrootd-5.8.3.tar.gz) = e4c6258e6090c1cfb20232a61a3a0ceb97cf1782137fa268dca3b6390fcb6326 -SIZE (xrootd-5.8.3.tar.gz) = 6904055 +TIMESTAMP = 1752266060 +SHA256 (xrootd-5.8.4.tar.gz) = 2d1d597c2ce5200a20eb85f12012759fbbfc6912815e07956015f20904b81eb6 +SIZE (xrootd-5.8.4.tar.gz) = 6909130 diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index aefb4a31fc10..47087329eecd 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= rocksdb -PORTVERSION= 10.2.1 +PORTVERSION= 10.4.2 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/rocksdb/distinfo b/databases/rocksdb/distinfo index f676191920bc..07c87610b8e0 100644 --- a/databases/rocksdb/distinfo +++ b/databases/rocksdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546410 -SHA256 (facebook-rocksdb-v10.2.1_GH0.tar.gz) = d1ddfd3551e649f7e2d180d5a6a006d90cfde56dcfe1e548c58d95b7f1c87049 -SIZE (facebook-rocksdb-v10.2.1_GH0.tar.gz) = 13775021 +TIMESTAMP = 1752266000 +SHA256 (facebook-rocksdb-v10.4.2_GH0.tar.gz) = afccfab496556904900afacf7d99887f1d50cb893e5d2288bd502db233adacac +SIZE (facebook-rocksdb-v10.4.2_GH0.tar.gz) = 13841512 diff --git a/databases/rocksdb/pkg-plist b/databases/rocksdb/pkg-plist index 52ddc261829c..4ed01579e21a 100644 --- a/databases/rocksdb/pkg-plist +++ b/databases/rocksdb/pkg-plist @@ -15,6 +15,7 @@ bin/table_reader_bench bin/trace_analyzer bin/write_stress include/rocksdb/advanced_cache.h +include/rocksdb/advanced_compression.h include/rocksdb/advanced_iterator.h include/rocksdb/advanced_options.h include/rocksdb/attribute_groups.h diff --git a/databases/rubygem-dbf/Makefile b/databases/rubygem-dbf/Makefile index 43ce79d672b3..f6621fb2ff06 100644 --- a/databases/rubygem-dbf/Makefile +++ b/databases/rubygem-dbf/Makefile @@ -1,5 +1,5 @@ PORTNAME= dbf -PORTVERSION= 5.0.1 +PORTVERSION= 5.1.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-dbf/distinfo b/databases/rubygem-dbf/distinfo index bfd1173d3400..cee8104e5096 100644 --- a/databases/rubygem-dbf/distinfo +++ b/databases/rubygem-dbf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715842882 -SHA256 (rubygem/dbf-5.0.1.gem) = 4e6ec00dbb0a01919e542cddf2a1c4924961b2d1bcba2f0c7f878e161afdcc54 -SIZE (rubygem/dbf-5.0.1.gem) = 128512 +TIMESTAMP = 1752266184 +SHA256 (rubygem/dbf-5.1.1.gem) = 885ff2dcaec4b8ea39edfdde043c1dde4c300d19822473e0d2db82c6a76a1370 +SIZE (rubygem/dbf-5.1.1.gem) = 128512 diff --git a/databases/rubygem-gdbm/Makefile b/databases/rubygem-gdbm/Makefile index ec818490cf23..a94b94400b2c 100644 --- a/databases/rubygem-gdbm/Makefile +++ b/databases/rubygem-gdbm/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdbm -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 PORTEPOCH= 2 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-gdbm/distinfo b/databases/rubygem-gdbm/distinfo index 7f3e48fb5a34..8defc5b8b0fd 100644 --- a/databases/rubygem-gdbm/distinfo +++ b/databases/rubygem-gdbm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575182087 -SHA256 (rubygem/gdbm-2.1.0.gem) = 0b618465946a6e7a630b8dd3d10e30570cbc8fb8710bcb28f2db89058a7bbe77 -SIZE (rubygem/gdbm-2.1.0.gem) = 11264 +TIMESTAMP = 1752266262 +SHA256 (rubygem/gdbm-2.1.1.gem) = b14a4c7b0d0abbac9a021dc0e85cc9ba90efb2680edd4f80cc35c8752c880fac +SIZE (rubygem/gdbm-2.1.1.gem) = 11264 diff --git a/databases/rubygem-solid_queue-rails72/Makefile b/databases/rubygem-solid_queue-rails72/Makefile index d705e9616033..3250276a7d79 100644 --- a/databases/rubygem-solid_queue-rails72/Makefile +++ b/databases/rubygem-solid_queue-rails72/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_queue -PORTVERSION= 1.1.5 +PORTVERSION= 1.2.0 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails72 diff --git a/databases/rubygem-solid_queue-rails72/distinfo b/databases/rubygem-solid_queue-rails72/distinfo index 65f580997e2b..51750525fb51 100644 --- a/databases/rubygem-solid_queue-rails72/distinfo +++ b/databases/rubygem-solid_queue-rails72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936244 -SHA256 (rubygem/solid_queue-1.1.5.gem) = bae0c9d76310f4953ebc57466f2e8c78703a0fbf4b89d25756c23c88f9b6df9b -SIZE (rubygem/solid_queue-1.1.5.gem) = 43008 +TIMESTAMP = 1752416426 +SHA256 (rubygem/solid_queue-1.2.0.gem) = 482ac5305cbe91ebf845627caec493fda8545bf22b18205df01afb80999e28de +SIZE (rubygem/solid_queue-1.2.0.gem) = 44544 diff --git a/databases/rubygem-solid_queue/Makefile b/databases/rubygem-solid_queue/Makefile index f8de1726629a..7e37f6006ff5 100644 --- a/databases/rubygem-solid_queue/Makefile +++ b/databases/rubygem-solid_queue/Makefile @@ -1,5 +1,5 @@ PORTNAME= solid_queue -PORTVERSION= 1.1.5 +PORTVERSION= 1.2.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-solid_queue/distinfo b/databases/rubygem-solid_queue/distinfo index 3af490b79128..51750525fb51 100644 --- a/databases/rubygem-solid_queue/distinfo +++ b/databases/rubygem-solid_queue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936242 -SHA256 (rubygem/solid_queue-1.1.5.gem) = bae0c9d76310f4953ebc57466f2e8c78703a0fbf4b89d25756c23c88f9b6df9b -SIZE (rubygem/solid_queue-1.1.5.gem) = 43008 +TIMESTAMP = 1752416426 +SHA256 (rubygem/solid_queue-1.2.0.gem) = 482ac5305cbe91ebf845627caec493fda8545bf22b18205df01afb80999e28de +SIZE (rubygem/solid_queue-1.2.0.gem) = 44544 diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index 47504dab6c1c..2a101c51d884 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite3 -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo index 2963598cc7ed..4ebd82324829 100644 --- a/databases/rubygem-sqlite3/distinfo +++ b/databases/rubygem-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375073 -SHA256 (rubygem/sqlite3-2.7.1.gem) = 848668acba4c6829331459180d6ca8c589e583bbfacf25ab4528f59fcaba1aa2 -SIZE (rubygem/sqlite3-2.7.1.gem) = 3238912 +TIMESTAMP = 1752266186 +SHA256 (rubygem/sqlite3-2.7.2.gem) = 446376dfc5ffa0c6dd39dabf748b8c7c8a7f294cfa780dfc22dee67d43bdc9f5 +SIZE (rubygem/sqlite3-2.7.2.gem) = 3239936 diff --git a/databases/rubygem-sqlite3/files/patch-gemspec b/databases/rubygem-sqlite3/files/patch-gemspec index 3609eb65b398..bc76cbe8c788 100644 --- a/databases/rubygem-sqlite3/files/patch-gemspec +++ b/databases/rubygem-sqlite3/files/patch-gemspec @@ -1,13 +1,13 @@ % sed -i .orig 's|, "ports/[^"]*".freeze||g; /mini_portile2/d' sqlite3.gemspec ---- sqlite3.gemspec.orig 2025-07-01 13:37:46 UTC +--- sqlite3.gemspec.orig 2025-07-11 10:34:24 UTC +++ sqlite3.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.description = "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n".freeze s.extensions = ["ext/sqlite3/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG.md".freeze, "README.md".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/statement.c".freeze] -- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3500200.tar.gz".freeze] -+ s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze] +- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "patches/001-dl-and-pthread-flags.patch".freeze, "ports/archives/sqlite-autoconf-3500200.tar.gz".freeze] ++ s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "patches/001-dl-and-pthread-flags.patch".freeze] s.homepage = "https://github.com/sparklemotion/sqlite3-ruby".freeze s.licenses = ["BSD-3-Clause".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze] diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 1b180814d4f6..bb002c0cce36 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,5 +1,5 @@ PORTNAME= calibre -PORTVERSION= 8.5.0 +PORTVERSION= 8.6.0 CATEGORIES= deskutils python MASTER_SITES= https://download.calibre-ebook.com/${PORTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/rhasspy/piper/${PIPER_VOICES_HASH}/:piper @@ -68,9 +68,9 @@ USES= desktop-file-utils gettext-runtime:build gl localbase:ldflags \ pkgconfig pyqt:6 python:3.11+ qt:6 shared-mime-info shebangfix sqlite ssl \ tar:xz xorg USE_GITHUB= nodefault -GH_TUPLE= kovidgoyal:calibre-translations:582fb72:translations \ - LibreOffice:dictionaries:0852a97:hypenation -PIPER_VOICES_HASH= c0670df63daf07070c9be36b5c4bed270ad72383 +GH_TUPLE= kovidgoyal:calibre-translations:a9a0543:translations \ + LibreOffice:dictionaries:537912c:hypenation +PIPER_VOICES_HASH= 4147f9629e88d3c1d4915a127f2d843f98347303 USE_GL= opengl USE_PYQT= pyqt6 pysip webengine qtbuilder:build sip:build USE_QT= base diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 07c66c5f7649..85e924891753 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750401359 -SHA256 (calibre/calibre-8.5.0.tar.xz) = fabe335bde4ae926f3db3b8329008e20164539fc3c52508c953badc1caf875de -SIZE (calibre/calibre-8.5.0.tar.xz) = 44973964 -SHA256 (calibre/VOICES.md) = a70bfdebf2f35d077b26a00378a8903509d26db04e97a9777caead04415a320d -SIZE (calibre/VOICES.md) = 38861 -SHA256 (calibre/kovidgoyal-calibre-translations-582fb72_GH0.tar.gz) = a246f7a41cf0bc932263012626540b804e76fd870218dd34d9f37903615e7175 -SIZE (calibre/kovidgoyal-calibre-translations-582fb72_GH0.tar.gz) = 75039317 -SHA256 (calibre/LibreOffice-dictionaries-0852a97_GH0.tar.gz) = 01dbb653338056e1f3cbb568553c203a46248a5e03491fccd2fc0005ed34c3e4 -SIZE (calibre/LibreOffice-dictionaries-0852a97_GH0.tar.gz) = 117656183 +TIMESTAMP = 1752216259 +SHA256 (calibre/calibre-8.6.0.tar.xz) = 15859e512efc8ef155f678fff51491c4f158298c52174e1d2176483526e7ed60 +SIZE (calibre/calibre-8.6.0.tar.xz) = 45082996 +SHA256 (calibre/VOICES.md) = 4ce53d3bfb2460ab7ef2bc42c2a651912bf270da700afd62c81390fcaed133a5 +SIZE (calibre/VOICES.md) = 44563 +SHA256 (calibre/kovidgoyal-calibre-translations-a9a0543_GH0.tar.gz) = 2b9b0311378b27479baf02742ea004f057eafb07b6625d716be7a47c36d2c148 +SIZE (calibre/kovidgoyal-calibre-translations-a9a0543_GH0.tar.gz) = 75103723 +SHA256 (calibre/LibreOffice-dictionaries-537912c_GH0.tar.gz) = 46a7c03354dca09227fa415c20f51614bc3bfb07f05ff28d7228cf2ebb83138e +SIZE (calibre/LibreOffice-dictionaries-537912c_GH0.tar.gz) = 117692382 diff --git a/deskutils/calibre/files/user-agent-data.json b/deskutils/calibre/files/user-agent-data.json index b02e2a3ec074..ad842667a5c9 100644 --- a/deskutils/calibre/files/user-agent-data.json +++ b/deskutils/calibre/files/user-agent-data.json @@ -6,109 +6,109 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15", + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0", "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)", + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0", "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0", "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15", - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18" + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" ], "desktop_platforms": [ "Windows NT 10.0; Microsoft Windows 10.0.19044; en-US", - "Windows NT 6.1; Win64; x64", - "Windows NT 10.0; Win64; x64", + "Windows NT 10.0", "Windows NT 10.0; WOW64", + "Windows NT 10.0; Win64; x64", + "Windows NT 6.1; Win64; x64", "Macintosh; Intel Mac OS X 10_15_7", - "Macintosh; Intel Mac OS X 10.15", - "Windows NT 10.0" + "Macintosh; Intel Mac OS X 10.15" ], - "timestamp": "2025-06-20T06:36:33.584139+00:00", + "timestamp": "2025-07-11T06:44:38.320575+00:00", "user_agents_popularity": { - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0": 18714, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0": 14197, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 121866, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 6690, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 6806, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 104554, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15": 5521, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15": 10930, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15": 34560, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15": 5464, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15": 8829, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15": 34943, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15": 53498, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15": 67033, - "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)": 14196, - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18": 5402, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 26977, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36": 10409, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36": 5744, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36": 10596, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36": 21874, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 8138, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0": 16790, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36": 5511, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 18008, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0": 7171, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0": 20724, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 554548, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0": 284582, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0": 18731, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0": 14217, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 128915, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 7146, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 6922, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 104736, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15": 5966, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15": 11540, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15": 36754, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15": 9222, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15": 35235, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15": 53837, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15": 67886, + "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)": 15752, + "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18": 6293, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 29206, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36": 11413, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36": 6042, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36": 11367, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36": 23043, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 8805, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0": 16809, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36": 5988, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 18374, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0": 7428, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0": 20737, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 555512, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0": 285288, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36": 225959, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36": 244941, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0": 138401, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36": 283517, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0": 147855, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36": 327370, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0": 137419, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36": 298036, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0": 98140, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36": 221455, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0": 21780, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0": 5609, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0": 176855, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0": 136376, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0": 172982, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0": 129916, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0": 164329, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0": 97985, - "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0": 12592, - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0": 7043 + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36": 247247, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0": 138660, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36": 284154, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0": 148213, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36": 328448, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0": 138136, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36": 299610, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0": 99059, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36": 228483, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36": 146029, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0": 24207, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0": 5681, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0": 177015, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0": 136529, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0": 173351, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0": 130389, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0": 164893, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0": 99439, + "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0": 13914, + "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0": 7569 } } diff --git a/deskutils/gnome-shell-extension-recent-items/Makefile b/deskutils/gnome-shell-extension-recent-items/Makefile index 45204a8a00a8..b7e014ed7591 100644 --- a/deskutils/gnome-shell-extension-recent-items/Makefile +++ b/deskutils/gnome-shell-extension-recent-items/Makefile @@ -1,18 +1,15 @@ PORTNAME= gnome-shell-extension-recent-items -PORTVERSION= 40 -PORTREVISION= 1 +DISTVERSION= 46.2 CATEGORIES= deskutils gnome DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= Recent items extensions for the GNOME3 shell +COMMENT= Recent items extension for the GNOME shell WWW= https://github.com/bananenfisch/RecentItems LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Does not support recent gnome-shell - USES= gnome USE_GNOME= glib20 USE_LDCONFIG= yes @@ -21,17 +18,24 @@ USE_GITHUB= yes GH_ACCOUNT= bananenfisch GH_PROJECT= RecentItems +GLIB_SCHEMAS= org.gnome.shell.extensions.recent-items.gschema.xml +UUID_EXTENSION= RecentItems@bananenfisch.net + PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves NO_BUILD= yes post-patch: - @${REINPLACE_CMD} -e 's|"3.36", "40", "41"|"3.36", "40", "41", "42"|g' \ + @${REINPLACE_CMD} -e 's|"46"|"46", "47"|g' \ ${WRKSRC}/metadata.json do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/RecentItems@bananenfisch.net + @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/${UUID_EXTENSION} cd ${WRKSRC} && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/RecentItems@bananenfisch.net + ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/${UUID_EXTENSION} + + @${MKDIR} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/ + @${MV} "${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/${UUID_EXTENSION}/schemas/${GLIB_SCHEMAS}" \ + ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/ .include <bsd.port.mk> diff --git a/deskutils/gnome-shell-extension-recent-items/distinfo b/deskutils/gnome-shell-extension-recent-items/distinfo index 8a9f26d6b3d3..8f8227f18c60 100644 --- a/deskutils/gnome-shell-extension-recent-items/distinfo +++ b/deskutils/gnome-shell-extension-recent-items/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656740003 -SHA256 (gnome/bananenfisch-RecentItems-40_GH0.tar.gz) = d01af720f137ff69aab22b9796847924750145b327cf3c559abff6b6d03f6a89 -SIZE (gnome/bananenfisch-RecentItems-40_GH0.tar.gz) = 14878 +TIMESTAMP = 1752428414 +SHA256 (gnome/bananenfisch-RecentItems-46.2_GH0.tar.gz) = 46707cbd4d5084545f4e0317ea796924a9d0f914abc5f6df354b315c85a73ae5 +SIZE (gnome/bananenfisch-RecentItems-46.2_GH0.tar.gz) = 15871 diff --git a/deskutils/gnome-shell-extension-recent-items/pkg-descr b/deskutils/gnome-shell-extension-recent-items/pkg-descr index 632a8f143b4e..bf0ee833a934 100644 --- a/deskutils/gnome-shell-extension-recent-items/pkg-descr +++ b/deskutils/gnome-shell-extension-recent-items/pkg-descr @@ -1,4 +1,2 @@ Extension that adds an icon for recently used items at the top panel -of GNOME3 - - https://www.bananenfisch.net/gnome +of GNOME diff --git a/devel/Makefile b/devel/Makefile index 9cf75ba7fa1a..eb01d9dedf5f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -783,6 +783,7 @@ SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lineoperations SUBDIR += geany-plugin-lipsum + SUBDIR += geany-plugin-lsp SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro SUBDIR += geany-plugin-markdown @@ -5574,6 +5575,7 @@ SUBDIR += py-pydantic-compat SUBDIR += py-pydantic-core SUBDIR += py-pydantic-extra-types + SUBDIR += py-pydantic-resolve SUBDIR += py-pydantic-settings SUBDIR += py-pydantic-vault SUBDIR += py-pydantic-yaml @@ -7176,6 +7178,7 @@ SUBDIR += rubygem-cucumber-messages22 SUBDIR += rubygem-cucumber-messages24 SUBDIR += rubygem-cucumber-messages25 + SUBDIR += rubygem-cucumber-messages27 SUBDIR += rubygem-cucumber-rails SUBDIR += rubygem-cucumber-tag-expressions SUBDIR += rubygem-cucumber-wire diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index 84a245f5730f..ed4b7acead8b 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= Rcpp -DISTVERSION= 1.0.14 +DISTVERSION= 1.1.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-Rcpp/distinfo b/devel/R-cran-Rcpp/distinfo index 8db34e550c1f..75fbc599ed85 100644 --- a/devel/R-cran-Rcpp/distinfo +++ b/devel/R-cran-Rcpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736835198 -SHA256 (Rcpp_1.0.14.tar.gz) = 74e84a52efb0e3e2713cdbbef5234b5ae1d44b33d32c3c337993e7fc423a8002 -SIZE (Rcpp_1.0.14.tar.gz) = 3013288 +TIMESTAMP = 1751514641 +SHA256 (Rcpp_1.1.0.tar.gz) = 84211c2520ba68c839b2e75761e97afc90baeebccbaf216ac8534fa2076cfb4d +SIZE (Rcpp_1.1.0.tar.gz) = 3107035 diff --git a/devel/R-cran-pillar/Makefile b/devel/R-cran-pillar/Makefile index 9cea18e2de75..9635fb00bbed 100644 --- a/devel/R-cran-pillar/Makefile +++ b/devel/R-cran-pillar/Makefile @@ -1,5 +1,5 @@ PORTNAME= pillar -PORTVERSION= 1.10.2 +PORTVERSION= 1.11.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-pillar/distinfo b/devel/R-cran-pillar/distinfo index c8128a8479b0..eceeae68f663 100644 --- a/devel/R-cran-pillar/distinfo +++ b/devel/R-cran-pillar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744982858 -SHA256 (pillar_1.10.2.tar.gz) = 2cdbe3fe1b28b62530880ab26fc3c874e0dd5060767ae1a8ee5685f65e56d645 -SIZE (pillar_1.10.2.tar.gz) = 408422 +TIMESTAMP = 1752044055 +SHA256 (pillar_1.11.0.tar.gz) = 33451d2e5bee4ef327ae97df87259b67fc8174299d8030805c1fb01fbd0e5a11 +SIZE (pillar_1.11.0.tar.gz) = 409321 diff --git a/devel/abseil/Makefile b/devel/abseil/Makefile index 873ff282a429..38611a2b1870 100644 --- a/devel/abseil/Makefile +++ b/devel/abseil/Makefile @@ -1,5 +1,5 @@ PORTNAME= abseil -PORTVERSION= 20250127.0 +PORTVERSION= 20250127.1 CATEGORIES= devel MASTER_SITES= https://github.com/abseil/abseil-cpp/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-cpp-${PORTVERSION} diff --git a/devel/abseil/distinfo b/devel/abseil/distinfo index 1826b7768126..49ff07397a84 100644 --- a/devel/abseil/distinfo +++ b/devel/abseil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738683034 -SHA256 (abseil-cpp-20250127.0.tar.gz) = 16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8 -SIZE (abseil-cpp-20250127.0.tar.gz) = 2267275 +TIMESTAMP = 1742835788 +SHA256 (abseil-cpp-20250127.1.tar.gz) = b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811 +SIZE (abseil-cpp-20250127.1.tar.gz) = 2267282 diff --git a/devel/cython-lint/Makefile b/devel/cython-lint/Makefile index a80b6a9d9295..839428e21233 100644 --- a/devel/cython-lint/Makefile +++ b/devel/cython-lint/Makefile @@ -1,5 +1,5 @@ PORTNAME= cython-lint -PORTVERSION= 0.16.6 +PORTVERSION= 0.16.7 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/MarcoGorelli/cython-lint/releases/download/v${PORTVERSION}/ diff --git a/devel/cython-lint/distinfo b/devel/cython-lint/distinfo index 8260d1c5097d..52100cd3c93d 100644 --- a/devel/cython-lint/distinfo +++ b/devel/cython-lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679154 -SHA256 (cython_lint-0.16.6.tar.gz) = 829046988d3986443c47183e7ea567a6893d78dfb135144670ffff67d58deb9e -SIZE (cython_lint-0.16.6.tar.gz) = 26523 +TIMESTAMP = 1752266002 +SHA256 (cython_lint-0.16.7.tar.gz) = dea72b81fd7635733080c67f1c8258cff498a4ef5664e010f894585a7290d6ad +SIZE (cython_lint-0.16.7.tar.gz) = 26567 diff --git a/devel/geany-plugin-geniuspaste/Makefile b/devel/geany-plugin-geniuspaste/Makefile index bb5e65f3c8dd..4d14b3c45e2d 100644 --- a/devel/geany-plugin-geniuspaste/Makefile +++ b/devel/geany-plugin-geniuspaste/Makefile @@ -6,7 +6,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} WWW= https://plugins.geany.org/geniuspaste.html -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup +LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> diff --git a/devel/geany-plugin-geniuspaste/pkg-plist b/devel/geany-plugin-geniuspaste/pkg-plist index b9a4849d9419..72fd66b345c5 100644 --- a/devel/geany-plugin-geniuspaste/pkg-plist +++ b/devel/geany-plugin-geniuspaste/pkg-plist @@ -1,6 +1,7 @@ lib/geany/geniuspaste.so %%DATADIR%%/geniuspaste/pastebins/codepad.org.conf -%%DATADIR%%/geniuspaste/pastebins/dpaste.de.conf +%%DATADIR%%/geniuspaste/pastebins/dpaste.com.conf +%%DATADIR%%/geniuspaste/pastebins/dpaste.org.conf %%DATADIR%%/geniuspaste/pastebins/fpaste.org.conf %%DATADIR%%/geniuspaste/pastebins/paste.debian.net.conf %%DATADIR%%/geniuspaste/pastebins/pastebin.geany.org.conf diff --git a/devel/geany-plugin-git-changebar/Makefile b/devel/geany-plugin-git-changebar/Makefile index 1e2b8007b49b..5cdbd552109a 100644 --- a/devel/geany-plugin-git-changebar/Makefile +++ b/devel/geany-plugin-git-changebar/Makefile @@ -1,6 +1,5 @@ PORTNAME= geany-plugin-git-changebar PORTVERSION= ${GEANY_VER} -PORTREVISION= 4 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-lsp/Makefile b/devel/geany-plugin-lsp/Makefile new file mode 100644 index 000000000000..a2e214bfccbd --- /dev/null +++ b/devel/geany-plugin-lsp/Makefile @@ -0,0 +1,10 @@ +PORTNAME= geany-plugin-lsp +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= madpilot@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} +WWW= https://plugins.geany.org/lsp.html + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/geany-plugin-lsp/pkg-descr b/devel/geany-plugin-lsp/pkg-descr new file mode 100644 index 000000000000..3f8fae6db8f8 --- /dev/null +++ b/devel/geany-plugin-lsp/pkg-descr @@ -0,0 +1,3 @@ +LSP Client is a language server protocol client plugin that allows to run +multiple language servers for various programming languages, making their +functionality accessible to Geany. diff --git a/devel/geany-plugin-lsp/pkg-plist b/devel/geany-plugin-lsp/pkg-plist new file mode 100644 index 000000000000..b47e80621211 --- /dev/null +++ b/devel/geany-plugin-lsp/pkg-plist @@ -0,0 +1,7 @@ +lib/geany/lsp.so +%%DATADIR%%/lsp/lsp.conf +%%DOCSDIR%%/lsp/AUTHORS +%%DOCSDIR%%/lsp/COPYING +%%DOCSDIR%%/lsp/ChangeLog +%%DOCSDIR%%/lsp/NEWS +%%DOCSDIR%%/lsp/README diff --git a/devel/geany-plugin-markdown/Makefile b/devel/geany-plugin-markdown/Makefile index 9e560726bff0..893cdcab6e08 100644 --- a/devel/geany-plugin-markdown/Makefile +++ b/devel/geany-plugin-markdown/Makefile @@ -1,6 +1,5 @@ PORTNAME= geany-plugin-markdown PORTVERSION= ${GEANY_VER} -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-pg/Makefile b/devel/geany-plugin-pg/Makefile index 21e548ad699d..f8a03d2b4f90 100644 --- a/devel/geany-plugin-pg/Makefile +++ b/devel/geany-plugin-pg/Makefile @@ -1,6 +1,5 @@ PORTNAME= geany-plugin-pg PORTVERSION= ${GEANY_VER} -PORTREVISION= 2 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-pretty-printer/Makefile b/devel/geany-plugin-pretty-printer/Makefile index b7cc8c75960e..02edf40a093f 100644 --- a/devel/geany-plugin-pretty-printer/Makefile +++ b/devel/geany-plugin-pretty-printer/Makefile @@ -1,6 +1,5 @@ PORTNAME= geany-plugin-pretty-printer PORTVERSION= ${GEANY_VER} -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugin-updatechecker/Makefile b/devel/geany-plugin-updatechecker/Makefile index 7cb2cd1282ec..40d696191466 100644 --- a/devel/geany-plugin-updatechecker/Makefile +++ b/devel/geany-plugin-updatechecker/Makefile @@ -6,7 +6,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} WWW= https://plugins.geany.org/updatechecker.html -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup +LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> diff --git a/devel/geany-plugin-workbench/Makefile b/devel/geany-plugin-workbench/Makefile index ef8f9fe93393..2e19eb119f52 100644 --- a/devel/geany-plugin-workbench/Makefile +++ b/devel/geany-plugin-workbench/Makefile @@ -1,6 +1,5 @@ PORTNAME= geany-plugin-workbench PORTVERSION= ${GEANY_VER} -PORTREVISION= 4 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/geany-plugins/distinfo b/devel/geany-plugins/distinfo index fe7e26162bca..ec256117bedc 100644 --- a/devel/geany-plugins/distinfo +++ b/devel/geany-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697738173 -SHA256 (geany-plugins-2.0.tar.bz2) = 9fc2ec5c99a74678fb9e8cdfbd245d3e2061a448d70fd110a6aefb62dd514705 -SIZE (geany-plugins-2.0.tar.bz2) = 3181264 +TIMESTAMP = 1751869773 +SHA256 (geany-plugins-2.1.tar.bz2) = 813f24570ca7590a9ae6e8e9ca4e5bd6c9f09d61fe36ad6feca89b7c2feaae70 +SIZE (geany-plugins-2.1.tar.bz2) = 3851685 diff --git a/devel/geany-plugins/files/bsd.geany-plugins.mk b/devel/geany-plugins/files/bsd.geany-plugins.mk index 74541f2670b8..66145abccd84 100644 --- a/devel/geany-plugins/files/bsd.geany-plugins.mk +++ b/devel/geany-plugins/files/bsd.geany-plugins.mk @@ -1,4 +1,4 @@ -GEANY_VER= 2.0 +GEANY_VER= 2.1 GEANY_PLUGINS= addons \ autoclose \ @@ -17,6 +17,7 @@ GEANY_PLUGINS= addons \ latex \ lineoperations \ lipsum \ + lsp \ lua \ macro \ markdown \ @@ -58,6 +59,7 @@ insertnum_DESC= replace selection with integer numbers latex_DESC= LaTeX support lineoperations_DESC= Simple line functions that can be applied to an open file lipsum_DESC= Lorem Ipsum generator +lsp_DESC= Language Server Protocol support lua_DESC= Lua scripting macro_DESC= user defined macros markdown_DESC= real-time preview of rendered Markdown diff --git a/devel/geany-themes/Makefile b/devel/geany-themes/Makefile index d34f5224f099..1b6c182c3e92 100644 --- a/devel/geany-themes/Makefile +++ b/devel/geany-themes/Makefile @@ -1,6 +1,6 @@ PORTNAME= geany-themes DISTVERSION= 1.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel editors MAINTAINER= james.wright@digital-chaos.com @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= geany +CONFLICTS_INSTALL= geany + NO_ARCH= yes NO_BUILD= yes diff --git a/devel/geany/Makefile b/devel/geany/Makefile index d022c34b54e6..0dea2ac7cd2e 100644 --- a/devel/geany/Makefile +++ b/devel/geany/Makefile @@ -1,6 +1,5 @@ PORTNAME= geany -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 2.1 CATEGORIES= devel editors MASTER_SITES= https://download.geany.org/ \ SF @@ -22,21 +21,19 @@ USE_LDCONFIG= yes SHEBANG_FILES= scripts/gen-api-gtkdoc.py GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS NLS THEMES VTE +CONFLICTS_INSTALL= geany-themes + +OPTIONS_DEFINE= DOCS NLS VTE OPTIONS_DEFAULT= VTE OPTIONS_SUB= yes -THEMES_DESC= Additional color schemes VTE_DESC= Embedded virtual terminal NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls -THEMES_RUN_DEPENDS= ${LOCALBASE}/share/geany/colorschemes/bespin.conf:devel/geany-themes - VTE_USE= GNOME=vte3 VTE_CONFIGURE_ENABLE= vte diff --git a/devel/geany/distinfo b/devel/geany/distinfo index b7ba9f8a572f..a42be7edcb21 100644 --- a/devel/geany/distinfo +++ b/devel/geany/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697734446 -SHA256 (geany-2.0.tar.bz2) = 565b4cd2f0311c1e3a167ec71c4a32dba642e0fe554ae5bb6b8177b7a74ccc92 -SIZE (geany-2.0.tar.bz2) = 6836300 +TIMESTAMP = 1751869723 +SHA256 (geany-2.1.tar.bz2) = 6b96a8844463300c10b9692a0a5edad8236eec9e84342f575f83d4fc89331228 +SIZE (geany-2.1.tar.bz2) = 6908595 diff --git a/devel/geany/pkg-plist b/devel/geany/pkg-plist index 93a76dd1d7f9..f0d76df6bfc0 100644 --- a/devel/geany/pkg-plist +++ b/devel/geany/pkg-plist @@ -16,6 +16,7 @@ include/geany/main.h include/geany/msgwindow.h include/geany/navqueue.h include/geany/plugindata.h +include/geany/pluginextension.h include/geany/pluginutils.h include/geany/prefs.h include/geany/project.h @@ -87,20 +88,70 @@ share/applications/geany.desktop %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/manual.txt %%DATADIR%%/GPL-2 +%%DATADIR%%/colorschemes/abc-dark.conf +%%DATADIR%%/colorschemes/abc-light.conf %%DATADIR%%/colorschemes/alt.conf +%%DATADIR%%/colorschemes/bespin.conf +%%DATADIR%%/colorschemes/black.conf +%%DATADIR%%/colorschemes/carbonfox.conf +%%DATADIR%%/colorschemes/cyber-sugar.conf +%%DATADIR%%/colorschemes/darcula.conf +%%DATADIR%%/colorschemes/dark-colors.conf +%%DATADIR%%/colorschemes/dark-fruit-salad.conf +%%DATADIR%%/colorschemes/dark.conf +%%DATADIR%%/colorschemes/delt-dark.conf +%%DATADIR%%/colorschemes/earthsong.conf +%%DATADIR%%/colorschemes/epsilon.conf +%%DATADIR%%/colorschemes/evg-ega-dark.conf +%%DATADIR%%/colorschemes/gedit.conf +%%DATADIR%%/colorschemes/github.conf +%%DATADIR%%/colorschemes/grey8.conf +%%DATADIR%%/colorschemes/gruvbox-dark.conf +%%DATADIR%%/colorschemes/hacker.conf +%%DATADIR%%/colorschemes/himbeere.conf +%%DATADIR%%/colorschemes/inkpot.conf +%%DATADIR%%/colorschemes/kugel.conf +%%DATADIR%%/colorschemes/kurayami.conf +%%DATADIR%%/colorschemes/lgpl-2.0.txt +%%DATADIR%%/colorschemes/lgpl-2.1.txt +%%DATADIR%%/colorschemes/matcha.conf +%%DATADIR%%/colorschemes/mc.conf +%%DATADIR%%/colorschemes/metallic-bottle.conf +%%DATADIR%%/colorschemes/notepad-plus-plus.conf +%%DATADIR%%/colorschemes/oblivion2.conf +%%DATADIR%%/colorschemes/octagon.conf +%%DATADIR%%/colorschemes/one-dark.conf +%%DATADIR%%/colorschemes/pygments.conf +%%DATADIR%%/colorschemes/retro.conf +%%DATADIR%%/colorschemes/sleepy-pastel.conf +%%DATADIR%%/colorschemes/slushpoppies.conf +%%DATADIR%%/colorschemes/solarized-dark.conf +%%DATADIR%%/colorschemes/solarized-light.conf +%%DATADIR%%/colorschemes/spyder-dark.conf +%%DATADIR%%/colorschemes/steampunk.conf +%%DATADIR%%/colorschemes/tango-dark.conf +%%DATADIR%%/colorschemes/tango-light.conf +%%DATADIR%%/colorschemes/tinge.conf +%%DATADIR%%/colorschemes/ubuntu.conf +%%DATADIR%%/colorschemes/underthesea.conf +%%DATADIR%%/colorschemes/vibrant-ink.conf %%DATADIR%%/filedefs/filetypes.Arduino.conf %%DATADIR%%/filedefs/filetypes.CUDA.conf %%DATADIR%%/filedefs/filetypes.Clojure.conf %%DATADIR%%/filedefs/filetypes.Cython.conf +%%DATADIR%%/filedefs/filetypes.Dockerfile.conf %%DATADIR%%/filedefs/filetypes.Genie.conf %%DATADIR%%/filedefs/filetypes.Graphviz.conf %%DATADIR%%/filedefs/filetypes.Groovy.conf +%%DATADIR%%/filedefs/filetypes.HCL.conf %%DATADIR%%/filedefs/filetypes.JSON.conf %%DATADIR%%/filedefs/filetypes.Kotlin.conf +%%DATADIR%%/filedefs/filetypes.LESS.conf %%DATADIR%%/filedefs/filetypes.Meson.conf -%%DATADIR%%/filedefs/filetypes.Nim.conf +%%DATADIR%%/filedefs/filetypes.SCSS.conf %%DATADIR%%/filedefs/filetypes.Scala.conf %%DATADIR%%/filedefs/filetypes.Swift.conf +%%DATADIR%%/filedefs/filetypes.SystemVerilog.conf %%DATADIR%%/filedefs/filetypes.TypeScript.conf %%DATADIR%%/filedefs/filetypes.abaqus %%DATADIR%%/filedefs/filetypes.abc @@ -113,6 +164,7 @@ share/applications/geany.desktop %%DATADIR%%/filedefs/filetypes.bibtex %%DATADIR%%/filedefs/filetypes.c %%DATADIR%%/filedefs/filetypes.caml +%%DATADIR%%/filedefs/filetypes.cil %%DATADIR%%/filedefs/filetypes.cmake %%DATADIR%%/filedefs/filetypes.cobol %%DATADIR%%/filedefs/filetypes.coffeescript @@ -122,6 +174,7 @@ share/applications/geany.desktop %%DATADIR%%/filedefs/filetypes.cs %%DATADIR%%/filedefs/filetypes.css %%DATADIR%%/filedefs/filetypes.d +%%DATADIR%%/filedefs/filetypes.dart %%DATADIR%%/filedefs/filetypes.diff %%DATADIR%%/filedefs/filetypes.docbook %%DATADIR%%/filedefs/filetypes.erlang @@ -144,6 +197,8 @@ share/applications/geany.desktop %%DATADIR%%/filedefs/filetypes.makefile %%DATADIR%%/filedefs/filetypes.markdown %%DATADIR%%/filedefs/filetypes.matlab +%%DATADIR%%/filedefs/filetypes.nim +%%DATADIR%%/filedefs/filetypes.nix %%DATADIR%%/filedefs/filetypes.nsis %%DATADIR%%/filedefs/filetypes.objectivec %%DATADIR%%/filedefs/filetypes.pascal @@ -151,8 +206,10 @@ share/applications/geany.desktop %%DATADIR%%/filedefs/filetypes.php %%DATADIR%%/filedefs/filetypes.po %%DATADIR%%/filedefs/filetypes.powershell +%%DATADIR%%/filedefs/filetypes.prolog %%DATADIR%%/filedefs/filetypes.python %%DATADIR%%/filedefs/filetypes.r +%%DATADIR%%/filedefs/filetypes.raku %%DATADIR%%/filedefs/filetypes.restructuredtext %%DATADIR%%/filedefs/filetypes.ruby %%DATADIR%%/filedefs/filetypes.rust @@ -160,6 +217,7 @@ share/applications/geany.desktop %%DATADIR%%/filedefs/filetypes.smalltalk %%DATADIR%%/filedefs/filetypes.sql %%DATADIR%%/filedefs/filetypes.tcl +%%DATADIR%%/filedefs/filetypes.toml %%DATADIR%%/filedefs/filetypes.txt2tags %%DATADIR%%/filedefs/filetypes.vala %%DATADIR%%/filedefs/filetypes.verilog @@ -167,6 +225,7 @@ share/applications/geany.desktop %%DATADIR%%/filedefs/filetypes.xml %%DATADIR%%/filedefs/filetypes.yaml %%DATADIR%%/filedefs/filetypes.zephir +%%DATADIR%%/filedefs/filetypes.zig %%DATADIR%%/filetype_extensions.conf %%DATADIR%%/geany.css %%DATADIR%%/geany.glade diff --git a/devel/git-extras/Makefile b/devel/git-extras/Makefile index 5cc66c181da7..88ec12baf925 100644 --- a/devel/git-extras/Makefile +++ b/devel/git-extras/Makefile @@ -1,5 +1,5 @@ PORTNAME= git-extras -DISTVERSION= 7.3.0 +DISTVERSION= 7.4.0 CATEGORIES= devel MAINTAINER= igoro@FreeBSD.org diff --git a/devel/git-extras/distinfo b/devel/git-extras/distinfo index 8238d43df067..ffb1a1443cc0 100644 --- a/devel/git-extras/distinfo +++ b/devel/git-extras/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729422501 -SHA256 (tj-git-extras-7.3.0_GH0.tar.gz) = 89bae1a05731f4aaafb04066ea0186e181117b74fcfbf89d686cf205459220b7 -SIZE (tj-git-extras-7.3.0_GH0.tar.gz) = 186768 +TIMESTAMP = 1752401958 +SHA256 (tj-git-extras-7.4.0_GH0.tar.gz) = aaab3bab18709ec6825a875961e18a00e0c7d8214c39d6e3a63aeb99fa11c56e +SIZE (tj-git-extras-7.4.0_GH0.tar.gz) = 197852 diff --git a/devel/git-extras/pkg-plist b/devel/git-extras/pkg-plist index a03e8a0a5f99..3a25a65a855d 100644 --- a/devel/git-extras/pkg-plist +++ b/devel/git-extras/pkg-plist @@ -11,6 +11,7 @@ bin/git-clear bin/git-clear-soft bin/git-coauthor bin/git-commits-since +bin/git-continue bin/git-contrib bin/git-count bin/git-cp @@ -72,7 +73,9 @@ bin/git-sync bin/git-touch bin/git-undo bin/git-unlock +bin/git-unwip bin/git-utimes +bin/git-wip etc/bash_completion.d/git-extras share/man/man1/git-abort.1.gz share/man/man1/git-alias.1.gz @@ -87,6 +90,7 @@ share/man/man1/git-clear-soft.1.gz share/man/man1/git-clear.1.gz share/man/man1/git-coauthor.1.gz share/man/man1/git-commits-since.1.gz +share/man/man1/git-continue.1.gz share/man/man1/git-contrib.1.gz share/man/man1/git-count.1.gz share/man/man1/git-cp.1.gz @@ -147,4 +151,6 @@ share/man/man1/git-sync.1.gz share/man/man1/git-touch.1.gz share/man/man1/git-undo.1.gz share/man/man1/git-unlock.1.gz +share/man/man1/git-unwip.1.gz share/man/man1/git-utimes.1.gz +share/man/man1/git-wip.1.gz diff --git a/devel/google-styleguide/Makefile b/devel/google-styleguide/Makefile index 0ebad0b562fb..6fe7344de4b9 100644 --- a/devel/google-styleguide/Makefile +++ b/devel/google-styleguide/Makefile @@ -1,5 +1,5 @@ PORTNAME= styleguide -PORTVERSION= 20250430 +PORTVERSION= 20250709 CATEGORIES= devel PKGNAMEPREFIX= google- @@ -20,7 +20,7 @@ NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 1ab9120 +GH_TAGNAME= 124b0b8 OPTIONS_DEFINE= DOCS diff --git a/devel/google-styleguide/distinfo b/devel/google-styleguide/distinfo index 0bebee81f675..7b1bbc987f19 100644 --- a/devel/google-styleguide/distinfo +++ b/devel/google-styleguide/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546412 -SHA256 (google-styleguide-20250430-1ab9120_GH0.tar.gz) = e6981526354d60cbbe3a863a8b2afc22c9952d901988125af964d825ae2cc0ee -SIZE (google-styleguide-20250430-1ab9120_GH0.tar.gz) = 1129660 +TIMESTAMP = 1752266004 +SHA256 (google-styleguide-20250709-124b0b8_GH0.tar.gz) = e56f5144e54acb6387856b6183e14ab36cc8fca30662070be81b5530e0da4b6d +SIZE (google-styleguide-20250709-124b0b8_GH0.tar.gz) = 1129682 diff --git a/devel/malloy/Makefile b/devel/malloy/Makefile index 5515666bba88..fbe872cc7b79 100644 --- a/devel/malloy/Makefile +++ b/devel/malloy/Makefile @@ -1,5 +1,5 @@ PORTNAME= malloy -DISTVERSION= 0.11.0 +DISTVERSION= 0.12.0 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org @@ -19,8 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= tectu CMAKE_ON= MALLOY_BUILD_SHARED -CMAKE_OFF= MALLOY_BUILD_EXAMPLES \ - MALLOY_DEPENDENCY_SPDLOG_DOWNLOAD +CMAKE_OFF= MALLOY_BUILD_EXAMPLES PLIST_SUB= SOVERSION="${DISTVERSION}" diff --git a/devel/malloy/distinfo b/devel/malloy/distinfo index b615ef00467d..e706a5752ba0 100644 --- a/devel/malloy/distinfo +++ b/devel/malloy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747064392 -SHA256 (tectu-malloy-0.11.0_GH0.tar.gz) = 8db332cbfe6b46a6d28e918fc5cc0393e0f40838d48903c069f38820aeb13787 -SIZE (tectu-malloy-0.11.0_GH0.tar.gz) = 200183 +TIMESTAMP = 1752456219 +SHA256 (tectu-malloy-0.12.0_GH0.tar.gz) = abf12658875ceebd45bb64e7a5cd648eee9e6e9ff9307810b9c791ab73840a74 +SIZE (tectu-malloy-0.12.0_GH0.tar.gz) = 199684 diff --git a/devel/mk-configure/Makefile b/devel/mk-configure/Makefile index dfc95be0c533..ee25b565193a 100644 --- a/devel/mk-configure/Makefile +++ b/devel/mk-configure/Makefile @@ -1,21 +1,21 @@ PORTNAME= mk-configure -PORTVERSION= 0.38.2 -PORTREVISION= 2 +PORTVERSION= 0.40.0 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/mk-configure/mk-configure/mk-configure-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight, easy to use replacement for GNU autotools -WWW= https://sourceforge.net/projects/mk-configure/ +WWW= https://sourceforge.net/projects/mk-configure/ \ + https://github.com/cheusov/mk-configure LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/doc/LICENSE +INSTALL_TARGET= installdirs install install-doc +MAKE_ARGS= MANDIR=${PREFIX}/share/man MAKE_JOBS_UNSAFE= yes NO_ARCH= yes -MAKE_ARGS= MANDIR=${PREFIX}/share/man -INSTALL_TARGET= installdirs install install-doc - PORTDATA= * PORTEXAMPLES= * diff --git a/devel/mk-configure/distinfo b/devel/mk-configure/distinfo index 6d366e69384c..5c7e2d4a93f9 100644 --- a/devel/mk-configure/distinfo +++ b/devel/mk-configure/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672169933 -SHA256 (mk-configure-0.38.2.tar.gz) = 1e705e11047515aea67327ba67010affcbb77f2f0736eb84a5080249f4ab483e -SIZE (mk-configure-0.38.2.tar.gz) = 359518 +TIMESTAMP = 1752266006 +SHA256 (mk-configure-0.40.0.tar.gz) = 2a422f78752d25f37800cdfe5e96f1d081066837feefb8c8109db4e1daf51d4d +SIZE (mk-configure-0.40.0.tar.gz) = 366236 diff --git a/devel/mk-configure/pkg-plist b/devel/mk-configure/pkg-plist index 99f8fb5c8595..201ec5229d88 100644 --- a/devel/mk-configure/pkg-plist +++ b/devel/mk-configure/pkg-plist @@ -12,6 +12,13 @@ bin/mkc_which bin/mkcmake libexec/mk-configure/mkc_check_common.sh libexec/mk-configure/mkc_get_deps +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/NOTES +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/TODO share/man/man1/mkc_check_compiler.1.gz share/man/man1/mkc_check_custom.1.gz share/man/man1/mkc_check_decl.1.gz @@ -25,10 +32,3 @@ share/man/man1/mkc_install.1.gz share/man/man1/mkc_which.1.gz share/man/man1/mkcmake.1.gz share/man/man7/mk-configure.7.gz -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/NOTES -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/TODO diff --git a/devel/nlohmann-json/Makefile b/devel/nlohmann-json/Makefile index 5e716f968368..cd3b56a36c9d 100644 --- a/devel/nlohmann-json/Makefile +++ b/devel/nlohmann-json/Makefile @@ -1,12 +1,18 @@ PORTNAME= json DISTVERSIONPREFIX= v DISTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= nlohmann- +# https://github.com/nlohmann/json/pull/4736 fix for missing char8_t support +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= 34868f90149de02432ea758a29227a6ad74f098c.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= JSON library for Modern C++ -WWW= https://nlohmann.github.io/json/ +WWW= https://nlohmann.github.io/json/ \ + https://github.com/nlohmann/json LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.MIT diff --git a/devel/nlohmann-json/distinfo b/devel/nlohmann-json/distinfo index aebebac1b464..060c009fe910 100644 --- a/devel/nlohmann-json/distinfo +++ b/devel/nlohmann-json/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1744489818 +TIMESTAMP = 1751420793 SHA256 (nlohmann-json-v3.12.0_GH0.tar.gz) = 4b92eb0c06d10683f7447ce9406cb97cd4b453be18d7279320f7b2f025c10187 SIZE (nlohmann-json-v3.12.0_GH0.tar.gz) = 9678593 +SHA256 (34868f90149de02432ea758a29227a6ad74f098c.patch) = c80334fdc49b8e4762a83b671e9526e7ee30a89c190c36c4e1d963bbfaf8c66b +SIZE (34868f90149de02432ea758a29227a6ad74f098c.patch) = 6513 diff --git a/devel/p5-CPAN-Perl-Releases/Makefile b/devel/p5-CPAN-Perl-Releases/Makefile index d87d5b2e07f1..ed29988485a3 100644 --- a/devel/p5-CPAN-Perl-Releases/Makefile +++ b/devel/p5-CPAN-Perl-Releases/Makefile @@ -1,5 +1,5 @@ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 5.20250701 +PORTVERSION= 5.20250703 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-CPAN-Perl-Releases/distinfo b/devel/p5-CPAN-Perl-Releases/distinfo index 3900f0316e15..ce63068749c2 100644 --- a/devel/p5-CPAN-Perl-Releases/distinfo +++ b/devel/p5-CPAN-Perl-Releases/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622355 -SHA256 (CPAN-Perl-Releases-5.20250701.tar.gz) = f5703f91c3af1ec33f99f5376ffcf2611a446c8c85a3ab75f86dc5cb4bf968cf -SIZE (CPAN-Perl-Releases-5.20250701.tar.gz) = 22756 +TIMESTAMP = 1752266032 +SHA256 (CPAN-Perl-Releases-5.20250703.tar.gz) = 9fa782e36da3d7a13493cf4e1ac5b32764a1e62df81c74b9cd3f8524c4ccf9f8 +SIZE (CPAN-Perl-Releases-5.20250703.tar.gz) = 22807 diff --git a/devel/p5-Devel-Trace/Makefile b/devel/p5-Devel-Trace/Makefile index e682493de5ad..2407e579d0fd 100644 --- a/devel/p5-Devel-Trace/Makefile +++ b/devel/p5-Devel-Trace/Makefile @@ -12,4 +12,6 @@ WWW= https://metacpan.org/release/Devel-Trace USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/devel/p5-Future/Makefile b/devel/p5-Future/Makefile index ead16ddea3a1..02bf3afcd025 100644 --- a/devel/p5-Future/Makefile +++ b/devel/p5-Future/Makefile @@ -1,5 +1,5 @@ PORTNAME= Future -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS diff --git a/devel/p5-Future/distinfo b/devel/p5-Future/distinfo index a13e3fa9df30..1b37ff11013d 100644 --- a/devel/p5-Future/distinfo +++ b/devel/p5-Future/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729910022 -SHA256 (Future-0.51.tar.gz) = 563ce37383a000ecfd6b7942dd0f4b9fafb2b2c45e0b731029361f261c2f4a36 -SIZE (Future-0.51.tar.gz) = 105641 +TIMESTAMP = 1752394043 +SHA256 (Future-0.52.tar.gz) = 96765561271ee3285be3641c043a8bb262d341a564355352d37ed9512e6ea1eb +SIZE (Future-0.52.tar.gz) = 105923 diff --git a/devel/p5-Inline/Makefile b/devel/p5-Inline/Makefile index 68769d00d190..30f160cdfcbf 100644 --- a/devel/p5-Inline/Makefile +++ b/devel/p5-Inline/Makefile @@ -1,5 +1,5 @@ PORTNAME= Inline -PORTVERSION= 0.86 +PORTVERSION= 0.87 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY diff --git a/devel/p5-Inline/distinfo b/devel/p5-Inline/distinfo index 9e7ebe05bf0f..0b6901f43b2f 100644 --- a/devel/p5-Inline/distinfo +++ b/devel/p5-Inline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578675121 -SHA256 (Inline-0.86.tar.gz) = 510a7de2d011b0db80b0874e8c0f7390010991000ae135cff7474df1e6d51e3a -SIZE (Inline-0.86.tar.gz) = 87329 +TIMESTAMP = 1752266038 +SHA256 (Inline-0.87.tar.gz) = 105e4271ace1c1b5a264d771ff111d8b928b256002888222862c7be9686f39c5 +SIZE (Inline-0.87.tar.gz) = 88667 diff --git a/devel/p5-Module-CoreList/Makefile b/devel/p5-Module-CoreList/Makefile index 47a287604c87..c3704f6b999f 100644 --- a/devel/p5-Module-CoreList/Makefile +++ b/devel/p5-Module-CoreList/Makefile @@ -1,5 +1,5 @@ PORTNAME= Module-CoreList -PORTVERSION= 5.20250528 +PORTVERSION= 5.20250702 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Module-CoreList/distinfo b/devel/p5-Module-CoreList/distinfo index 82b555bc29ac..de55360bc71b 100644 --- a/devel/p5-Module-CoreList/distinfo +++ b/devel/p5-Module-CoreList/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748831222 -SHA256 (Module-CoreList-5.20250528.tar.gz) = 6c707c33fb4f1ca8421da0c0dc6d877f2c55a97d984153f3d42feaed0cbab39d -SIZE (Module-CoreList-5.20250528.tar.gz) = 143103 +TIMESTAMP = 1752266034 +SHA256 (Module-CoreList-5.20250702.tar.gz) = fa1254fe8f03e69222dbf46b138eb58f2f37d892150ccc3fb4f8e9db9675abbe +SIZE (Module-CoreList-5.20250702.tar.gz) = 143353 diff --git a/devel/p5-PAR-Packer/Makefile b/devel/p5-PAR-Packer/Makefile index 629249cea94a..327bf40bb51b 100644 --- a/devel/p5-PAR-Packer/Makefile +++ b/devel/p5-PAR-Packer/Makefile @@ -1,5 +1,5 @@ PORTNAME= PAR-Packer -PORTVERSION= 1.063 +PORTVERSION= 1.064 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-PAR-Packer/distinfo b/devel/p5-PAR-Packer/distinfo index afd53f779064..012ff3579f27 100644 --- a/devel/p5-PAR-Packer/distinfo +++ b/devel/p5-PAR-Packer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711466100 -SHA256 (PAR-Packer-1.063.tar.gz) = 9a2b352a23d806ad94b919c0682707847c3aeadbd9a866f6ba5a8c962f08e03c -SIZE (PAR-Packer-1.063.tar.gz) = 203845 +TIMESTAMP = 1752266036 +SHA256 (PAR-Packer-1.064.tar.gz) = 0fc063e448e34f7cb5c69c6be5b2258f7150187b33140dedabd53a2c34ca3cba +SIZE (PAR-Packer-1.064.tar.gz) = 206643 diff --git a/devel/p5-PAR-Packer/pkg-plist b/devel/p5-PAR-Packer/pkg-plist index dd7b3ba23666..f93f4c316422 100644 --- a/devel/p5-PAR-Packer/pkg-plist +++ b/devel/p5-PAR-Packer/pkg-plist @@ -11,6 +11,7 @@ bin/tkpp %%SITE_PERL%%/PAR/Filter/PatchContent.pm %%SITE_PERL%%/PAR/Filter/PodStrip.pm %%SITE_PERL%%/PAR/Packer.pm +%%SITE_PERL%%/PAR/Packer/Troubleshooting.pod %%SITE_PERL%%/PAR/StrippedPARL/Base.pm %%SITE_PERL%%/PAR/StrippedPARL/Dynamic.pm %%SITE_PERL%%/PAR/StrippedPARL/Static.pm @@ -27,5 +28,6 @@ bin/tkpp %%PERL5_MAN3%%/PAR::Filter::PatchContent.3.gz %%PERL5_MAN3%%/PAR::Filter::PodStrip.3.gz %%PERL5_MAN3%%/PAR::Packer.3.gz +%%PERL5_MAN3%%/PAR::Packer::Troubleshooting.3.gz %%PERL5_MAN3%%/PAR::StrippedPARL::Base.3.gz %%PERL5_MAN3%%/pp.3.gz diff --git a/devel/p5-Perl-Tidy/Makefile b/devel/p5-Perl-Tidy/Makefile index e465da5e64ad..0afd6fc275c0 100644 --- a/devel/p5-Perl-Tidy/Makefile +++ b/devel/p5-Perl-Tidy/Makefile @@ -1,5 +1,5 @@ PORTNAME= Perl-Tidy -PORTVERSION= 20250616 +PORTVERSION= 20250711 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Perl-Tidy/distinfo b/devel/p5-Perl-Tidy/distinfo index 4c71b555d48a..be15bbd997f2 100644 --- a/devel/p5-Perl-Tidy/distinfo +++ b/devel/p5-Perl-Tidy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750182782 -SHA256 (Perl-Tidy-20250616.tar.gz) = b07517e3f6198d24a4890665338847d79008f7dcc68461811905c7e62a1e689a -SIZE (Perl-Tidy-20250616.tar.gz) = 1198542 +TIMESTAMP = 1752394208 +SHA256 (Perl-Tidy-20250711.tar.gz) = 347aa90bcefbde2b590daf48d387ef1fd9b7a73a996b040269f11ab6fb8ba448 +SIZE (Perl-Tidy-20250711.tar.gz) = 1202227 diff --git a/devel/p5-String-Interpolate-Named/Makefile b/devel/p5-String-Interpolate-Named/Makefile index ebb974ef7d73..b10adbb6876f 100644 --- a/devel/p5-String-Interpolate-Named/Makefile +++ b/devel/p5-String-Interpolate-Named/Makefile @@ -1,5 +1,5 @@ PORTNAME= String-Interpolate-Named -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-String-Interpolate-Named/distinfo b/devel/p5-String-Interpolate-Named/distinfo index a143d534830e..a83b62c7bf1d 100644 --- a/devel/p5-String-Interpolate-Named/distinfo +++ b/devel/p5-String-Interpolate-Named/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936082 -SHA256 (String-Interpolate-Named-1.05.tar.gz) = 7077c3f875b1ca1e2805f50253218b95ae73fb300b72b6c12ae7c4a0f3e7847a -SIZE (String-Interpolate-Named-1.05.tar.gz) = 10051 +TIMESTAMP = 1752416414 +SHA256 (String-Interpolate-Named-1.06.tar.gz) = 012cca57baf8335b163c734b789d5966dde47f0bd8a579433f4852ca666fffe2 +SIZE (String-Interpolate-Named-1.06.tar.gz) = 9831 diff --git a/devel/pecl-xdebug/Makefile b/devel/pecl-xdebug/Makefile index 7de5d2b2ce0e..686030249155 100644 --- a/devel/pecl-xdebug/Makefile +++ b/devel/pecl-xdebug/Makefile @@ -1,5 +1,5 @@ PORTNAME= xdebug -DISTVERSION= 3.3.2 +DISTVERSION= 3.4.4 CATEGORIES= devel pear MAINTAINER= pizzamig@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl,zend tar:tgz -IGNORE_WITH_PHP= 84 85 +IGNORE_WITH_PHP= 85 CONFIGURE_ARGS= --enable-xdebug diff --git a/devel/pecl-xdebug/distinfo b/devel/pecl-xdebug/distinfo index 5ddb2a5aa5a4..c05f245768dd 100644 --- a/devel/pecl-xdebug/distinfo +++ b/devel/pecl-xdebug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727437095 -SHA256 (PECL/xdebug-3.3.2.tgz) = 15545b8311bedb5e7df08fd90d6653d9bf33629791e8119e70350475df932c55 -SIZE (PECL/xdebug-3.3.2.tgz) = 258943 +TIMESTAMP = 1752313708 +SHA256 (PECL/xdebug-3.4.4.tgz) = f8e6aaac0c61b466204ed1117456cb1ba788e083229bd1aa7acd8f53dbfeb614 +SIZE (PECL/xdebug-3.4.4.tgz) = 262823 diff --git a/devel/pecl-xdebug/files/patch-src_lib_usefulstuff.c b/devel/pecl-xdebug/files/patch-src_lib_usefulstuff.c deleted file mode 100644 index 41517a51c857..000000000000 --- a/devel/pecl-xdebug/files/patch-src_lib_usefulstuff.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/usefulstuff.c.orig 2024-08-03 13:55:22 UTC -+++ src/lib/usefulstuff.c -@@ -41,7 +41,11 @@ - #include "usefulstuff.h" - #include "log.h" - -+#if PHP_VERSION_ID <= 80300 - #include "ext/standard/php_lcg.h" -+#else -+#include "ext/random/php_random.h" -+#endif - #include "ext/standard/flock_compat.h" - #include "main/php_ini.h" - diff --git a/devel/phpunit10/Makefile b/devel/phpunit10/Makefile index 4d7349e64e65..ed19288e2228 100644 --- a/devel/phpunit10/Makefile +++ b/devel/phpunit10/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 10.5.47 +PORTVERSION= 10.5.48 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 10${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit10/distinfo b/devel/phpunit10/distinfo index 1f9abf610a0b..65bec27a2c3c 100644 --- a/devel/phpunit10/distinfo +++ b/devel/phpunit10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954116 -SHA256 (phpunit-10.5.47.phar) = 69838cf6812538820ec5e245105e3c43260acd3b08c04f2a8274cc61ffc94051 -SIZE (phpunit-10.5.47.phar) = 5174102 +TIMESTAMP = 1752416404 +SHA256 (phpunit-10.5.48.phar) = 5489da9032965cd38de190e798445190939141a4557ffc98c30ba333da9baadd +SIZE (phpunit-10.5.48.phar) = 5174191 diff --git a/devel/phpunit11/Makefile b/devel/phpunit11/Makefile index fca348aa280c..0c3705263612 100644 --- a/devel/phpunit11/Makefile +++ b/devel/phpunit11/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 11.5.25 +PORTVERSION= 11.5.27 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 11${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit11/distinfo b/devel/phpunit11/distinfo index 1951f1d774c8..8888c7aaf713 100644 --- a/devel/phpunit11/distinfo +++ b/devel/phpunit11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208122 -SHA256 (phpunit-11.5.25.phar) = cae31e2d8ca3cf8e7252c06f503c9c2967f612ae37081d8003fe501392710bec -SIZE (phpunit-11.5.25.phar) = 5656916 +TIMESTAMP = 1752416406 +SHA256 (phpunit-11.5.27.phar) = 1237bc707354cddf0163ff29bd7fa1f120f9ca55ad7fe035f0fba583f2313ab5 +SIZE (phpunit-11.5.27.phar) = 5660473 diff --git a/devel/phpunit12/Makefile b/devel/phpunit12/Makefile index ab7975048921..246235f885f2 100644 --- a/devel/phpunit12/Makefile +++ b/devel/phpunit12/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 12.2.5 +PORTVERSION= 12.2.7 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 12${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit12/distinfo b/devel/phpunit12/distinfo index 18d24e931211..be4a4cd9edfc 100644 --- a/devel/phpunit12/distinfo +++ b/devel/phpunit12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208124 -SHA256 (phpunit-12.2.5.phar) = 85a1a75ade0ba2b7b7fd4a1aa675523c85e0f85214dd32f409c48980321c2b45 -SIZE (phpunit-12.2.5.phar) = 5985895 +TIMESTAMP = 1752416408 +SHA256 (phpunit-12.2.7.phar) = 0385e4dbfbb825b7c90ed9c726819b548042d8f3b947d34bb612c1371ffbddfc +SIZE (phpunit-12.2.7.phar) = 5990892 diff --git a/devel/pipestatus/Makefile b/devel/pipestatus/Makefile index d5c20181d244..5d3bd5ac31e5 100644 --- a/devel/pipestatus/Makefile +++ b/devel/pipestatus/Makefile @@ -9,6 +9,7 @@ WWW= https://sourceforge.net/projects/pipestatus/ LICENSE= PD +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} diff --git a/devel/py-aiosignal/Makefile b/devel/py-aiosignal/Makefile index 1ace484222b8..7da2f32d1c80 100644 --- a/devel/py-aiosignal/Makefile +++ b/devel/py-aiosignal/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiosignal -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +20,10 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-aiosignal/distinfo b/devel/py-aiosignal/distinfo index 12fd49729b97..8df84f35b08a 100644 --- a/devel/py-aiosignal/distinfo +++ b/devel/py-aiosignal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888154 -SHA256 (aiosignal-1.3.2.tar.gz) = a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54 -SIZE (aiosignal-1.3.2.tar.gz) = 19424 +TIMESTAMP = 1752266062 +SHA256 (aiosignal-1.4.0.tar.gz) = f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7 +SIZE (aiosignal-1.4.0.tar.gz) = 25007 diff --git a/devel/py-azure-core/Makefile b/devel/py-azure-core/Makefile index 8fddf8264864..03b4083fbebc 100644 --- a/devel/py-azure-core/Makefile +++ b/devel/py-azure-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-core -PORTVERSION= 1.34.0 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-azure-core/distinfo b/devel/py-azure-core/distinfo index 62ef4105c7ea..1a8af0086156 100644 --- a/devel/py-azure-core/distinfo +++ b/devel/py-azure-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954170 -SHA256 (azure_core-1.34.0.tar.gz) = bdb544989f246a0ad1c85d72eeb45f2f835afdcbc5b45e43f0dbde7461c81ece -SIZE (azure_core-1.34.0.tar.gz) = 297999 +TIMESTAMP = 1752266064 +SHA256 (azure_core-1.35.0.tar.gz) = c0be528489485e9ede59b6971eb63c1eaacf83ef53001bfe3904e475e972be5c +SIZE (azure_core-1.35.0.tar.gz) = 339689 diff --git a/devel/py-castellan/Makefile b/devel/py-castellan/Makefile index 2464154e1d41..24d6d27b5bd8 100644 --- a/devel/py-castellan/Makefile +++ b/devel/py-castellan/Makefile @@ -1,5 +1,5 @@ PORTNAME= castellan -PORTVERSION= 5.3.0 +PORTVERSION= 5.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://docs.openstack.org/castellan/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=6.1.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \ @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.9+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/devel/py-castellan/distinfo b/devel/py-castellan/distinfo index 921ef054297c..782d1d3ea6cd 100644 --- a/devel/py-castellan/distinfo +++ b/devel/py-castellan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715352 -SHA256 (castellan-5.3.0.tar.gz) = 5aac40f303dc887b226030bda8a77bf807ce43473e9438f3e2ef520207bc3966 -SIZE (castellan-5.3.0.tar.gz) = 84742 +TIMESTAMP = 1752266066 +SHA256 (castellan-5.4.0.tar.gz) = d3115c0178537a8e9344336148a5a7ebbb5d750e0fe7d4c01afa125d03a0a0fc +SIZE (castellan-5.4.0.tar.gz) = 84877 diff --git a/devel/py-cli-helpers/Makefile b/devel/py-cli-helpers/Makefile index 446fac1a273a..cd07b942ba92 100644 --- a/devel/py-cli-helpers/Makefile +++ b/devel/py-cli-helpers/Makefile @@ -1,5 +1,5 @@ PORTNAME= cli-helpers -PORTVERSION= 2.4.0 +PORTVERSION= 2.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-cli-helpers/distinfo b/devel/py-cli-helpers/distinfo index 370b0139cc47..16c16155c191 100644 --- a/devel/py-cli-helpers/distinfo +++ b/devel/py-cli-helpers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070342 -SHA256 (cli_helpers-2.4.0.tar.gz) = 55903b705a212a473731db20fa26f58655e354078b99cb13c99ec06940287a4d -SIZE (cli_helpers-2.4.0.tar.gz) = 36991 +TIMESTAMP = 1752416416 +SHA256 (cli_helpers-2.6.0.tar.gz) = 1d37659ebb4eb5e2ebecd8a148ba2698eb7da62b34d63124bf5ce7ff3c4d413f +SIZE (cli_helpers-2.6.0.tar.gz) = 39749 diff --git a/devel/py-copier/Makefile b/devel/py-copier/Makefile index 54898421bcb3..86d19897010b 100644 --- a/devel/py-copier/Makefile +++ b/devel/py-copier/Makefile @@ -1,5 +1,5 @@ PORTNAME= copier -PORTVERSION= 9.7.1 +PORTVERSION= 9.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-copier/distinfo b/devel/py-copier/distinfo index a9aa7cb9b54b..778106fcb987 100644 --- a/devel/py-copier/distinfo +++ b/devel/py-copier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936118 -SHA256 (copier-9.7.1.tar.gz) = 83da2cbe5e28a1593c649f5dac37d916774b07a3ba3ce66e6966a3e84e557885 -SIZE (copier-9.7.1.tar.gz) = 606482 +TIMESTAMP = 1752266070 +SHA256 (copier-9.8.0.tar.gz) = 343ac1eb65e678aa355690d7f19869ef07cabf837f511a87ed452443c085ec58 +SIZE (copier-9.8.0.tar.gz) = 579353 diff --git a/devel/py-crontab/Makefile b/devel/py-crontab/Makefile index 3058fb2972b9..499d2e8babc1 100644 --- a/devel/py-crontab/Makefile +++ b/devel/py-crontab/Makefile @@ -1,5 +1,5 @@ PORTNAME= crontab -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-crontab/distinfo b/devel/py-crontab/distinfo index 32030aa01da2..66599ab6c7ff 100644 --- a/devel/py-crontab/distinfo +++ b/devel/py-crontab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936120 -SHA256 (crontab-1.0.4.tar.gz) = 715b0e5e105bc62c9683cbb93c1cc5821e07a3e28d17404576d22dba7a896c92 -SIZE (crontab-1.0.4.tar.gz) = 21677 +TIMESTAMP = 1752266072 +SHA256 (crontab-1.0.5.tar.gz) = f80e01b4f07219763a9869f926dd17147278e7965a928089bca6d3dc80ae46d5 +SIZE (crontab-1.0.5.tar.gz) = 21963 diff --git a/devel/py-datadog/Makefile b/devel/py-datadog/Makefile index 50c274e83aaf..5a1b593432ba 100644 --- a/devel/py-datadog/Makefile +++ b/devel/py-datadog/Makefile @@ -1,5 +1,5 @@ PORTNAME= datadog -PORTVERSION= 0.51.0 +PORTVERSION= 0.52.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-datadog/distinfo b/devel/py-datadog/distinfo index 15fb978504ab..072842599d2b 100644 --- a/devel/py-datadog/distinfo +++ b/devel/py-datadog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088958 -SHA256 (datadog-0.51.0.tar.gz) = 3279534f831ae0b4ae2d8ce42ef038b4ab38e667d7ed6ff7437982d7a0cf5250 -SIZE (datadog-0.51.0.tar.gz) = 352649 +TIMESTAMP = 1752266074 +SHA256 (datadog-0.52.0.tar.gz) = 8b99a508bed4879dc81643418dc89317009c6f04263c417ebbfd31e6f3019ef1 +SIZE (datadog-0.52.0.tar.gz) = 367811 diff --git a/devel/py-dunamai/Makefile b/devel/py-dunamai/Makefile index 25d9e59db0f2..22e05970a214 100644 --- a/devel/py-dunamai/Makefile +++ b/devel/py-dunamai/Makefile @@ -1,5 +1,5 @@ PORTNAME= dunamai -PORTVERSION= 1.24.1 +PORTVERSION= 1.25.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/mtkennerly/dunamai/releases/download/v${PORTVERSION}/ diff --git a/devel/py-dunamai/distinfo b/devel/py-dunamai/distinfo index fd96aed80f0d..9f14edcaad1d 100644 --- a/devel/py-dunamai/distinfo +++ b/devel/py-dunamai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715368 -SHA256 (dunamai-1.24.1.tar.gz) = 3aa3348f77242da8628b23f11e89569343440f0f912bcef32a1fa891cf8e7215 -SIZE (dunamai-1.24.1.tar.gz) = 45616 +TIMESTAMP = 1752266076 +SHA256 (dunamai-1.25.0.tar.gz) = a7f8360ea286d3dbaf0b6a1473f9253280ac93d619836ad4514facb70c0719d1 +SIZE (dunamai-1.25.0.tar.gz) = 46155 diff --git a/devel/py-findpython/Makefile b/devel/py-findpython/Makefile index d6fa7cda55bd..4c9afa645ec0 100644 --- a/devel/py-findpython/Makefile +++ b/devel/py-findpython/Makefile @@ -1,5 +1,5 @@ PORTNAME= findpython -PORTVERSION= 0.6.3 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20:devel/py-packaging@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}platformdirs>=4.3.6:devel/py-platformdirs@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-findpython/distinfo b/devel/py-findpython/distinfo index d1f6c3d8576f..b6422384b8d7 100644 --- a/devel/py-findpython/distinfo +++ b/devel/py-findpython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070354 -SHA256 (findpython-0.6.3.tar.gz) = 5863ea55556d8aadc693481a14ac4f3624952719efc1c5591abb0b4a9e965c94 -SIZE (findpython-0.6.3.tar.gz) = 17827 +TIMESTAMP = 1752266078 +SHA256 (findpython-0.7.0.tar.gz) = 8b31647c76352779a3c1a0806699b68e6a7bdc0b5c2ddd9af2a07a0d40c673dc +SIZE (findpython-0.7.0.tar.gz) = 18858 diff --git a/devel/py-hishel/Makefile b/devel/py-hishel/Makefile index 3fc4830c4484..3e60623dc49d 100644 --- a/devel/py-hishel/Makefile +++ b/devel/py-hishel/Makefile @@ -1,5 +1,5 @@ PORTNAME= hishel -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hishel/distinfo b/devel/py-hishel/distinfo index fb33049465ee..885c19ee4df9 100644 --- a/devel/py-hishel/distinfo +++ b/devel/py-hishel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288896 -SHA256 (hishel-0.1.2.tar.gz) = 6643450bfb1cfa2ecd6002769f6f5069d0d048c9c1f1e29a98a48302d5875092 -SIZE (hishel-0.1.2.tar.gz) = 36240 +TIMESTAMP = 1752266080 +SHA256 (hishel-0.1.3.tar.gz) = db3e07429cb739dcda851ff9b35b0f3e7589e21b90ee167df54336ac608b6ec3 +SIZE (hishel-0.1.3.tar.gz) = 36649 diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 4aa1b64e58b5..1132e8cbdaa6 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.135.24 +PORTVERSION= 6.135.29 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 8fefee931f35..694fa8cedc8f 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622363 -SHA256 (hypothesis-6.135.24.tar.gz) = e301aeb2691ec0a1f62bfc405eaa966055d603e328cd854c1ed59e1728e35ab6 -SIZE (hypothesis-6.135.24.tar.gz) = 454011 +TIMESTAMP = 1752416418 +SHA256 (hypothesis-6.135.29.tar.gz) = 871acb38ff61346a420267f81f4ba05ad9a85d08965211edf9b29bc0c1ad9d7b +SIZE (hypothesis-6.135.29.tar.gz) = 455112 diff --git a/devel/py-jupyter-collaboration-ui/Makefile b/devel/py-jupyter-collaboration-ui/Makefile index 0eae0b8728e6..087292450f80 100644 --- a/devel/py-jupyter-collaboration-ui/Makefile +++ b/devel/py-jupyter-collaboration-ui/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-collaboration-ui -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jupyter-collaboration-ui/distinfo b/devel/py-jupyter-collaboration-ui/distinfo index 08681c581291..666149b58e02 100644 --- a/devel/py-jupyter-collaboration-ui/distinfo +++ b/devel/py-jupyter-collaboration-ui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936142 -SHA256 (jupyter_collaboration_ui-2.0.2.tar.gz) = 61a354bb4fa0e4381ca9f2d4b5eee9c2c12fc322829b106388e81099597f1ffa -SIZE (jupyter_collaboration_ui-2.0.2.tar.gz) = 63147 +TIMESTAMP = 1752266086 +SHA256 (jupyter_collaboration_ui-2.1.0.tar.gz) = 11aa170ccd64729cd7c91144b4ff4d2e8d90027d54e38157017eb535e99d7cc9 +SIZE (jupyter_collaboration_ui-2.1.0.tar.gz) = 72606 diff --git a/devel/py-jupyter-collaboration/Makefile b/devel/py-jupyter-collaboration/Makefile index 2edb86ce64ea..95f7a02b7440 100644 --- a/devel/py-jupyter-collaboration/Makefile +++ b/devel/py-jupyter-collaboration/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-collaboration -PORTVERSION= 4.0.2 +PORTVERSION= 4.1.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyterlab/jupyter-collaboration/releases/download/v${PORTVERSION}/ @@ -15,9 +15,9 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.4.0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-collaboration-ui>=2.0.2<3:devel/py-jupyter-collaboration-ui@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter-docprovider>=2.0.2<3:devel/py-jupyter-docprovider@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter-server-ydoc>=2.0.2<3:devel/py-jupyter-server-ydoc@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-collaboration-ui>=2.1.0<3:devel/py-jupyter-collaboration-ui@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter-docprovider>=2.1.0<3:devel/py-jupyter-docprovider@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter-server-ydoc>=2.1.0<3:devel/py-jupyter-server-ydoc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.4.0<5.0.0:devel/py-jupyterlab@${PY_FLAVOR} USES= python diff --git a/devel/py-jupyter-collaboration/distinfo b/devel/py-jupyter-collaboration/distinfo index 539f26fc08fc..08daad8f6814 100644 --- a/devel/py-jupyter-collaboration/distinfo +++ b/devel/py-jupyter-collaboration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936140 -SHA256 (jupyter_collaboration-4.0.2.tar.gz) = 3172858aec0edfa4d91ac2e57a6454bb2d38256fc60963157604412054d0ba21 -SIZE (jupyter_collaboration-4.0.2.tar.gz) = 3571 +TIMESTAMP = 1752266084 +SHA256 (jupyter_collaboration-4.1.0.tar.gz) = bd77bed554dc22fe44c6ab9014acb5553068cf5d4b82c165f347fb7591d5d303 +SIZE (jupyter_collaboration-4.1.0.tar.gz) = 3735 diff --git a/devel/py-jupyter-docprovider/Makefile b/devel/py-jupyter-docprovider/Makefile index ecdee22021d8..b35c36ba09c0 100644 --- a/devel/py-jupyter-docprovider/Makefile +++ b/devel/py-jupyter-docprovider/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-docprovider -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jupyter-docprovider/distinfo b/devel/py-jupyter-docprovider/distinfo index 538233c4d880..a2344f870e49 100644 --- a/devel/py-jupyter-docprovider/distinfo +++ b/devel/py-jupyter-docprovider/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936144 -SHA256 (jupyter_docprovider-2.0.2.tar.gz) = bd680d960e98770e2f6b70e5131dc0fccf6e134b79e064eb5759639a55f8e135 -SIZE (jupyter_docprovider-2.0.2.tar.gz) = 43275 +TIMESTAMP = 1752266088 +SHA256 (jupyter_docprovider-2.1.0.tar.gz) = 8af661c65300334577fa2e26a65b6086fbf6674d6296ddebbfafd74d418c94d3 +SIZE (jupyter_docprovider-2.1.0.tar.gz) = 45323 diff --git a/devel/py-jupyter-server-ydoc/Makefile b/devel/py-jupyter-server-ydoc/Makefile index ba2b88996f13..e56c4113e0cb 100644 --- a/devel/py-jupyter-server-ydoc/Makefile +++ b/devel/py-jupyter-server-ydoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-server-ydoc -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jupyter-server-ydoc/distinfo b/devel/py-jupyter-server-ydoc/distinfo index 967f376c1fb5..52ba5ac1e5c6 100644 --- a/devel/py-jupyter-server-ydoc/distinfo +++ b/devel/py-jupyter-server-ydoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936146 -SHA256 (jupyter_server_ydoc-2.0.2.tar.gz) = 22ee72e7bc9e2d9fde9882092d176ac8ca7101fb078f6fef4cb72a8129510928 -SIZE (jupyter_server_ydoc-2.0.2.tar.gz) = 26756 +TIMESTAMP = 1752266090 +SHA256 (jupyter_server_ydoc-2.1.0.tar.gz) = b526be684aa621ebfd972c18a54ca7c613c67f2d051cf52d7a26aa092f735a46 +SIZE (jupyter_server_ydoc-2.1.0.tar.gz) = 27726 diff --git a/devel/py-keystonemiddleware/Makefile b/devel/py-keystonemiddleware/Makefile index 72d931e63221..1fe02cd3fdec 100644 --- a/devel/py-keystonemiddleware/Makefile +++ b/devel/py-keystonemiddleware/Makefile @@ -1,5 +1,5 @@ PORTNAME= keystonemiddleware -PORTVERSION= 10.10.0 +PORTVERSION= 10.11.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.12.0:devel/py-keystoneauth1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.26.0:devel/py-oslo.cache@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oslo.cache>=3.11.0:devel/py-oslo.cache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.19.2:devel/py-oslo.context@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \ diff --git a/devel/py-keystonemiddleware/distinfo b/devel/py-keystonemiddleware/distinfo index 6d5057f47c33..16ce3efa7d24 100644 --- a/devel/py-keystonemiddleware/distinfo +++ b/devel/py-keystonemiddleware/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715384 -SHA256 (keystonemiddleware-10.10.0.tar.gz) = 34e3ff7a61a6a2817dde2602d6129755de69afd7df26e61f85a400539698f566 -SIZE (keystonemiddleware-10.10.0.tar.gz) = 215330 +TIMESTAMP = 1752266092 +SHA256 (keystonemiddleware-10.11.0.tar.gz) = 179ede1b1028be75ab38e101e1ccf3f214ebfeff145389f445ea78751aaf80ec +SIZE (keystonemiddleware-10.11.0.tar.gz) = 215618 diff --git a/devel/py-magic/Makefile b/devel/py-magic/Makefile index 9ddc11e34d09..83ec39402a60 100644 --- a/devel/py-magic/Makefile +++ b/devel/py-magic/Makefile @@ -1,6 +1,5 @@ PORTNAME= magic -PORTVERSION= 5.45 -PORTREVISION= 1 +PORTVERSION= 5.46 CATEGORIES= devel python MASTER_SITES= https://astron.com/pub/file/ \ ftp://ftp.astron.com/pub/file/ \ diff --git a/devel/py-magic/distinfo b/devel/py-magic/distinfo index a284888aefff..5cefde112edd 100644 --- a/devel/py-magic/distinfo +++ b/devel/py-magic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698733371 -SHA256 (file-5.45.tar.gz) = fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82 -SIZE (file-5.45.tar.gz) = 1246503 +TIMESTAMP = 1752422121 +SHA256 (file-5.46.tar.gz) = c9cc77c7c560c543135edc555af609d5619dbef011997e988ce40a3d75d86088 +SIZE (file-5.46.tar.gz) = 1312892 diff --git a/devel/py-opentelemetry-api/Makefile b/devel/py-opentelemetry-api/Makefile index 77f72413d75b..63263d08d698 100644 --- a/devel/py-opentelemetry-api/Makefile +++ b/devel/py-opentelemetry-api/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-api -PORTVERSION= 1.34.1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-api/distinfo b/devel/py-opentelemetry-api/distinfo index 245c5b037707..3be428b8cfcb 100644 --- a/devel/py-opentelemetry-api/distinfo +++ b/devel/py-opentelemetry-api/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188084 -SHA256 (opentelemetry_api-1.34.1.tar.gz) = 64f0bd06d42824843731d05beea88d4d4b6ae59f9fe347ff7dfa2cc14233bbb3 -SIZE (opentelemetry_api-1.34.1.tar.gz) = 64987 +TIMESTAMP = 1752266094 +SHA256 (opentelemetry_api-1.35.0.tar.gz) = a111b959bcfa5b4d7dffc2fbd6a241aa72dd78dd8e79b5b1662bda896c5d2ffe +SIZE (opentelemetry_api-1.35.0.tar.gz) = 64778 diff --git a/devel/py-opentelemetry-api/files/patch-pyproject.toml b/devel/py-opentelemetry-api/files/patch-pyproject.toml new file mode 100644 index 000000000000..ade158daba1a --- /dev/null +++ b/devel/py-opentelemetry-api/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -6,7 +6,7 @@ readme = "README.rst" + name = "opentelemetry-api" + description = "OpenTelemetry Python API" + readme = "README.rst" +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + requires-python = ">=3.9" + authors = [ + { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" }, diff --git a/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile index 5591e903573e..c7625c867b28 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-common -PORTVERSION= 1.34.1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo index aebde3fc61c9..4348dc947aee 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188088 -SHA256 (opentelemetry_exporter_otlp_proto_common-1.34.1.tar.gz) = b59a20a927facd5eac06edaf87a07e49f9e4a13db487b7d8a52b37cb87710f8b -SIZE (opentelemetry_exporter_otlp_proto_common-1.34.1.tar.gz) = 20817 +TIMESTAMP = 1752266098 +SHA256 (opentelemetry_exporter_otlp_proto_common-1.35.0.tar.gz) = 6f6d8c39f629b9fa5c79ce19a2829dbd93034f8ac51243cdf40ed2196f00d7eb +SIZE (opentelemetry_exporter_otlp_proto_common-1.35.0.tar.gz) = 20299 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-common/files/patch-pyproject.toml b/devel/py-opentelemetry-exporter-otlp-proto-common/files/patch-pyproject.toml new file mode 100644 index 000000000000..d79b2adabd41 --- /dev/null +++ b/devel/py-opentelemetry-exporter-otlp-proto-common/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.rst" + dynamic = ["version"] + description = "OpenTelemetry Protobuf encoding" + readme = "README.rst" +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + requires-python = ">=3.9" + authors = [ + { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" }, diff --git a/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile index 9cc1141eba01..a482370217c1 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-grpc -PORTVERSION= 1.34.1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,13 +15,13 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.52<2:devel/py-googleapis-common-protos@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.57<2:devel/py-googleapis-common-protos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grpcio>=1.66.2<2.0.0:devel/py-grpcio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.15<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-otlp-proto-common>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-exporter-otlp-proto-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-proto>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-proto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=${PORTVERSION}<1.35:devel/py-opentelemetry-sdk@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=${PORTVERSION}<1.36:devel/py-opentelemetry-sdk@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo index 280646f38f67..c3ad061ef133 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188090 -SHA256 (opentelemetry_exporter_otlp_proto_grpc-1.34.1.tar.gz) = 7c841b90caa3aafcfc4fee58487a6c71743c34c6dc1787089d8b0578bbd794dd -SIZE (opentelemetry_exporter_otlp_proto_grpc-1.34.1.tar.gz) = 22566 +TIMESTAMP = 1752266100 +SHA256 (opentelemetry_exporter_otlp_proto_grpc-1.35.0.tar.gz) = ac4c2c3aa5674642db0df0091ab43ec08bbd91a9be469c8d9b18923eb742b9cc +SIZE (opentelemetry_exporter_otlp_proto_grpc-1.35.0.tar.gz) = 23794 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-grpc/files/patch-pyproject.toml b/devel/py-opentelemetry-exporter-otlp-proto-grpc/files/patch-pyproject.toml new file mode 100644 index 000000000000..97e0e00f8b77 --- /dev/null +++ b/devel/py-opentelemetry-exporter-otlp-proto-grpc/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.rst" + dynamic = ["version"] + description = "OpenTelemetry Collector Protobuf over gRPC Exporter" + readme = "README.rst" +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + requires-python = ">=3.9" + authors = [ + { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" }, diff --git a/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile index 0d9aa523f81b..9020d6cf548f 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-http -PORTVERSION= 1.34.1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.52<2:devel/py-go ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.15<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-otlp-proto-common>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-exporter-otlp-proto-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-proto>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-proto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=${PORTVERSION}<1.35:devel/py-opentelemetry-sdk@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=${PORTVERSION}<1.36:devel/py-opentelemetry-sdk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} diff --git a/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo index 7af524e9ac67..d3dbd5a40127 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188092 -SHA256 (opentelemetry_exporter_otlp_proto_http-1.34.1.tar.gz) = aaac36fdce46a8191e604dcf632e1f9380c7d5b356b27b3e0edb5610d9be28ad -SIZE (opentelemetry_exporter_otlp_proto_http-1.34.1.tar.gz) = 15351 +TIMESTAMP = 1752266102 +SHA256 (opentelemetry_exporter_otlp_proto_http-1.35.0.tar.gz) = cf940147f91b450ef5f66e9980d40eb187582eed399fa851f4a7a45bb880de79 +SIZE (opentelemetry_exporter_otlp_proto_http-1.35.0.tar.gz) = 15908 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-http/files/patch-pyproject.toml b/devel/py-opentelemetry-exporter-otlp-proto-http/files/patch-pyproject.toml new file mode 100644 index 000000000000..75cbf8826da7 --- /dev/null +++ b/devel/py-opentelemetry-exporter-otlp-proto-http/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.rst" + dynamic = ["version"] + description = "OpenTelemetry Collector Protobuf over HTTP Exporter" + readme = "README.rst" +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + requires-python = ">=3.9" + authors = [ + { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" }, diff --git a/devel/py-opentelemetry-exporter-otlp/Makefile b/devel/py-opentelemetry-exporter-otlp/Makefile index 310a4bfa4d58..3a3c0c4f0cab 100644 --- a/devel/py-opentelemetry-exporter-otlp/Makefile +++ b/devel/py-opentelemetry-exporter-otlp/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp -PORTVERSION= 1.34.1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-exporter-otlp/distinfo b/devel/py-opentelemetry-exporter-otlp/distinfo index 4fa6f8833da0..cb666e335350 100644 --- a/devel/py-opentelemetry-exporter-otlp/distinfo +++ b/devel/py-opentelemetry-exporter-otlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188086 -SHA256 (opentelemetry_exporter_otlp-1.34.1.tar.gz) = 71c9ad342d665d9e4235898d205db17c5764cd7a69acb8a5dcd6d5e04c4c9988 -SIZE (opentelemetry_exporter_otlp-1.34.1.tar.gz) = 6173 +TIMESTAMP = 1752266096 +SHA256 (opentelemetry_exporter_otlp-1.35.0.tar.gz) = f94feff09b3524df867c7876b79c96cef20068106cb5efe55340e8d08192c8a4 +SIZE (opentelemetry_exporter_otlp-1.35.0.tar.gz) = 6142 diff --git a/devel/py-opentelemetry-exporter-otlp/files/patch-pyproject.toml b/devel/py-opentelemetry-exporter-otlp/files/patch-pyproject.toml new file mode 100644 index 000000000000..35a933cd0bcd --- /dev/null +++ b/devel/py-opentelemetry-exporter-otlp/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.rst" + dynamic = ["version"] + description = "OpenTelemetry Collector Exporters" + readme = "README.rst" +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + requires-python = ">=3.9" + authors = [ + { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" }, diff --git a/devel/py-opentelemetry-proto/Makefile b/devel/py-opentelemetry-proto/Makefile index b9b3e95e625b..5eed6ca93db5 100644 --- a/devel/py-opentelemetry-proto/Makefile +++ b/devel/py-opentelemetry-proto/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-proto -PORTVERSION= 1.34.1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=5.0,1<6.0,1:devel/py-protobuf@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=5.0,1<7.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-opentelemetry-proto/distinfo b/devel/py-opentelemetry-proto/distinfo index 745e805511a3..46c3125ecf24 100644 --- a/devel/py-opentelemetry-proto/distinfo +++ b/devel/py-opentelemetry-proto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188094 -SHA256 (opentelemetry_proto-1.34.1.tar.gz) = 16286214e405c211fc774187f3e4bbb1351290b8dfb88e8948af209ce85b719e -SIZE (opentelemetry_proto-1.34.1.tar.gz) = 34344 +TIMESTAMP = 1752266104 +SHA256 (opentelemetry_proto-1.35.0.tar.gz) = 532497341bd3e1c074def7c5b00172601b28bb83b48afc41a4b779f26eb4ee05 +SIZE (opentelemetry_proto-1.35.0.tar.gz) = 46151 diff --git a/devel/py-opentelemetry-proto/files/patch-pyproject.toml b/devel/py-opentelemetry-proto/files/patch-pyproject.toml new file mode 100644 index 000000000000..234b84f7cc02 --- /dev/null +++ b/devel/py-opentelemetry-proto/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.rst" + dynamic = ["version"] + description = "OpenTelemetry Python Proto" + readme = "README.rst" +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + requires-python = ">=3.9" + authors = [ + { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" }, diff --git a/devel/py-opentelemetry-sdk/Makefile b/devel/py-opentelemetry-sdk/Makefile index f67038b19a6b..56fe664b7591 100644 --- a/devel/py-opentelemetry-sdk/Makefile +++ b/devel/py-opentelemetry-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-sdk -PORTVERSION= 1.34.1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-api@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=0.55b${PORTVERSION:E}<0.55b${PORTVERSION:E}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=0.56b${PORTVERSION:E}<0.56b${PORTVERSION:E}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/devel/py-opentelemetry-sdk/distinfo b/devel/py-opentelemetry-sdk/distinfo index a2ae3febe1f7..157332d3c487 100644 --- a/devel/py-opentelemetry-sdk/distinfo +++ b/devel/py-opentelemetry-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188096 -SHA256 (opentelemetry_sdk-1.34.1.tar.gz) = 8091db0d763fcd6098d4781bbc80ff0971f94e260739aa6afe6fd379cdf3aa4d -SIZE (opentelemetry_sdk-1.34.1.tar.gz) = 159441 +TIMESTAMP = 1752266106 +SHA256 (opentelemetry_sdk-1.35.0.tar.gz) = 2a400b415ab68aaa6f04e8a6a9f6552908fb3090ae2ff78d6ae0c597ac581954 +SIZE (opentelemetry_sdk-1.35.0.tar.gz) = 160871 diff --git a/devel/py-opentelemetry-sdk/files/patch-pyproject.toml b/devel/py-opentelemetry-sdk/files/patch-pyproject.toml new file mode 100644 index 000000000000..9118c522a8ce --- /dev/null +++ b/devel/py-opentelemetry-sdk/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.rst" + dynamic = ["version"] + description = "OpenTelemetry Python SDK" + readme = "README.rst" +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + requires-python = ">=3.9" + authors = [ + { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" }, diff --git a/devel/py-opentelemetry-semantic-conventions/Makefile b/devel/py-opentelemetry-semantic-conventions/Makefile index 4bdcfb252eb5..5c639d19d4b3 100644 --- a/devel/py-opentelemetry-semantic-conventions/Makefile +++ b/devel/py-opentelemetry-semantic-conventions/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-semantic-conventions -PORTVERSION= 0.55b1 +PORTVERSION= 0.56b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.34.${PORTVERSION:C|.*b||}<1.34.${PORTVERSION:C|.*b||}_99:devel/py-opentelemetry-api@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.35.${PORTVERSION:C|.*b||}<1.35.${PORTVERSION:C|.*b||}_99:devel/py-opentelemetry-api@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/devel/py-opentelemetry-semantic-conventions/distinfo b/devel/py-opentelemetry-semantic-conventions/distinfo index bb9e57302c93..ddad9cf7b2ba 100644 --- a/devel/py-opentelemetry-semantic-conventions/distinfo +++ b/devel/py-opentelemetry-semantic-conventions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188098 -SHA256 (opentelemetry_semantic_conventions-0.55b1.tar.gz) = ef95b1f009159c28d7a7849f5cbc71c4c34c845bb514d66adfdf1b3fff3598b3 -SIZE (opentelemetry_semantic_conventions-0.55b1.tar.gz) = 119829 +TIMESTAMP = 1752266108 +SHA256 (opentelemetry_semantic_conventions-0.56b0.tar.gz) = c114c2eacc8ff6d3908cb328c811eaf64e6d68623840be9224dc829c4fd6c2ea +SIZE (opentelemetry_semantic_conventions-0.56b0.tar.gz) = 124221 diff --git a/devel/py-opentelemetry-semantic-conventions/files/patch-pyproject.toml b/devel/py-opentelemetry-semantic-conventions/files/patch-pyproject.toml new file mode 100644 index 000000000000..ab2647d1af6f --- /dev/null +++ b/devel/py-opentelemetry-semantic-conventions/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.rst" + dynamic = ["version"] + description = "OpenTelemetry Semantic Conventions" + readme = "README.rst" +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + requires-python = ">=3.9" + authors = [ + { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" }, diff --git a/devel/py-os-vif/Makefile b/devel/py-os-vif/Makefile index e55681cabe9c..884f7320ef57 100644 --- a/devel/py-os-vif/Makefile +++ b/devel/py-os-vif/Makefile @@ -1,5 +1,5 @@ PORTNAME= os-vif -PORTVERSION= 4.1.0 +PORTVERSION= 4.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ WWW= https://docs.openstack.org/os-vif/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=5.3.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.19.0:devel/py-debtcollector@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.20.0:devel/py-oslo.concurrency@${PY_FLAVOR} \ @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.19.0:devel/py-debtcollector ${PYTHON_PKGNAMEPREFIX}pyroute2>=0.5.2:net/py-pyroute2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-os-vif/distinfo b/devel/py-os-vif/distinfo index bb51db660a0b..f41394ca00e0 100644 --- a/devel/py-os-vif/distinfo +++ b/devel/py-os-vif/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836134 -SHA256 (os_vif-4.1.0.tar.gz) = 41317f03e19976db36de3662605df2566c440e96c9c16f838178a221847ec146 -SIZE (os_vif-4.1.0.tar.gz) = 103269 +TIMESTAMP = 1752266110 +SHA256 (os_vif-4.2.0.tar.gz) = 8d826c796e578c88b6105049a612732c7fd5e799c9144769d4e9ba79985fc99a +SIZE (os_vif-4.2.0.tar.gz) = 104290 diff --git a/devel/py-os-vif/files/patch-pyproject.toml b/devel/py-os-vif/files/patch-pyproject.toml new file mode 100644 index 000000000000..bc0ed0647879 --- /dev/null +++ b/devel/py-os-vif/files/patch-pyproject.toml @@ -0,0 +1,7 @@ +--- pyproject.toml.orig 2025-07-10 09:14:24 UTC ++++ pyproject.toml +@@ -1,3 +1,3 @@ + [build-system] +-requires = ["pbr>=5.7.0", "setuptools>=64.0.0", "wheel"] ++requires = ["pbr>=5.7.0", "setuptools>=61.0.0", "wheel"] + build-backend = "pbr.build" diff --git a/devel/py-oslo.cache/Makefile b/devel/py-oslo.cache/Makefile index 87591303d0b6..64456f576ced 100644 --- a/devel/py-oslo.cache/Makefile +++ b/devel/py-oslo.cache/Makefile @@ -1,8 +1,9 @@ PORTNAME= oslo.cache -PORTVERSION= 3.9.0 +PORTVERSION= 3.11.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= oslo_cache-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cache storage for OpenStack projects @@ -15,13 +16,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=1.3.3:devel/py-dogpile.cache@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=3.0.0:devel/py-debtcollector@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=1.3.3:devel/py-dogpile.cache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=8.1.0:devel/py-oslo.config@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=5.0.0:devel/py-oslo.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.log>=4.2.1:devel/py-oslo.log@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=4.2.0:devel/py-oslo.utils@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-oslo.cache/distinfo b/devel/py-oslo.cache/distinfo index 9d42af2e1322..4cf40d9f4381 100644 --- a/devel/py-oslo.cache/distinfo +++ b/devel/py-oslo.cache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679272 -SHA256 (oslo.cache-3.9.0.tar.gz) = c2fb2e7d64cc16622ba165288b0f7b27f78af0294cf33e883c7cdcec515d408b -SIZE (oslo.cache-3.9.0.tar.gz) = 76381 +TIMESTAMP = 1752266112 +SHA256 (oslo_cache-3.11.0.tar.gz) = 05e6d26330b861a596c34c7005932086a1fd49284052bd8b5055121d547e67b1 +SIZE (oslo_cache-3.11.0.tar.gz) = 77464 diff --git a/devel/py-pbs-installer/Makefile b/devel/py-pbs-installer/Makefile index e012526a4055..49ebc4e0a6da 100644 --- a/devel/py-pbs-installer/Makefile +++ b/devel/py-pbs-installer/Makefile @@ -1,5 +1,5 @@ PORTNAME= pbs-installer -PORTVERSION= 2025.7.2 +PORTVERSION= 2025.7.12 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pbs-installer/distinfo b/devel/py-pbs-installer/distinfo index 2cc3150239fa..5677b3913a6e 100644 --- a/devel/py-pbs-installer/distinfo +++ b/devel/py-pbs-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622365 -SHA256 (pbs_installer-2025.7.2.tar.gz) = 72026d253a6f002514aa0bfb4a650a20333102e7679df0fff810b858720598d9 -SIZE (pbs_installer-2025.7.2.tar.gz) = 57448 +TIMESTAMP = 1752416420 +SHA256 (pbs_installer-2025.7.12.tar.gz) = 343b8905e1da3cd4b03b68d630086330dde1814294963b77d2664b18b5002ac6 +SIZE (pbs_installer-2025.7.12.tar.gz) = 57759 diff --git a/devel/py-pdm-backend/Makefile b/devel/py-pdm-backend/Makefile index 71fda3fdd58a..4416c673a9f9 100644 --- a/devel/py-pdm-backend/Makefile +++ b/devel/py-pdm-backend/Makefile @@ -1,5 +1,5 @@ PORTNAME= pdm-backend -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pdm-backend/distinfo b/devel/py-pdm-backend/distinfo index bd52d1477aa6..3faebaf9b6dd 100644 --- a/devel/py-pdm-backend/distinfo +++ b/devel/py-pdm-backend/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288936 -SHA256 (pdm_backend-2.4.4.tar.gz) = f72551eeb319f74ca25856c24fb4026684eeb0dddd9df68482901ab0dc481258 -SIZE (pdm_backend-2.4.4.tar.gz) = 118439 +TIMESTAMP = 1752266116 +SHA256 (pdm_backend-2.4.5.tar.gz) = 56c019c440308adad5d057c08cbb777e65f43b991a3b0920749781258972fe5b +SIZE (pdm_backend-2.4.5.tar.gz) = 118609 diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile index e3562fbf61ec..0defa8512f4a 100644 --- a/devel/py-pipenv/Makefile +++ b/devel/py-pipenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipenv -PORTVERSION= 2025.0.3 +PORTVERSION= 2025.0.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo index e0f8f7862063..139400b2fad9 100644 --- a/devel/py-pipenv/distinfo +++ b/devel/py-pipenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748831242 -SHA256 (pipenv-2025.0.3.tar.gz) = f0a67aa928824e61003d52acea72a94b180800019f03d38a311966f6330bc8d1 -SIZE (pipenv-2025.0.3.tar.gz) = 4481286 +TIMESTAMP = 1752266118 +SHA256 (pipenv-2025.0.4.tar.gz) = 36fc2a7841ccdb2f58a9f787b296c2e15dea3b5b79b84d4071812f28b7e8d7a2 +SIZE (pipenv-2025.0.4.tar.gz) = 4479128 diff --git a/devel/py-poetry-dynamic-versioning/Makefile b/devel/py-poetry-dynamic-versioning/Makefile index a412ac6b4fcb..d01016143877 100644 --- a/devel/py-poetry-dynamic-versioning/Makefile +++ b/devel/py-poetry-dynamic-versioning/Makefile @@ -1,5 +1,5 @@ PORTNAME= poetry-dynamic-versioning -PORTVERSION= 1.8.2 +PORTVERSION= 1.9.1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/mtkennerly/poetry-dynamic-versioning/releases/download/v${PORTVERSION}/ @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dunamai>=1.23.0<2:devel/py-dunamai@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dunamai>=1.25.0<2:devel/py-dunamai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.1<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.4:textproc/py-tomlkit@${PY_FLAVOR} diff --git a/devel/py-poetry-dynamic-versioning/distinfo b/devel/py-poetry-dynamic-versioning/distinfo index 5e5f2c9dcbd2..be561087dfc1 100644 --- a/devel/py-poetry-dynamic-versioning/distinfo +++ b/devel/py-poetry-dynamic-versioning/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288946 -SHA256 (poetry_dynamic_versioning-1.8.2.tar.gz) = d14de13d426ac28e98f4519aac7f4aa857e7b97ad9d7a4c72293377033065f44 -SIZE (poetry_dynamic_versioning-1.8.2.tar.gz) = 36381 +TIMESTAMP = 1752266120 +SHA256 (poetry_dynamic_versioning-1.9.1.tar.gz) = d6e7b9df817aa2ca4946cd695c6c89e1379d2e6c640f008a9b6170d081a9da48 +SIZE (poetry_dynamic_versioning-1.9.1.tar.gz) = 37200 diff --git a/devel/py-poetry/Makefile b/devel/py-poetry/Makefile index b6baffbf954f..eca1731b9f02 100644 --- a/devel/py-poetry/Makefile +++ b/devel/py-poetry/Makefile @@ -1,6 +1,6 @@ PORTNAME= poetry PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/python-poetry/poetry/releases/download/${PORTVERSION}/ @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=1.2.1<2.0.0:devel/py-build@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}cleo>=2.1.0<3.0.0:devel/py-cleo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.22.6<0.23.0:devel/py-dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastjsonschema>=2.18.0<3.0.0:devel/py-fastjsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}findpython>=0.6.2<0.7.0:devel/py-findpython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}findpython>=0.6.2:devel/py-findpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}installer>=0.7.0<0.8.0:devel/py-installer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>=25.1.0,1<26.0.0,1:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=24.0:devel/py-packaging@${PY_FLAVOR} \ diff --git a/devel/py-poetry/files/patch-pyproject.toml b/devel/py-poetry/files/patch-pyproject.toml new file mode 100644 index 000000000000..ba954546ba13 --- /dev/null +++ b/devel/py-poetry/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -29,7 +29,7 @@ dependencies = [ + "trove-classifiers (>=2022.5.19)", + "virtualenv (>=20.26.6,<21.0.0)", + "xattr (>=1.0.0,<2.0.0) ; sys_platform == 'darwin'", +- "findpython (>=0.6.2,<0.7.0)", ++ "findpython (>=0.6.2)", + "pbs-installer[download,install] (>=2025.1.6,<2026.0.0)", + ] + authors = [ diff --git a/devel/py-pycrdt-store/Makefile b/devel/py-pycrdt-store/Makefile index 56d3a764f0d5..f3008b37b706 100644 --- a/devel/py-pycrdt-store/Makefile +++ b/devel/py-pycrdt-store/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycrdt-store -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pycrdt-store/distinfo b/devel/py-pycrdt-store/distinfo index 132168c8e943..ca8b607e0305 100644 --- a/devel/py-pycrdt-store/distinfo +++ b/devel/py-pycrdt-store/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813000 -SHA256 (pycrdt_store-0.1.1.tar.gz) = e89a6862747ea484639ea8249b68c01e0053389c0c57721383aae86eb310db27 -SIZE (pycrdt_store-0.1.1.tar.gz) = 10206 +TIMESTAMP = 1752266124 +SHA256 (pycrdt_store-0.1.2.tar.gz) = f2dfb6277f26ee3e6a072547c6fe64c9ae2decf5915206a8e0644ea4ff2b1c64 +SIZE (pycrdt_store-0.1.2.tar.gz) = 10438 diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index eab81c24cc29..6b4b12f99626 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,6 +1,5 @@ PORTNAME= pycrdt -PORTVERSION= 0.12.23 -PORTREVISION= 1 +PORTVERSION= 0.12.25 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pycrdt/Makefile.crates b/devel/py-pycrdt/Makefile.crates index be8734c03582..ae5e1776c341 100644 --- a/devel/py-pycrdt/Makefile.crates +++ b/devel/py-pycrdt/Makefile.crates @@ -63,4 +63,4 @@ CARGO_CRATES= arc-swap-1.7.1 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ - yrs-0.23.5 + yrs-0.24.0 diff --git a/devel/py-pycrdt/distinfo b/devel/py-pycrdt/distinfo index 1614926aa47f..94c15a775152 100644 --- a/devel/py-pycrdt/distinfo +++ b/devel/py-pycrdt/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1751208164 -SHA256 (pycrdt-0.12.23.tar.gz) = bd906aea92eb093cd4134f44d1335046e5ebd689877669a275147657ae4e9ae3 -SIZE (pycrdt-0.12.23.tar.gz) = 76594 +TIMESTAMP = 1752266122 +SHA256 (pycrdt-0.12.25.tar.gz) = b671565064b67e94b80b294467f70cc584781a6246c72206e451eeb05429e847 +SIZE (pycrdt-0.12.25.tar.gz) = 76689 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/async-lock-3.4.0.crate) = ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 @@ -131,5 +131,5 @@ SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681 SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/yrs-0.23.5.crate) = 197c2b4b298f35c3ba4d549884ac872a961112095b29f173ab45e3d5cf609018 -SIZE (rust/crates/yrs-0.23.5.crate) = 265011 +SHA256 (rust/crates/yrs-0.24.0.crate) = f904a99678a852d7cbc6958c94087f739c10cfb19642635951219c525a5fdb89 +SIZE (rust/crates/yrs-0.24.0.crate) = 266544 diff --git a/devel/py-pydantic-resolve/Makefile b/devel/py-pydantic-resolve/Makefile new file mode 100644 index 000000000000..4705fd86e555 --- /dev/null +++ b/devel/py-pydantic-resolve/Makefile @@ -0,0 +1,24 @@ +PORTNAME= pydantic-resolve +PORTVERSION= 1.12.4 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pydantic_resolve-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide pair of pre and post methods around pydantic fields +WWW= https://allmonday.github.io/pydantic-resolve/introduction/ \ + https://github.com/allmonday/pydantic-resolve + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodataloader>=0.4.0<0.5:databases/py-aiodataloader@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pydantic-resolve/distinfo b/devel/py-pydantic-resolve/distinfo new file mode 100644 index 000000000000..c5c205fa0d0e --- /dev/null +++ b/devel/py-pydantic-resolve/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1752416402 +SHA256 (pydantic_resolve-1.12.4.tar.gz) = 2be83c51d738e7345ff148d65659f6c5358972743b7a6e75586ef4ffd40bf593 +SIZE (pydantic_resolve-1.12.4.tar.gz) = 24181 diff --git a/devel/py-pydantic-resolve/pkg-descr b/devel/py-pydantic-resolve/pkg-descr new file mode 100644 index 000000000000..711e894743ec --- /dev/null +++ b/devel/py-pydantic-resolve/pkg-descr @@ -0,0 +1,8 @@ +pydantic-resolve is a sophisticated framework for composing complex data +structures with an intuitive, declarative, resolver-based architecture that +eliminates the N+1 query problem. + +It supports: +- pydantic v1 +- pydantic v2 +- dataclass from pydantic.dataclasses import dataclass diff --git a/devel/py-pykdtree/Makefile b/devel/py-pykdtree/Makefile index a468abe2eb26..6d55c41638e3 100644 --- a/devel/py-pykdtree/Makefile +++ b/devel/py-pykdtree/Makefile @@ -1,5 +1,5 @@ PORTNAME= pykdtree -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,11 +16,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent cython3 pep517 .if !exists(/usr/include/omp.h) -MAKE_ENV+= USE_OMP=0 +MAKE_ENV= USE_OMP=0 .endif post-install: diff --git a/devel/py-pykdtree/distinfo b/devel/py-pykdtree/distinfo index 621bbc794b82..80661b1b5fd2 100644 --- a/devel/py-pykdtree/distinfo +++ b/devel/py-pykdtree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742405488 -SHA256 (pykdtree-1.4.1.tar.gz) = 10848ff6ac7332b68e65bf8c2e89667b6b62b075aad272347744a69bf1c8ad7e -SIZE (pykdtree-1.4.1.tar.gz) = 28315 +TIMESTAMP = 1752266126 +SHA256 (pykdtree-1.4.2.tar.gz) = bd2b967a16a5510efa873ee52d959d0d821389cc749bb51673ae68316eeb65f5 +SIZE (pykdtree-1.4.2.tar.gz) = 29074 diff --git a/devel/py-pyright/Makefile b/devel/py-pyright/Makefile index b7e7ce0f2015..90d84502f16a 100644 --- a/devel/py-pyright/Makefile +++ b/devel/py-pyright/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyright -PORTVERSION= 1.1.402 +PORTVERSION= 1.1.403 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyright/distinfo b/devel/py-pyright/distinfo index 6827be58bbe8..af383b97edd8 100644 --- a/devel/py-pyright/distinfo +++ b/devel/py-pyright/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188108 -SHA256 (pyright-1.1.402.tar.gz) = 85a33c2d40cd4439c66aa946fd4ce71ab2f3f5b8c22ce36a623f59ac22937683 -SIZE (pyright-1.1.402.tar.gz) = 3888207 +TIMESTAMP = 1752266128 +SHA256 (pyright-1.1.403.tar.gz) = 3ab69b9f41c67fb5bbb4d7a36243256f0d549ed3608678d381d5f51863921104 +SIZE (pyright-1.1.403.tar.gz) = 3913526 diff --git a/devel/py-pyroma/Makefile b/devel/py-pyroma/Makefile index 5b13f848c6a5..8f3400e5a1eb 100644 --- a/devel/py-pyroma/Makefile +++ b/devel/py-pyroma/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyroma -PORTVERSION= 4.3 +PORTVERSION= 4.3.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyroma/distinfo b/devel/py-pyroma/distinfo index 0d3e3a8608c7..450a83a215f9 100644 --- a/devel/py-pyroma/distinfo +++ b/devel/py-pyroma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622369 -SHA256 (pyroma-4.3.tar.gz) = 265a3566a43d20a9bce7a5844936cf0d5de937b983d3227112d7d5f9e56d37f1 -SIZE (pyroma-4.3.tar.gz) = 99569 +TIMESTAMP = 1752266130 +SHA256 (pyroma-4.3.3.tar.gz) = 62c6af3a8da038e924644dd9c0b5da5f720818c67d914eb48bbfa3ce3d95439b +SIZE (pyroma-4.3.3.tar.gz) = 100731 diff --git a/devel/py-pytest-codspeed/Makefile b/devel/py-pytest-codspeed/Makefile index 75f55b1c63bf..0b5852892354 100644 --- a/devel/py-pytest-codspeed/Makefile +++ b/devel/py-pytest-codspeed/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-codspeed -PORTVERSION= 3.2.0 +PORTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,7 +8,7 @@ DISTNAME= pytest_codspeed-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pytest plugin to create CodSpeed benchmarks WWW= https://codspeed.io/ \ - https://docs.codspeed.io/ \ + https://codspeed.io/docs/reference/pytest-codspeed \ https://github.com/CodSpeedHQ/pytest-codspeed LICENSE= MIT @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.17.1:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.8,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=13.8.1:textproc/py-rich@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest-codspeed/distinfo b/devel/py-pytest-codspeed/distinfo index 25ae3ef54f88..afb4d363d1e9 100644 --- a/devel/py-pytest-codspeed/distinfo +++ b/devel/py-pytest-codspeed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738606465 -SHA256 (pytest_codspeed-3.2.0.tar.gz) = f9d1b1a3b2c69cdc0490a1e8b1ced44bffbd0e8e21d81a7160cfdd923f6e8155 -SIZE (pytest_codspeed-3.2.0.tar.gz) = 18409 +TIMESTAMP = 1752266132 +SHA256 (pytest_codspeed-4.0.0.tar.gz) = 0e9af08ca93ad897b376771db92693a81aa8990eecc2a778740412e00a6f6eaf +SIZE (pytest_codspeed-4.0.0.tar.gz) = 107630 diff --git a/devel/py-pytest-lazy-fixtures/Makefile b/devel/py-pytest-lazy-fixtures/Makefile index fea10a078b5f..c093c1b671f4 100644 --- a/devel/py-pytest-lazy-fixtures/Makefile +++ b/devel/py-pytest-lazy-fixtures/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-lazy-fixtures -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/dev-petrov/pytest-lazy-fixtures LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=7,1:devel/py-pytest@${PY_FLAVOR} USES= python diff --git a/devel/py-pytest-lazy-fixtures/distinfo b/devel/py-pytest-lazy-fixtures/distinfo index df2a038fcf80..7a0868d7af3d 100644 --- a/devel/py-pytest-lazy-fixtures/distinfo +++ b/devel/py-pytest-lazy-fixtures/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495797 -SHA256 (pytest_lazy_fixtures-1.1.4.tar.gz) = c494b52d798890033d64b28687a4d52807c8b0f606d56316e139df0cbe116c57 -SIZE (pytest_lazy_fixtures-1.1.4.tar.gz) = 7426 +TIMESTAMP = 1752416422 +SHA256 (pytest_lazy_fixtures-1.2.0.tar.gz) = 2dd3327c8131049f65943f369463112d2ffcbebf663b323b6e6c4dae9a035fa4 +SIZE (pytest_lazy_fixtures-1.2.0.tar.gz) = 32602 diff --git a/devel/py-types-docutils/Makefile b/devel/py-types-docutils/Makefile index f87a9a9a4a44..d8786f68da20 100644 --- a/devel/py-types-docutils/Makefile +++ b/devel/py-types-docutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-docutils -PORTVERSION= 0.21.0.20250604 +PORTVERSION= 0.21.0.20250710 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-docutils/distinfo b/devel/py-types-docutils/distinfo index a5d476cdcfba..7078bf1e97a7 100644 --- a/devel/py-types-docutils/distinfo +++ b/devel/py-types-docutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813086 -SHA256 (types_docutils-0.21.0.20250604.tar.gz) = 5a9cc7f5a4c5ef694aa0abc61111e0b1376a53dee90d65757f77f31acfcca8f2 -SIZE (types_docutils-0.21.0.20250604.tar.gz) = 40953 +TIMESTAMP = 1752266138 +SHA256 (types_docutils-0.21.0.20250710.tar.gz) = 9561d834b3a6b0c99ebd62f956eb5a2ea7d9b7401ba0d97df3194865126431c4 +SIZE (types_docutils-0.21.0.20250710.tar.gz) = 42077 diff --git a/devel/py-types-docutils/files/patch-pyproject.toml b/devel/py-types-docutils/files/patch-pyproject.toml index a384bb7fbff9..1940151eab13 100644 --- a/devel/py-types-docutils/files/patch-pyproject.toml +++ b/devel/py-types-docutils/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-06-04 03:10:23 UTC +--- pyproject.toml.orig 2025-07-10 03:15:44 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,7 +8,7 @@ [project] name = "types-docutils" - version = "0.21.0.20250604" + version = "0.21.0.20250710" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } diff --git a/devel/py-typing-extensions/Makefile b/devel/py-typing-extensions/Makefile index 78c67b3e3056..629471c2e4c9 100644 --- a/devel/py-typing-extensions/Makefile +++ b/devel/py-typing-extensions/Makefile @@ -1,5 +1,5 @@ PORTNAME= typing-extensions -PORTVERSION= 4.14.0 +PORTVERSION= 4.14.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-typing-extensions/distinfo b/devel/py-typing-extensions/distinfo index f6f4dc117de7..00d25b4dea8a 100644 --- a/devel/py-typing-extensions/distinfo +++ b/devel/py-typing-extensions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813088 -SHA256 (typing_extensions-4.14.0.tar.gz) = 8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4 -SIZE (typing_extensions-4.14.0.tar.gz) = 107423 +TIMESTAMP = 1752266134 +SHA256 (typing_extensions-4.14.1.tar.gz) = 38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 +SIZE (typing_extensions-4.14.1.tar.gz) = 107673 diff --git a/devel/py-unittest-parallel/Makefile b/devel/py-unittest-parallel/Makefile index 7fad253f96df..635cfe46a1e6 100644 --- a/devel/py-unittest-parallel/Makefile +++ b/devel/py-unittest-parallel/Makefile @@ -1,5 +1,5 @@ PORTNAME= unittest-parallel -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-unittest-parallel/distinfo b/devel/py-unittest-parallel/distinfo index 9caf8c74d29f..0b7e350999e9 100644 --- a/devel/py-unittest-parallel/distinfo +++ b/devel/py-unittest-parallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375059 -SHA256 (unittest_parallel-1.7.3.tar.gz) = cc43c080a77f72a64b3c37cc18d64490bda33901309b49a0ee3197aeb2226d7f -SIZE (unittest_parallel-1.7.3.tar.gz) = 9685 +TIMESTAMP = 1752266140 +SHA256 (unittest_parallel-1.7.4.tar.gz) = 878f8e7b7d35111e2980a36ad7c84cbeeab421a76b2e045e544a6858e4e5300d +SIZE (unittest_parallel-1.7.4.tar.gz) = 9860 diff --git a/devel/py-uproot/Makefile b/devel/py-uproot/Makefile index 0c1a3dd0454c..432afbbb6817 100644 --- a/devel/py-uproot/Makefile +++ b/devel/py-uproot/Makefile @@ -1,5 +1,5 @@ PORTNAME= uproot -PORTVERSION= 5.6.2 +PORTVERSION= 5.6.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-uproot/distinfo b/devel/py-uproot/distinfo index 1d4115dd95e5..650bdb0a40a9 100644 --- a/devel/py-uproot/distinfo +++ b/devel/py-uproot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715438 -SHA256 (uproot-5.6.2.tar.gz) = 18f4d3fc0cccc7234297b9c809cf80ada8dff31cd8d4feba4bc4132c5312b511 -SIZE (uproot-5.6.2.tar.gz) = 961870 +TIMESTAMP = 1752266136 +SHA256 (uproot-5.6.3.tar.gz) = 47f2aefcdcae503c9a21900381ac42a7bc3274cd0c52cd0686700d282ad0f46b +SIZE (uproot-5.6.3.tar.gz) = 974350 diff --git a/devel/py-xarray/Makefile b/devel/py-xarray/Makefile index e9f7ac727f3b..8060b23873b5 100644 --- a/devel/py-xarray/Makefile +++ b/devel/py-xarray/Makefile @@ -1,5 +1,5 @@ PORTNAME= xarray -PORTVERSION= 2025.7.0 +PORTVERSION= 2025.7.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-xarray/distinfo b/devel/py-xarray/distinfo index 12a34539010f..4d8c5da8bd50 100644 --- a/devel/py-xarray/distinfo +++ b/devel/py-xarray/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622373 -SHA256 (xarray-2025.7.0.tar.gz) = fd83ac8d638e7caef9d7f0c82bcdf380cede29d2ff84575133b2b95164af78ee -SIZE (xarray-2025.7.0.tar.gz) = 3005754 +TIMESTAMP = 1752266142 +SHA256 (xarray-2025.7.1.tar.gz) = 2884bf5672b540fcc6ff8c20a3196bda0d78fbfb4d67398d60526e97c2faceef +SIZE (xarray-2025.7.1.tar.gz) = 3013717 diff --git a/devel/py-xsdata/Makefile b/devel/py-xsdata/Makefile index 4f454eb3fef4..302e264958bd 100644 --- a/devel/py-xsdata/Makefile +++ b/devel/py-xsdata/Makefile @@ -1,5 +1,5 @@ PORTNAME= xsdata -PORTVERSION= 25.4 +PORTVERSION= 25.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-xsdata/distinfo b/devel/py-xsdata/distinfo index 8fc0ac06cd7f..21363686d6fa 100644 --- a/devel/py-xsdata/distinfo +++ b/devel/py-xsdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178072 -SHA256 (xsdata-25.4.tar.gz) = eb3427e5d9e436b5408a9f6fdae3a7bc0c8b4edfbd22eb878acb29eb3685ed62 -SIZE (xsdata-25.4.tar.gz) = 345056 +TIMESTAMP = 1752266144 +SHA256 (xsdata-25.7.tar.gz) = 1291ef759f4663baadb86562be4c25ebfc0003ca0debae3042b0067663f0c548 +SIZE (xsdata-25.7.tar.gz) = 345469 diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index 32fed8b93c77..5b2a169b7df0 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-partitions -PORTVERSION= 1.1124.0 +PORTVERSION= 1.1126.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index 023b1bd29f51..ad4fc389d03d 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622379 -SHA256 (rubygem/aws-partitions-1.1124.0.gem) = 6abc53e3c1300cde99738b0dd4dff9d0847797eaace9815f2784597418822bd5 -SIZE (rubygem/aws-partitions-1.1124.0.gem) = 81408 +TIMESTAMP = 1752266188 +SHA256 (rubygem/aws-partitions-1.1126.0.gem) = bf033ae0104ebcd87cac24f44d13aacd2d8476b08a1bdec04a386f4d0f7d4cab +SIZE (rubygem/aws-partitions-1.1126.0.gem) = 81408 diff --git a/devel/rubygem-aws-sdk-connectcases/Makefile b/devel/rubygem-aws-sdk-connectcases/Makefile index 0399497f9dfa..3724b9075877 100644 --- a/devel/rubygem-aws-sdk-connectcases/Makefile +++ b/devel/rubygem-aws-sdk-connectcases/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectcases -PORTVERSION= 1.44.0 +PORTVERSION= 1.45.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectcases/distinfo b/devel/rubygem-aws-sdk-connectcases/distinfo index c4b6a7644961..357a90dd9ae9 100644 --- a/devel/rubygem-aws-sdk-connectcases/distinfo +++ b/devel/rubygem-aws-sdk-connectcases/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813330 -SHA256 (rubygem/aws-sdk-connectcases-1.44.0.gem) = 2e7a650c072d74679938aaae3d05cc9ef662acdec54d9cd9e517f3e673d30787 -SIZE (rubygem/aws-sdk-connectcases-1.44.0.gem) = 58880 +TIMESTAMP = 1752266190 +SHA256 (rubygem/aws-sdk-connectcases-1.45.0.gem) = 2d0b8414a7cf1a008702f195e28dadd09d44859a0a8b90bc1fef2faa1c51ca9f +SIZE (rubygem/aws-sdk-connectcases-1.45.0.gem) = 59904 diff --git a/devel/rubygem-aws-sdk-customerprofiles/Makefile b/devel/rubygem-aws-sdk-customerprofiles/Makefile index dae715171033..ba168a16e1a0 100644 --- a/devel/rubygem-aws-sdk-customerprofiles/Makefile +++ b/devel/rubygem-aws-sdk-customerprofiles/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-customerprofiles -PORTVERSION= 1.65.0 +PORTVERSION= 1.66.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-customerprofiles/distinfo b/devel/rubygem-aws-sdk-customerprofiles/distinfo index 771d1379b5a9..32925bf48e4d 100644 --- a/devel/rubygem-aws-sdk-customerprofiles/distinfo +++ b/devel/rubygem-aws-sdk-customerprofiles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954304 -SHA256 (rubygem/aws-sdk-customerprofiles-1.65.0.gem) = 3e8d0c301e3e7905350bacb32eeea1621f1920b0519301b6666633b9ddc560b9 -SIZE (rubygem/aws-sdk-customerprofiles-1.65.0.gem) = 128512 +TIMESTAMP = 1752266192 +SHA256 (rubygem/aws-sdk-customerprofiles-1.66.0.gem) = 2c23966a476ddb90908b5add6e881193560c61e860164e84d1028a221779d82c +SIZE (rubygem/aws-sdk-customerprofiles-1.66.0.gem) = 134144 diff --git a/devel/rubygem-aws-sdk-deadline/Makefile b/devel/rubygem-aws-sdk-deadline/Makefile index eee28abf1c57..13d2d6aa11be 100644 --- a/devel/rubygem-aws-sdk-deadline/Makefile +++ b/devel/rubygem-aws-sdk-deadline/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-deadline -PORTVERSION= 1.28.0 +PORTVERSION= 1.29.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-deadline/distinfo b/devel/rubygem-aws-sdk-deadline/distinfo index 58e6982ac22a..a63069f8d97b 100644 --- a/devel/rubygem-aws-sdk-deadline/distinfo +++ b/devel/rubygem-aws-sdk-deadline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208198 -SHA256 (rubygem/aws-sdk-deadline-1.28.0.gem) = f4d6620ae9def31b01b01b24d251b8bb5920ede532d43da44071a9544e85313c -SIZE (rubygem/aws-sdk-deadline-1.28.0.gem) = 137728 +TIMESTAMP = 1752266194 +SHA256 (rubygem/aws-sdk-deadline-1.29.0.gem) = aa3f8dd1e996452c568db37ef10e311ac00151a03b7db5a41ab311461acee838 +SIZE (rubygem/aws-sdk-deadline-1.29.0.gem) = 138752 diff --git a/devel/rubygem-aws-sdk-ec2/Makefile b/devel/rubygem-aws-sdk-ec2/Makefile index 0de122f1c93d..dbeeee580d0c 100644 --- a/devel/rubygem-aws-sdk-ec2/Makefile +++ b/devel/rubygem-aws-sdk-ec2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ec2 -PORTVERSION= 1.534.0 +PORTVERSION= 1.537.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ec2/distinfo b/devel/rubygem-aws-sdk-ec2/distinfo index 2356d20343a8..5c04d87fe029 100644 --- a/devel/rubygem-aws-sdk-ec2/distinfo +++ b/devel/rubygem-aws-sdk-ec2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622387 -SHA256 (rubygem/aws-sdk-ec2-1.534.0.gem) = e618511da9e1685ae08f8306d18a03a3625f70a5a602c53fc6d9149b349653fa -SIZE (rubygem/aws-sdk-ec2-1.534.0.gem) = 1456640 +TIMESTAMP = 1752266196 +SHA256 (rubygem/aws-sdk-ec2-1.537.0.gem) = c1a2ff90ea78954fcc6accbfd28845ceaa1745362ca6ab0cf881fde7a86e3da1 +SIZE (rubygem/aws-sdk-ec2-1.537.0.gem) = 1460224 diff --git a/devel/rubygem-aws-sdk-freetier/Makefile b/devel/rubygem-aws-sdk-freetier/Makefile index de4dc7e25e85..ef68b51f1f12 100644 --- a/devel/rubygem-aws-sdk-freetier/Makefile +++ b/devel/rubygem-aws-sdk-freetier/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-freetier -PORTVERSION= 1.22.0 +PORTVERSION= 1.23.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-aws-sdk-core>=3.225.0<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 USES= gem diff --git a/devel/rubygem-aws-sdk-freetier/distinfo b/devel/rubygem-aws-sdk-freetier/distinfo index 7ea81a71487a..49a83e8d0655 100644 --- a/devel/rubygem-aws-sdk-freetier/distinfo +++ b/devel/rubygem-aws-sdk-freetier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813446 -SHA256 (rubygem/aws-sdk-freetier-1.22.0.gem) = 609138ebbacc01f442cdfe15ddabf8b1a88fd575be100bae468e45a798877656 -SIZE (rubygem/aws-sdk-freetier-1.22.0.gem) = 23552 +TIMESTAMP = 1752266198 +SHA256 (rubygem/aws-sdk-freetier-1.23.0.gem) = 65f5a8b84458b8224bfd227e3acf06d0d84deaea1cc29b1e31c90a4de66a3990 +SIZE (rubygem/aws-sdk-freetier-1.23.0.gem) = 29184 diff --git a/devel/rubygem-aws-sdk-mediapackagev2/Makefile b/devel/rubygem-aws-sdk-mediapackagev2/Makefile index 44c58c822664..6ee79053852e 100644 --- a/devel/rubygem-aws-sdk-mediapackagev2/Makefile +++ b/devel/rubygem-aws-sdk-mediapackagev2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediapackagev2 -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediapackagev2/distinfo b/devel/rubygem-aws-sdk-mediapackagev2/distinfo index 3f63bd960c80..fa7684b5a690 100644 --- a/devel/rubygem-aws-sdk-mediapackagev2/distinfo +++ b/devel/rubygem-aws-sdk-mediapackagev2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813628 -SHA256 (rubygem/aws-sdk-mediapackagev2-1.41.0.gem) = 9b68c3b763f8e55a34a011dd9a5beb1e3f43d8d87d71eefd8baf9f52923ceac5 -SIZE (rubygem/aws-sdk-mediapackagev2-1.41.0.gem) = 76800 +TIMESTAMP = 1752266200 +SHA256 (rubygem/aws-sdk-mediapackagev2-1.42.0.gem) = 77dbe96fd5e7eb2ff5845a9f46eea09a04f4f8e6b1610efc719f2f53b58fc2a4 +SIZE (rubygem/aws-sdk-mediapackagev2-1.42.0.gem) = 81920 diff --git a/devel/rubygem-aws-sdk-opsworkscm/Makefile b/devel/rubygem-aws-sdk-opsworkscm/Makefile index 1fecdfde4ca8..2269ebaafba4 100644 --- a/devel/rubygem-aws-sdk-opsworkscm/Makefile +++ b/devel/rubygem-aws-sdk-opsworkscm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-opsworkscm -PORTVERSION= 1.84.0 +PORTVERSION= 1.85.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opsworkscm/distinfo b/devel/rubygem-aws-sdk-opsworkscm/distinfo index 63458472dc20..ddbffbda08ac 100644 --- a/devel/rubygem-aws-sdk-opsworkscm/distinfo +++ b/devel/rubygem-aws-sdk-opsworkscm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813690 -SHA256 (rubygem/aws-sdk-opsworkscm-1.84.0.gem) = bf1a01b1f3f814fc122f4ec62e5fac81577d7b15f2fca6b3c3739875b63ea25e -SIZE (rubygem/aws-sdk-opsworkscm-1.84.0.gem) = 50176 +TIMESTAMP = 1752266202 +SHA256 (rubygem/aws-sdk-opsworkscm-1.85.0.gem) = 1ef183528ef6b39d878d4daf4c49ed593e8dd2394adf54eaa8a482f9028ac755 +SIZE (rubygem/aws-sdk-opsworkscm-1.85.0.gem) = 49664 diff --git a/devel/rubygem-aws-sdk-route53/Makefile b/devel/rubygem-aws-sdk-route53/Makefile index 4ebc1c811fda..612d398f902f 100644 --- a/devel/rubygem-aws-sdk-route53/Makefile +++ b/devel/rubygem-aws-sdk-route53/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-route53 -PORTVERSION= 1.116.0 +PORTVERSION= 1.117.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-route53/distinfo b/devel/rubygem-aws-sdk-route53/distinfo index 3f044cfc2b20..60cf2241e791 100644 --- a/devel/rubygem-aws-sdk-route53/distinfo +++ b/devel/rubygem-aws-sdk-route53/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188210 -SHA256 (rubygem/aws-sdk-route53-1.116.0.gem) = 92c7df3fc3379c5e95763636cde9cf7472e50fe4a3b34fb5e70f59a2117aa3a2 -SIZE (rubygem/aws-sdk-route53-1.116.0.gem) = 143872 +TIMESTAMP = 1752266204 +SHA256 (rubygem/aws-sdk-route53-1.117.0.gem) = 59a93c2b1bd60cd9609d81a6301b0111d3c39ed47d93a9472dc8c33bfead78f4 +SIZE (rubygem/aws-sdk-route53-1.117.0.gem) = 143872 diff --git a/devel/rubygem-aws-sdk-s3/Makefile b/devel/rubygem-aws-sdk-s3/Makefile index 2501c437861b..d3cf82d328a3 100644 --- a/devel/rubygem-aws-sdk-s3/Makefile +++ b/devel/rubygem-aws-sdk-s3/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3 -PORTVERSION= 1.191.0 +PORTVERSION= 1.192.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3/distinfo b/devel/rubygem-aws-sdk-s3/distinfo index 9d8ba55092f6..2791c8458236 100644 --- a/devel/rubygem-aws-sdk-s3/distinfo +++ b/devel/rubygem-aws-sdk-s3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954366 -SHA256 (rubygem/aws-sdk-s3-1.191.0.gem) = 62b541dbaee2925cbc9d21d2003cd4270f778ddbdb7a7dd58a5343514004dfd3 -SIZE (rubygem/aws-sdk-s3-1.191.0.gem) = 512000 +TIMESTAMP = 1752266206 +SHA256 (rubygem/aws-sdk-s3-1.192.0.gem) = 0cd451b4119c9228cc97f6fb9a1e99cf77b827f3a15cf3ada760be12b3a620d0 +SIZE (rubygem/aws-sdk-s3-1.192.0.gem) = 513024 diff --git a/devel/rubygem-aws-sdk-s3control/Makefile b/devel/rubygem-aws-sdk-s3control/Makefile index 2fabcdf968a6..f1bbe1b97702 100644 --- a/devel/rubygem-aws-sdk-s3control/Makefile +++ b/devel/rubygem-aws-sdk-s3control/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3control -PORTVERSION= 1.111.0 +PORTVERSION= 1.112.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3control/distinfo b/devel/rubygem-aws-sdk-s3control/distinfo index 4f834d010c47..12eadf0f8d80 100644 --- a/devel/rubygem-aws-sdk-s3control/distinfo +++ b/devel/rubygem-aws-sdk-s3control/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954368 -SHA256 (rubygem/aws-sdk-s3control-1.111.0.gem) = 108697f38f328862ebc1fc8ab06c2359862603866f38eafa3dc22d3a9b74d98d -SIZE (rubygem/aws-sdk-s3control-1.111.0.gem) = 158208 +TIMESTAMP = 1752266208 +SHA256 (rubygem/aws-sdk-s3control-1.112.0.gem) = 8d98227e9eecefb293e32cfbed42584d7c2a17c354a7ff0dfb5c7f313392e725 +SIZE (rubygem/aws-sdk-s3control-1.112.0.gem) = 158720 diff --git a/devel/rubygem-aws-sdk-sagemaker/Makefile b/devel/rubygem-aws-sdk-sagemaker/Makefile index 54825891fcac..ab8f21ae1133 100644 --- a/devel/rubygem-aws-sdk-sagemaker/Makefile +++ b/devel/rubygem-aws-sdk-sagemaker/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemaker -PORTVERSION= 1.313.0 +PORTVERSION= 1.314.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemaker/distinfo b/devel/rubygem-aws-sdk-sagemaker/distinfo index 7c35cee9e581..d25b17ae8f01 100644 --- a/devel/rubygem-aws-sdk-sagemaker/distinfo +++ b/devel/rubygem-aws-sdk-sagemaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622395 -SHA256 (rubygem/aws-sdk-sagemaker-1.313.0.gem) = 28e71a86a99faf222c74103695e85da3bac25573ff32f973d01d658c2c98db07 -SIZE (rubygem/aws-sdk-sagemaker-1.313.0.gem) = 786944 +TIMESTAMP = 1752266210 +SHA256 (rubygem/aws-sdk-sagemaker-1.314.0.gem) = e2d530d50704b7ecf15ad1139977bea194fa02d77566abbe2d8b93dbd6ba73cb +SIZE (rubygem/aws-sdk-sagemaker-1.314.0.gem) = 791040 diff --git a/devel/rubygem-cucumber-messages/Makefile b/devel/rubygem-cucumber-messages/Makefile index 8068e1404511..db844e130d37 100644 --- a/devel/rubygem-cucumber-messages/Makefile +++ b/devel/rubygem-cucumber-messages/Makefile @@ -1,5 +1,5 @@ PORTNAME= cucumber-messages -PORTVERSION= 27.2.0 +PORTVERSION= 28.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-cucumber-messages/distinfo b/devel/rubygem-cucumber-messages/distinfo index 1f0806c6ad5f..33db3b9becb7 100644 --- a/devel/rubygem-cucumber-messages/distinfo +++ b/devel/rubygem-cucumber-messages/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070652 -SHA256 (rubygem/cucumber-messages-27.2.0.gem) = 46e2a1454620db3d0811ad990b9a96cd47bfdb5e2ad4f2ae0b41822332979fff -SIZE (rubygem/cucumber-messages-27.2.0.gem) = 21504 +TIMESTAMP = 1752266212 +SHA256 (rubygem/cucumber-messages-28.0.0.gem) = 52d7cc0bad9d8e502b4e557b0544eaaa16a6316ea41ade2c0e6ba1043c5d558c +SIZE (rubygem/cucumber-messages-28.0.0.gem) = 22016 diff --git a/devel/rubygem-cucumber-messages27/Makefile b/devel/rubygem-cucumber-messages27/Makefile new file mode 100644 index 000000000000..6aa53297ae0e --- /dev/null +++ b/devel/rubygem-cucumber-messages27/Makefile @@ -0,0 +1,20 @@ +PORTNAME= cucumber-messages +PORTVERSION= 27.2.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 27 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Protocol Buffer messages for Cucumber +WWW= https://github.com/cucumber/messages + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^27\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-cucumber-messages27/distinfo b/devel/rubygem-cucumber-messages27/distinfo new file mode 100644 index 000000000000..1f0806c6ad5f --- /dev/null +++ b/devel/rubygem-cucumber-messages27/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1742070652 +SHA256 (rubygem/cucumber-messages-27.2.0.gem) = 46e2a1454620db3d0811ad990b9a96cd47bfdb5e2ad4f2ae0b41822332979fff +SIZE (rubygem/cucumber-messages-27.2.0.gem) = 21504 diff --git a/devel/rubygem-cucumber-messages27/pkg-descr b/devel/rubygem-cucumber-messages27/pkg-descr new file mode 100644 index 000000000000..b5ae25cd6682 --- /dev/null +++ b/devel/rubygem-cucumber-messages27/pkg-descr @@ -0,0 +1,4 @@ +Cucumber Messages is a message protocol based on Protocol Buffers. It allows one +process to construct message objects and send them to another process. Protobuf +takes care of serialising those messages to a binary format, and deserialise +them on the other end. diff --git a/devel/rubygem-datadog-ci/Makefile b/devel/rubygem-datadog-ci/Makefile index 018a0b1c1182..721694e9a69d 100644 --- a/devel/rubygem-datadog-ci/Makefile +++ b/devel/rubygem-datadog-ci/Makefile @@ -1,5 +1,5 @@ PORTNAME= datadog-ci -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-datadog-ci/distinfo b/devel/rubygem-datadog-ci/distinfo index 3b244e8d966d..d456f3b3f850 100644 --- a/devel/rubygem-datadog-ci/distinfo +++ b/devel/rubygem-datadog-ci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188224 -SHA256 (rubygem/datadog-ci-1.19.0.gem) = fa62f0ef295c9e6224dbbb3245247b53ed7072c43e3cfe4562d55f04d8b5123f -SIZE (rubygem/datadog-ci-1.19.0.gem) = 115200 +TIMESTAMP = 1752266216 +SHA256 (rubygem/datadog-ci-1.20.2.gem) = 0774ce76173c0f321e0afb2965e4e97c32b4cbe6dd5b79e603e0b7f3ae3a860b +SIZE (rubygem/datadog-ci-1.20.2.gem) = 117760 diff --git a/devel/rubygem-datadog/Makefile b/devel/rubygem-datadog/Makefile index 9c70fbcef750..ccf5b939ffa6 100644 --- a/devel/rubygem-datadog/Makefile +++ b/devel/rubygem-datadog/Makefile @@ -1,5 +1,5 @@ PORTNAME= datadog -PORTVERSION= 2.17.0 +PORTVERSION= 2.18.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,7 +14,7 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD3 RUN_DEPENDS= rubygem-datadog-ruby_core_source>=3.4.1<4:devel/rubygem-datadog-ruby_core_source \ rubygem-libdatadog>=18.1.0.1.0<18.1.0.2:devel/rubygem-libdatadog \ - rubygem-libddwaf>=1.22.0.0.2<1.22.0.1:devel/rubygem-libddwaf \ + rubygem-libddwaf>=1.24.1.0.0<1.24.1.1:devel/rubygem-libddwaf \ rubygem-logger>=0:devel/rubygem-logger \ rubygem-msgpack>=0:devel/rubygem-msgpack diff --git a/devel/rubygem-datadog/distinfo b/devel/rubygem-datadog/distinfo index e461ec2d415f..5a0d839162af 100644 --- a/devel/rubygem-datadog/distinfo +++ b/devel/rubygem-datadog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813948 -SHA256 (rubygem/datadog-2.17.0.gem) = 871959b41cfa358ee461a0ce0b666e68ea21cde499d829126f5cff5ae04f927e -SIZE (rubygem/datadog-2.17.0.gem) = 671232 +TIMESTAMP = 1752266214 +SHA256 (rubygem/datadog-2.18.0.gem) = cb670e7f99fc3e2b54970b5a9d7c1be68cd2810581e67ee803cef9638f5488f5 +SIZE (rubygem/datadog-2.18.0.gem) = 676864 diff --git a/devel/rubygem-formatador/Makefile b/devel/rubygem-formatador/Makefile index a4511bdc54c6..251f199f8a02 100644 --- a/devel/rubygem-formatador/Makefile +++ b/devel/rubygem-formatador/Makefile @@ -1,5 +1,5 @@ PORTNAME= formatador -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-formatador/distinfo b/devel/rubygem-formatador/distinfo index f524965a0f2e..a6000d74c55f 100644 --- a/devel/rubygem-formatador/distinfo +++ b/devel/rubygem-formatador/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648249142 -SHA256 (rubygem/formatador-1.1.0.gem) = 54e23e2af4d60bb9327c7fac62b29968e4cf28cee0111f726d0bdeadc85e06d0 -SIZE (rubygem/formatador-1.1.0.gem) = 13824 +TIMESTAMP = 1752416432 +SHA256 (rubygem/formatador-1.1.1.gem) = cd0870fb00738204c98e9239f81fadc6f7966724d8037ba471684ed180fabbeb +SIZE (rubygem/formatador-1.1.1.gem) = 14336 diff --git a/devel/rubygem-google-apis-androidpublisher_v3/Makefile b/devel/rubygem-google-apis-androidpublisher_v3/Makefile index dc57a006aba9..1889bb8258d7 100644 --- a/devel/rubygem-google-apis-androidpublisher_v3/Makefile +++ b/devel/rubygem-google-apis-androidpublisher_v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-androidpublisher_v3 -PORTVERSION= 0.81.0 +PORTVERSION= 0.82.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-androidpublisher_v3/distinfo b/devel/rubygem-google-apis-androidpublisher_v3/distinfo index c1ad2a8215ce..d590c5a1b20d 100644 --- a/devel/rubygem-google-apis-androidpublisher_v3/distinfo +++ b/devel/rubygem-google-apis-androidpublisher_v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813954 -SHA256 (rubygem/google-apis-androidpublisher_v3-0.81.0.gem) = 84e3419702dec53193c48017fdf8cd994c56d5b0ddb0af4dd928b0af4d539dd8 -SIZE (rubygem/google-apis-androidpublisher_v3-0.81.0.gem) = 94208 +TIMESTAMP = 1752266218 +SHA256 (rubygem/google-apis-androidpublisher_v3-0.82.0.gem) = 4edc1d0a43f1c3ca47392a5745c2b1e7d0c7bbfdf0e6b16ff69dedfba00be257 +SIZE (rubygem/google-apis-androidpublisher_v3-0.82.0.gem) = 95744 diff --git a/devel/rubygem-google-apis-compute_v1/Makefile b/devel/rubygem-google-apis-compute_v1/Makefile index 4710cd5ff2bb..8bc043948dc0 100644 --- a/devel/rubygem-google-apis-compute_v1/Makefile +++ b/devel/rubygem-google-apis-compute_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-compute_v1 -PORTVERSION= 0.122.0 +PORTVERSION= 0.123.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-compute_v1/distinfo b/devel/rubygem-google-apis-compute_v1/distinfo index 822d34120b88..2efcc0f61310 100644 --- a/devel/rubygem-google-apis-compute_v1/distinfo +++ b/devel/rubygem-google-apis-compute_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188230 -SHA256 (rubygem/google-apis-compute_v1-0.122.0.gem) = d6787b0770eae8adb38c87b4e61c2be3ec1f0186eb777b10a757b13da08412f8 -SIZE (rubygem/google-apis-compute_v1-0.122.0.gem) = 509440 +TIMESTAMP = 1752266220 +SHA256 (rubygem/google-apis-compute_v1-0.123.0.gem) = a31651aa0efce0fe85f0b3fcc6c34f41194f11b866847ada5148f3c8b8f46453 +SIZE (rubygem/google-apis-compute_v1-0.123.0.gem) = 510976 diff --git a/devel/rubygem-google-apis-drive_v3/Makefile b/devel/rubygem-google-apis-drive_v3/Makefile index 9551094ae321..ddfb75bb74d0 100644 --- a/devel/rubygem-google-apis-drive_v3/Makefile +++ b/devel/rubygem-google-apis-drive_v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-drive_v3 -PORTVERSION= 0.66.0 +PORTVERSION= 0.67.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-drive_v3/distinfo b/devel/rubygem-google-apis-drive_v3/distinfo index 4045c87519b3..21b2d7b015c0 100644 --- a/devel/rubygem-google-apis-drive_v3/distinfo +++ b/devel/rubygem-google-apis-drive_v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716316 -SHA256 (rubygem/google-apis-drive_v3-0.66.0.gem) = 24118d1169ee274f975bda5813c2782a114f3f796e3421e95cc65fd3b42d6a82 -SIZE (rubygem/google-apis-drive_v3-0.66.0.gem) = 61440 +TIMESTAMP = 1752266222 +SHA256 (rubygem/google-apis-drive_v3-0.67.0.gem) = 2789282d9ce0f4397afd554e7bb4e53162f7e9becd1b3cad95be72a7b114f509 +SIZE (rubygem/google-apis-drive_v3-0.67.0.gem) = 61952 diff --git a/devel/rubygem-google-apis-iam_v1/Makefile b/devel/rubygem-google-apis-iam_v1/Makefile index 5159bd74b58a..108d670edbe8 100644 --- a/devel/rubygem-google-apis-iam_v1/Makefile +++ b/devel/rubygem-google-apis-iam_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-iam_v1 -PORTVERSION= 0.71.0 +PORTVERSION= 0.72.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-iam_v1/distinfo b/devel/rubygem-google-apis-iam_v1/distinfo index 4c652044a0f5..ee5d7a98dcbc 100644 --- a/devel/rubygem-google-apis-iam_v1/distinfo +++ b/devel/rubygem-google-apis-iam_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375133 -SHA256 (rubygem/google-apis-iam_v1-0.71.0.gem) = 08cf6999ef06e8af85387ce01ac14cef560f238d54bd4e4b7353084eb9b4da3f -SIZE (rubygem/google-apis-iam_v1-0.71.0.gem) = 65024 +TIMESTAMP = 1752266264 +SHA256 (rubygem/google-apis-iam_v1-0.72.0.gem) = 0358e4187bbf94676a83f3b72b01045e9d0ca0cdad7cf4f06d297044c8feb4d4 +SIZE (rubygem/google-apis-iam_v1-0.72.0.gem) = 64512 diff --git a/devel/rubygem-google-apis-storage_v1/Makefile b/devel/rubygem-google-apis-storage_v1/Makefile index 6c37001f974b..287bcaa2270c 100644 --- a/devel/rubygem-google-apis-storage_v1/Makefile +++ b/devel/rubygem-google-apis-storage_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-storage_v1 -PORTVERSION= 0.53.0 +PORTVERSION= 0.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-storage_v1/distinfo b/devel/rubygem-google-apis-storage_v1/distinfo index 454d25e0f168..3ae4520dfd5e 100644 --- a/devel/rubygem-google-apis-storage_v1/distinfo +++ b/devel/rubygem-google-apis-storage_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188232 -SHA256 (rubygem/google-apis-storage_v1-0.53.0.gem) = 96fb0b80d453c4d7ebfbdd68ae644d15300a520d2ef4858a54e5d1000bc92232 -SIZE (rubygem/google-apis-storage_v1-0.53.0.gem) = 53248 +TIMESTAMP = 1752266224 +SHA256 (rubygem/google-apis-storage_v1-0.54.0.gem) = aefe1c55a75039daa3feaf9e4c87b505a213fcc30a1753ab1aed05fffe6c3560 +SIZE (rubygem/google-apis-storage_v1-0.54.0.gem) = 53760 diff --git a/devel/rubygem-grape_logging/Makefile b/devel/rubygem-grape_logging/Makefile index 0f150fc02751..3851040bb53c 100644 --- a/devel/rubygem-grape_logging/Makefile +++ b/devel/rubygem-grape_logging/Makefile @@ -1,5 +1,5 @@ PORTNAME= grape_logging -PORTVERSION= 1.8.4 +PORTVERSION= 2.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-grape_logging/distinfo b/devel/rubygem-grape_logging/distinfo index 5059296a190b..ed945b36f008 100644 --- a/devel/rubygem-grape_logging/distinfo +++ b/devel/rubygem-grape_logging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598605220 -SHA256 (rubygem/grape_logging-1.8.4.gem) = efcc3e322dbd5d620a68f078733b7db043cf12680144cd03c982f14115c792d1 -SIZE (rubygem/grape_logging-1.8.4.gem) = 13312 +TIMESTAMP = 1752416428 +SHA256 (rubygem/grape_logging-2.1.1.gem) = 7fc347bad894d4496970651971db8bdee874b67bb30255394620d082fa0b51bb +SIZE (rubygem/grape_logging-2.1.1.gem) = 17408 diff --git a/devel/rubygem-grape_logging/files/patch-gemspec b/devel/rubygem-grape_logging/files/patch-gemspec new file mode 100644 index 000000000000..674bf580e862 --- /dev/null +++ b/devel/rubygem-grape_logging/files/patch-gemspec @@ -0,0 +1,11 @@ +--- grape_logging.gemspec.orig 2025-07-11 07:13:48 UTC ++++ grape_logging.gemspec +@@ -20,7 +20,7 @@ Gem::Specification.new do |s| + + s.specification_version = 4 + +- s.add_runtime_dependency(%q<grape>.freeze, ["< 2.4.0".freeze]) ++ s.add_runtime_dependency(%q<grape>.freeze, [">= 0".freeze]) + s.add_runtime_dependency(%q<rack>.freeze, [">= 0".freeze]) + s.add_development_dependency(%q<rake>.freeze, ["~> 13.3".freeze]) + s.add_development_dependency(%q<rspec>.freeze, ["~> 3.5".freeze]) diff --git a/devel/rubygem-io-event/Makefile b/devel/rubygem-io-event/Makefile index 210296847762..fa88cc906f2b 100644 --- a/devel/rubygem-io-event/Makefile +++ b/devel/rubygem-io-event/Makefile @@ -1,5 +1,5 @@ PORTNAME= io-event -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-io-event/distinfo b/devel/rubygem-io-event/distinfo index ab0171288982..6ff782bf6196 100644 --- a/devel/rubygem-io-event/distinfo +++ b/devel/rubygem-io-event/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188234 -SHA256 (rubygem/io-event-1.11.0.gem) = 7045581e68585253f6ff5588723c07813c8991f427b46ab4e00389b1078d60c4 -SIZE (rubygem/io-event-1.11.0.gem) = 48640 +TIMESTAMP = 1752266228 +SHA256 (rubygem/io-event-1.11.2.gem) = 4a640ac7d86d9f5fc0d4f47dd83eff82e9fe5818b0d910596b058ca1b34b96b9 +SIZE (rubygem/io-event-1.11.2.gem) = 49152 diff --git a/devel/rubygem-json-schema/Makefile b/devel/rubygem-json-schema/Makefile index 05f4ca86d78a..1548487d1789 100644 --- a/devel/rubygem-json-schema/Makefile +++ b/devel/rubygem-json-schema/Makefile @@ -1,5 +1,5 @@ PORTNAME= json-schema -PORTVERSION= 5.1.1 +PORTVERSION= 5.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-json-schema/distinfo b/devel/rubygem-json-schema/distinfo index 40b19d171a24..b46f34a19fca 100644 --- a/devel/rubygem-json-schema/distinfo +++ b/devel/rubygem-json-schema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733908043 -SHA256 (rubygem/json-schema-5.1.1.gem) = b3829ad9bcdfc5010d8a160c4c2bebb8fed8d05d22de65648f6ba646b071f9bf -SIZE (rubygem/json-schema-5.1.1.gem) = 32768 +TIMESTAMP = 1752266266 +SHA256 (rubygem/json-schema-5.2.1.gem) = 1ef39286c4771e7a71661d955fec9b66d1d1708547a0071c130af7c0a9264898 +SIZE (rubygem/json-schema-5.2.1.gem) = 33280 diff --git a/devel/rubygem-libddwaf/Makefile b/devel/rubygem-libddwaf/Makefile index 7ca6f4cf08b5..28f58245a463 100644 --- a/devel/rubygem-libddwaf/Makefile +++ b/devel/rubygem-libddwaf/Makefile @@ -1,5 +1,5 @@ PORTNAME= libddwaf -PORTVERSION= 1.22.0.0.2 +PORTVERSION= 1.24.1.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-libddwaf/distinfo b/devel/rubygem-libddwaf/distinfo index f1f819779f3e..56ee32d86271 100644 --- a/devel/rubygem-libddwaf/distinfo +++ b/devel/rubygem-libddwaf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936360 -SHA256 (rubygem/libddwaf-1.22.0.0.2.gem) = c4ccf484de31fb3433cccd24c5fde6050bb15482fc5a83b2554c685737fd9cbf -SIZE (rubygem/libddwaf-1.22.0.0.2.gem) = 25600 +TIMESTAMP = 1752266230 +SHA256 (rubygem/libddwaf-1.24.1.0.0.gem) = 1b933ba23313016c57270fbb006566c68149fba4b7ff01e2442798379c6b7037 +SIZE (rubygem/libddwaf-1.24.1.0.0.gem) = 26624 diff --git a/devel/rubygem-multi_json/Makefile b/devel/rubygem-multi_json/Makefile index 20099ce610b5..26f88e2986d7 100644 --- a/devel/rubygem-multi_json/Makefile +++ b/devel/rubygem-multi_json/Makefile @@ -1,11 +1,11 @@ PORTNAME= multi_json -PORTVERSION= 1.15.0 +PORTVERSION= 1.16.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby library provide swappable JSON backends -WWW= https://github.com/intridea/multi_json +WWW= https://github.com/sferik/multi_json LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/devel/rubygem-multi_json/distinfo b/devel/rubygem-multi_json/distinfo index 542ef97638e2..3a8bb4d21c30 100644 --- a/devel/rubygem-multi_json/distinfo +++ b/devel/rubygem-multi_json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594457480 -SHA256 (rubygem/multi_json-1.15.0.gem) = 1fd04138b6e4a90017e8d1b804c039031399866ff3fbabb7822aea367c78615d -SIZE (rubygem/multi_json-1.15.0.gem) = 22016 +TIMESTAMP = 1752266232 +SHA256 (rubygem/multi_json-1.16.0.gem) = 111f3120b69989829e7819321e3f626b943c04017cedf912b8fc7125fefa7636 +SIZE (rubygem/multi_json-1.16.0.gem) = 22016 diff --git a/devel/rubygem-pagy/Makefile b/devel/rubygem-pagy/Makefile index f6c92ad98835..7278ba40d6bb 100644 --- a/devel/rubygem-pagy/Makefile +++ b/devel/rubygem-pagy/Makefile @@ -1,5 +1,5 @@ PORTNAME= pagy -PORTVERSION= 9.3.4 +PORTVERSION= 9.3.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-pagy/distinfo b/devel/rubygem-pagy/distinfo index 1cf2e6975a57..d605c878156a 100644 --- a/devel/rubygem-pagy/distinfo +++ b/devel/rubygem-pagy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070700 -SHA256 (rubygem/pagy-9.3.4.gem) = b058e064bd02237e76d591e90fadc02c795426dd51f90d0c51089558bf3ab5f7 -SIZE (rubygem/pagy-9.3.4.gem) = 67072 +TIMESTAMP = 1752266234 +SHA256 (rubygem/pagy-9.3.5.gem) = 78a9513150b96f872c092ab1cd95bb818ea29b2c417a4302290bc9293f8f0fd7 +SIZE (rubygem/pagy-9.3.5.gem) = 67072 diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile index 70f938e99632..46b6d1e1586c 100644 --- a/devel/rubygem-rdoc/Makefile +++ b/devel/rubygem-rdoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= rdoc -PORTVERSION= 6.14.1 +PORTVERSION= 6.14.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-rdoc/distinfo b/devel/rubygem-rdoc/distinfo index 607bede80b0f..a71d9c3f74a3 100644 --- a/devel/rubygem-rdoc/distinfo +++ b/devel/rubygem-rdoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954482 -SHA256 (rubygem/rdoc-6.14.1.gem) = 905efa796cd296ef252af4fb31fe41c073dee894de6aad715821f335c632516b -SIZE (rubygem/rdoc-6.14.1.gem) = 671232 +TIMESTAMP = 1752266268 +SHA256 (rubygem/rdoc-6.14.2.gem) = 9fdd44df130f856ae70cc9a264dfd659b9b40de369b16581f4ab746e42439226 +SIZE (rubygem/rdoc-6.14.2.gem) = 671744 diff --git a/devel/rubygem-rubocop/Makefile b/devel/rubygem-rubocop/Makefile index 0a8c00894d99..a55e878f120e 100644 --- a/devel/rubygem-rubocop/Makefile +++ b/devel/rubygem-rubocop/Makefile @@ -1,5 +1,5 @@ PORTNAME= rubocop -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel ruby MASTER_SITES= RG diff --git a/devel/rubygem-rubocop/distinfo b/devel/rubygem-rubocop/distinfo index 4bddd9dc8e98..d8b76bd9ad3e 100644 --- a/devel/rubygem-rubocop/distinfo +++ b/devel/rubygem-rubocop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954406 -SHA256 (rubygem/rubocop-1.77.0.gem) = 1f360b4575ef7a124be27b0dfffa227a2b2d9420d22d4fd8bf179d702bcc88c0 -SIZE (rubygem/rubocop-1.77.0.gem) = 711680 +TIMESTAMP = 1752266236 +SHA256 (rubygem/rubocop-1.78.0.gem) = 8b74a6f912eb4fd3e6878851f7f7f45dcad8c7185c34250d4f952b0ee80d6bc0 +SIZE (rubygem/rubocop-1.78.0.gem) = 713216 diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile index 4408da0f18bd..1c58abbc254f 100644 --- a/devel/rubygem-sorbet-runtime/Makefile +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sorbet-runtime -PORTVERSION= 0.5.12216 +PORTVERSION= 0.5.12221 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo index 71f484d060a8..962fdefd2c05 100644 --- a/devel/rubygem-sorbet-runtime/distinfo +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622397 -SHA256 (rubygem/sorbet-runtime-0.5.12216.gem) = 14204827ca89ae70a00e6cc555c1e49ec8978b9d61211b020b15b2f0e80d1c91 -SIZE (rubygem/sorbet-runtime-0.5.12216.gem) = 89600 +TIMESTAMP = 1752266238 +SHA256 (rubygem/sorbet-runtime-0.5.12221.gem) = f8f3ec810f6820feeada5da7efe206b44a7b67b3aad5c4e4798865b4e3343e16 +SIZE (rubygem/sorbet-runtime-0.5.12221.gem) = 89600 diff --git a/devel/rubygem-sus/Makefile b/devel/rubygem-sus/Makefile index 265807e93ab3..6f717b056520 100644 --- a/devel/rubygem-sus/Makefile +++ b/devel/rubygem-sus/Makefile @@ -1,11 +1,12 @@ PORTNAME= sus -PORTVERSION= 0.32.0 +PORTVERSION= 0.33.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast and scalable test runner -WWW= https://github.com/socketry/sus +WWW= https://socketry.github.io/sus/ \ + https://github.com/socketry/sus LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.md diff --git a/devel/rubygem-sus/distinfo b/devel/rubygem-sus/distinfo index 41c841668eef..c213f6b80bd1 100644 --- a/devel/rubygem-sus/distinfo +++ b/devel/rubygem-sus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679774 -SHA256 (rubygem/sus-0.32.0.gem) = 8cf88397ed20e9030885ee44fc9f2486397eca04ab25faaea8c60bab90836097 -SIZE (rubygem/sus-0.32.0.gem) = 31232 +TIMESTAMP = 1752266240 +SHA256 (rubygem/sus-0.33.1.gem) = 12636c0a9ad7a48c8911a7f61cf5728338b8ba4fd00895365a65ed21b006b8d1 +SIZE (rubygem/sus-0.33.1.gem) = 36352 diff --git a/devel/rubygem-terrapin/Makefile b/devel/rubygem-terrapin/Makefile index 92447635194c..facc565b0f43 100644 --- a/devel/rubygem-terrapin/Makefile +++ b/devel/rubygem-terrapin/Makefile @@ -1,5 +1,5 @@ PORTNAME= terrapin -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-terrapin/distinfo b/devel/rubygem-terrapin/distinfo index 130b8638a4c4..c3e53ed7087b 100644 --- a/devel/rubygem-terrapin/distinfo +++ b/devel/rubygem-terrapin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289318 -SHA256 (rubygem/terrapin-1.1.0.gem) = 9d96901b43ca3f77f63c2d48dfef7b872309fa3ac9c4f1f2844455f10b5f75d6 -SIZE (rubygem/terrapin-1.1.0.gem) = 18432 +TIMESTAMP = 1752266242 +SHA256 (rubygem/terrapin-1.1.1.gem) = 9cae91045cffe5764b2c02ed10ddd847c580346ddd193870558e99891fd75329 +SIZE (rubygem/terrapin-1.1.1.gem) = 18432 diff --git a/devel/rubygem-test-unit/Makefile b/devel/rubygem-test-unit/Makefile index 309fdebc6ca8..1c608d1d33fd 100644 --- a/devel/rubygem-test-unit/Makefile +++ b/devel/rubygem-test-unit/Makefile @@ -1,5 +1,5 @@ PORTNAME= test-unit -PORTVERSION= 3.6.9 +PORTVERSION= 3.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-test-unit/distinfo b/devel/rubygem-test-unit/distinfo index 76536d7ac78c..6d4edb565298 100644 --- a/devel/rubygem-test-unit/distinfo +++ b/devel/rubygem-test-unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375135 -SHA256 (rubygem/test-unit-3.6.9.gem) = 2be6ae0354623702f004ae626c98337f5e17f2ecc0fc334a9e6fdbb2c7c534da -SIZE (rubygem/test-unit-3.6.9.gem) = 97792 +TIMESTAMP = 1752266270 +SHA256 (rubygem/test-unit-3.7.0.gem) = 2b5745498c848768e1774acb63e3806d3bb47e2943bd91cc9bf559b4c6d4faa1 +SIZE (rubygem/test-unit-3.7.0.gem) = 97792 diff --git a/devel/rubygem-tilt/Makefile b/devel/rubygem-tilt/Makefile index 201e18cd3868..14128e7c2df7 100644 --- a/devel/rubygem-tilt/Makefile +++ b/devel/rubygem-tilt/Makefile @@ -1,5 +1,5 @@ PORTNAME= tilt -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-tilt/distinfo b/devel/rubygem-tilt/distinfo index 449cf0bb7c58..97248f2b4186 100644 --- a/devel/rubygem-tilt/distinfo +++ b/devel/rubygem-tilt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738090282 -SHA256 (rubygem/tilt-2.6.0.gem) = 263d748466e0d83e510aa1a2e2281eff547937f0ef06be33d3632721e255f76b -SIZE (rubygem/tilt-2.6.0.gem) = 26624 +TIMESTAMP = 1752266272 +SHA256 (rubygem/tilt-2.6.1.gem) = 35a99bba2adf7c1e362f5b48f9b581cce4edfba98117e34696dde6d308d84770 +SIZE (rubygem/tilt-2.6.1.gem) = 26624 diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index 2150e5325970..a05c72e4e189 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -1,7 +1,6 @@ PORTNAME= sccache DISTVERSIONPREFIX= v -DISTVERSION= 0.8.2 -PORTREVISION= 6 +DISTVERSION= 0.10.0 PORTEPOCH= 1 CATEGORIES= devel @@ -27,20 +26,14 @@ OPTIONS_DEFAULT= DOCS PLIST_FILES= bin/sccache \ bin/sccache-dist -PORTDOCS= README.md docs/Architecture.md docs/Azure.md docs/Caching.md \ - docs/Configuration.md docs/Distributed.md \ - docs/DistributedFreeBSD.md docs/DistributedQuickstart.md \ - docs/GHA.md docs/Gcs.md docs/Jenkins.md docs/Local.md \ - docs/Memcached.md docs/Redis.md docs/Releasing.md \ - docs/ResponseFiles.md docs/Rust.md docs/S3.md docs/Webdav.md +PORTDOCS= * SUB_FILES= pkg-message CARGO_FEATURES= dist-client,dist-server do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/docs -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/${f} -.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/devel/sccache/Makefile.crates b/devel/sccache/Makefile.crates index a58b0ac9b39e..424b0990e6a5 100644 --- a/devel/sccache/Makefile.crates +++ b/devel/sccache/Makefile.crates @@ -11,15 +11,15 @@ CARGO_CRATES= addr2line-0.21.0 \ anstyle-wincon-3.0.2 \ anyhow-1.0.86 \ ar-0.9.0 \ - arc-swap-1.6.0 \ + arc-swap-1.7.1 \ arrayref-0.3.7 \ arrayvec-0.7.4 \ ascii-1.1.0 \ assert_cmd-2.0.13 \ - async-trait-0.1.80 \ + async-trait-0.1.83 \ atomic-waker-1.1.2 \ autocfg-1.1.0 \ - backon-0.4.4 \ + backon-1.2.0 \ backtrace-0.3.69 \ base64-0.13.1 \ base64-0.21.7 \ @@ -38,7 +38,7 @@ CARGO_CRATES= addr2line-0.21.0 \ byteorder-1.5.0 \ bytes-1.6.0 \ cbc-0.1.2 \ - cc-1.0.83 \ + cc-1.1.10 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ cfg_aliases-0.1.1 \ @@ -84,7 +84,6 @@ CARGO_CRATES= addr2line-0.21.0 \ error-chain-0.12.4 \ fastrand-2.0.1 \ filetime-0.2.23 \ - flagset-0.4.4 \ flate2-1.0.28 \ float-cmp-0.9.0 \ flume-0.10.14 \ @@ -104,13 +103,15 @@ CARGO_CRATES= addr2line-0.21.0 \ futures-util-0.3.30 \ generic-array-0.14.7 \ getrandom-0.2.11 \ + ghac-0.2.0 \ gimli-0.28.1 \ + gloo-timers-0.3.0 \ gzp-0.11.3 \ h2-0.3.26 \ h2-0.4.5 \ hashbrown-0.14.3 \ heck-0.4.1 \ - hermit-abi-0.3.3 \ + hermit-abi-0.3.9 \ hex-0.4.3 \ hmac-0.12.1 \ home-0.5.9 \ @@ -157,25 +158,25 @@ CARGO_CRATES= addr2line-0.21.0 \ mime-0.3.17 \ mime_guess-2.0.4 \ miniz_oxide-0.7.1 \ - mio-0.8.11 \ + mio-1.0.2 \ multipart-0.18.0 \ nanorand-0.7.0 \ native-tls-0.2.11 \ nix-0.14.1 \ nix-0.28.0 \ normalize-line-endings-0.3.0 \ - num-bigint-0.4.4 \ + num-bigint-0.4.6 \ num-bigint-dig-0.8.4 \ num-conv-0.1.0 \ - num-integer-0.1.45 \ + num-integer-0.1.46 \ num-iter-0.1.43 \ - num-traits-0.2.17 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ num_threads-0.1.6 \ number_prefix-0.4.0 \ object-0.32.2 \ once_cell-1.19.0 \ - opendal-0.48.0 \ + opendal-0.52.0 \ openssl-0.10.64 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ @@ -189,8 +190,8 @@ CARGO_CRATES= addr2line-0.21.0 \ pem-3.0.3 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.1 \ - pin-project-1.1.3 \ - pin-project-internal-1.1.3 \ + pin-project-1.1.7 \ + pin-project-internal-1.1.7 \ pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ pkcs1-0.7.5 \ @@ -203,6 +204,8 @@ CARGO_CRATES= addr2line-0.21.0 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ proc-macro2-1.0.75 \ + prost-0.13.5 \ + prost-derive-0.13.5 \ quick-error-1.2.3 \ quick-xml-0.35.0 \ quick-xml-0.36.1 \ @@ -213,13 +216,13 @@ CARGO_CRATES= addr2line-0.21.0 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ - redis-0.25.4 \ + redis-0.27.5 \ redox_syscall-0.4.1 \ redox_users-0.4.4 \ regex-1.10.3 \ regex-automata-0.4.5 \ regex-syntax-0.8.2 \ - reqsign-0.16.0 \ + reqsign-0.16.1 \ reqwest-0.11.23 \ reqwest-0.12.5 \ retry-2.0.0 \ @@ -232,7 +235,6 @@ CARGO_CRATES= addr2line-0.21.0 \ rustc-hash-2.0.0 \ rustc_version-0.4.0 \ rustix-0.38.34 \ - rustls-0.22.4 \ rustls-0.23.10 \ rustls-native-certs-0.7.0 \ rustls-pemfile-2.1.2 \ @@ -262,6 +264,7 @@ CARGO_CRATES= addr2line-0.21.0 \ sha1-0.10.6 \ sha1_smol-1.0.0 \ sha2-0.10.8 \ + shlex-1.3.0 \ signal-hook-registry-1.4.1 \ signature-2.2.0 \ simple_asn1-0.6.2 \ @@ -303,11 +306,10 @@ CARGO_CRATES= addr2line-0.21.0 \ tiny_http-0.12.0 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - tokio-1.37.0 \ - tokio-macros-2.2.0 \ + tokio-1.41.0 \ + tokio-macros-2.4.0 \ tokio-native-tls-0.3.1 \ - tokio-retry-0.3.0 \ - tokio-rustls-0.25.0 \ + tokio-retry2-0.5.6 \ tokio-rustls-0.26.0 \ tokio-serde-0.8.0 \ tokio-util-0.7.10 \ diff --git a/devel/sccache/distinfo b/devel/sccache/distinfo index 4754be3d703a..4fcfda94dec1 100644 --- a/devel/sccache/distinfo +++ b/devel/sccache/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1727522981 +TIMESTAMP = 1750306818 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -25,8 +25,8 @@ SHA256 (rust/crates/anyhow-1.0.86.crate) = b3d1d046238990b9cf5bcde22a3fb3584ee5c SIZE (rust/crates/anyhow-1.0.86.crate) = 46741 SHA256 (rust/crates/ar-0.9.0.crate) = d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69 SIZE (rust/crates/ar-0.9.0.crate) = 14636 -SHA256 (rust/crates/arc-swap-1.6.0.crate) = bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6 -SIZE (rust/crates/arc-swap-1.6.0.crate) = 67342 +SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 +SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/arrayref-0.3.7.crate) = 6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545 SIZE (rust/crates/arrayref-0.3.7.crate) = 9620 SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 @@ -35,14 +35,14 @@ SHA256 (rust/crates/ascii-1.1.0.crate) = d92bec98840b8f03a5ff5413de5293bfcd8bf96 SIZE (rust/crates/ascii-1.1.0.crate) = 36075 SHA256 (rust/crates/assert_cmd-2.0.13.crate) = 00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467 SIZE (rust/crates/assert_cmd-2.0.13.crate) = 23917 -SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca -SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 +SHA256 (rust/crates/async-trait-0.1.83.crate) = 721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd +SIZE (rust/crates/async-trait-0.1.83.crate) = 29054 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/backon-0.4.4.crate) = d67782c3f868daa71d3533538e98a8e13713231969def7536e8039606fc46bf0 -SIZE (rust/crates/backon-0.4.4.crate) = 25265 +SHA256 (rust/crates/backon-1.2.0.crate) = e4fa97bb310c33c811334143cf64c5bb2b7b3c06e453db6b095d7061eff8f113 +SIZE (rust/crates/backon-1.2.0.crate) = 15241 SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 @@ -79,8 +79,8 @@ SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f SIZE (rust/crates/bytes-1.6.0.crate) = 60605 SHA256 (rust/crates/cbc-0.1.2.crate) = 26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6 SIZE (rust/crates/cbc-0.1.2.crate) = 23501 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/cc-1.1.10.crate) = e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292 +SIZE (rust/crates/cc-1.1.10.crate) = 82159 SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd @@ -171,8 +171,6 @@ SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622 SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 SHA256 (rust/crates/filetime-0.2.23.crate) = 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd SIZE (rust/crates/filetime-0.2.23.crate) = 14942 -SHA256 (rust/crates/flagset-0.4.4.crate) = d52a7e408202050813e6f1d9addadcaafef3dca7530c7ddfb005d4081cce6779 -SIZE (rust/crates/flagset-0.4.4.crate) = 13347 SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e SIZE (rust/crates/flate2-1.0.28.crate) = 73690 SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 @@ -211,8 +209,12 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 +SHA256 (rust/crates/ghac-0.2.0.crate) = a10bd5b898cac1a4de4a882a754b2ccaafead449348cfb420b48cd5c00ffd08b +SIZE (rust/crates/ghac-0.2.0.crate) = 10450 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 +SHA256 (rust/crates/gloo-timers-0.3.0.crate) = bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994 +SIZE (rust/crates/gloo-timers-0.3.0.crate) = 5530 SHA256 (rust/crates/gzp-0.11.3.crate) = e7c65d1899521a11810501b50b898464d133e1afc96703cff57726964cfa7baf SIZE (rust/crates/gzp-0.11.3.crate) = 2048852 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 @@ -223,8 +225,8 @@ SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 -SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 -SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 +SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 +SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e @@ -317,8 +319,8 @@ SHA256 (rust/crates/mime_guess-2.0.4.crate) = 4192263c238a5f0d0c6bfd21f336a313a4 SIZE (rust/crates/mime_guess-2.0.4.crate) = 26399 SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 -SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c -SIZE (rust/crates/mio-0.8.11.crate) = 102983 +SHA256 (rust/crates/mio-1.0.2.crate) = 80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec +SIZE (rust/crates/mio-1.0.2.crate) = 102777 SHA256 (rust/crates/multipart-0.18.0.crate) = 00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182 SIZE (rust/crates/multipart-0.18.0.crate) = 62797 SHA256 (rust/crates/nanorand-0.7.0.crate) = 6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3 @@ -331,18 +333,18 @@ SHA256 (rust/crates/nix-0.28.0.crate) = ab2156c4fce2f8df6c499cc1c763e4394b748252 SIZE (rust/crates/nix-0.28.0.crate) = 311086 SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737 -SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 -SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 +SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 +SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151 SIZE (rust/crates/num-bigint-dig-0.8.4.crate) = 123825 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 -SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 -SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 +SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 SHA256 (rust/crates/num-iter-0.1.43.crate) = 7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252 SIZE (rust/crates/num-iter-0.1.43.crate) = 10655 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 @@ -353,8 +355,8 @@ SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdb SIZE (rust/crates/object-0.32.2.crate) = 286994 SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 -SHA256 (rust/crates/opendal-0.48.0.crate) = 615d41187deea0ea7fab5b48e9afef6ae8fc742fdcfa248846ee3d92ff71e986 -SIZE (rust/crates/opendal-0.48.0.crate) = 640667 +SHA256 (rust/crates/opendal-0.52.0.crate) = a55c840b5a6ad96106d6c0612fabb8f35a5ace826e0474fc55ebda33042b8d33 +SIZE (rust/crates/opendal-0.52.0.crate) = 770956 SHA256 (rust/crates/openssl-0.10.64.crate) = 95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f SIZE (rust/crates/openssl-0.10.64.crate) = 272306 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c @@ -381,10 +383,10 @@ SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460a SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pin-project-1.1.3.crate) = fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422 -SIZE (rust/crates/pin-project-1.1.3.crate) = 57740 -SHA256 (rust/crates/pin-project-internal-1.1.3.crate) = 4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405 -SIZE (rust/crates/pin-project-internal-1.1.3.crate) = 27824 +SHA256 (rust/crates/pin-project-1.1.7.crate) = be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95 +SIZE (rust/crates/pin-project-1.1.7.crate) = 55438 +SHA256 (rust/crates/pin-project-internal-1.1.7.crate) = 3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c +SIZE (rust/crates/pin-project-internal-1.1.7.crate) = 28549 SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -409,6 +411,10 @@ SHA256 (rust/crates/predicates-tree-1.0.9.crate) = 368ba315fb8c5052ab692e68a0eef SIZE (rust/crates/predicates-tree-1.0.9.crate) = 7960 SHA256 (rust/crates/proc-macro2-1.0.75.crate) = 907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708 SIZE (rust/crates/proc-macro2-1.0.75.crate) = 45621 +SHA256 (rust/crates/prost-0.13.5.crate) = 2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5 +SIZE (rust/crates/prost-0.13.5.crate) = 32469 +SHA256 (rust/crates/prost-derive-0.13.5.crate) = 8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d +SIZE (rust/crates/prost-derive-0.13.5.crate) = 20600 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 SHA256 (rust/crates/quick-xml-0.35.0.crate) = 86e446ed58cef1bbfe847bc2fda0e2e4ea9f0e57b90c507d4781292590d72a4e @@ -429,8 +435,8 @@ SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/redis-0.25.4.crate) = e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec -SIZE (rust/crates/redis-0.25.4.crate) = 222280 +SHA256 (rust/crates/redis-0.27.5.crate) = 81cccf17a692ce51b86564334614d72dcae1def0fd5ecebc9f02956da74352b5 +SIZE (rust/crates/redis-0.27.5.crate) = 265280 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 @@ -441,8 +447,8 @@ SHA256 (rust/crates/regex-automata-0.4.5.crate) = 5bb987efffd3c6d0d8f5f89510bb45 SIZE (rust/crates/regex-automata-0.4.5.crate) = 617406 SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/reqsign-0.16.0.crate) = 03dd4ba7c3901dd43e6b8c7446a760d45bc1ea4301002e1a6fa48f97c3a796fa -SIZE (rust/crates/reqsign-0.16.0.crate) = 70643 +SHA256 (rust/crates/reqsign-0.16.1.crate) = eb0075a66c8bfbf4cc8b70dca166e722e1f55a3ea9250ecbb85f4d92a5f64149 +SIZE (rust/crates/reqsign-0.16.1.crate) = 72011 SHA256 (rust/crates/reqwest-0.11.23.crate) = 37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41 SIZE (rust/crates/reqwest-0.11.23.crate) = 158448 SHA256 (rust/crates/reqwest-0.12.5.crate) = c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37 @@ -467,8 +473,6 @@ SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f SIZE (rust/crates/rustix-0.38.34.crate) = 365160 -SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 -SIZE (rust/crates/rustls-0.22.4.crate) = 333681 SHA256 (rust/crates/rustls-0.23.10.crate) = 05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402 SIZE (rust/crates/rustls-0.23.10.crate) = 424689 SHA256 (rust/crates/rustls-native-certs-0.7.0.crate) = 8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792 @@ -527,6 +531,8 @@ SHA256 (rust/crates/sha1_smol-1.0.0.crate) = ae1a47186c03a32177042e55dbc5fd5aee9 SIZE (rust/crates/sha1_smol-1.0.0.crate) = 9782 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de @@ -609,16 +615,14 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.37.0.crate) = 1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787 -SIZE (rust/crates/tokio-1.37.0.crate) = 764297 -SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b -SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 +SHA256 (rust/crates/tokio-1.41.0.crate) = 145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb +SIZE (rust/crates/tokio-1.41.0.crate) = 805168 +SHA256 (rust/crates/tokio-macros-2.4.0.crate) = 693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752 +SIZE (rust/crates/tokio-macros-2.4.0.crate) = 12501 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 -SHA256 (rust/crates/tokio-retry-0.3.0.crate) = 7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f -SIZE (rust/crates/tokio-retry-0.3.0.crate) = 6146 -SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f -SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 +SHA256 (rust/crates/tokio-retry2-0.5.6.crate) = 903934dba1c4c2f2e9cb460ef10b5695e0b0ecad3bf9ee7c8675e540c5e8b2d1 +SIZE (rust/crates/tokio-retry2-0.5.6.crate) = 14429 SHA256 (rust/crates/tokio-rustls-0.26.0.crate) = 0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4 SIZE (rust/crates/tokio-rustls-0.26.0.crate) = 34253 SHA256 (rust/crates/tokio-serde-0.8.0.crate) = 911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466 @@ -777,5 +781,5 @@ SHA256 (rust/crates/zstd-safe-7.1.0.crate) = 1cd99b45c6bc03a018c8b8a86025678c87e SIZE (rust/crates/zstd-safe-7.1.0.crate) = 20792 SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 -SHA256 (mozilla-sccache-v0.8.2_GH0.tar.gz) = 2b3e0ef8902fe7bcdcfccf393e29f4ccaafc0194cbb93681eaac238cdc9b94f8 -SIZE (mozilla-sccache-v0.8.2_GH0.tar.gz) = 358026 +SHA256 (mozilla-sccache-v0.10.0_GH0.tar.gz) = 2c9f82c43ce6a1b1d9b34f029ce6862bedc2f01deff45cde5dffc079deeba801 +SIZE (mozilla-sccache-v0.10.0_GH0.tar.gz) = 394106 diff --git a/devel/sccache/files/pkg-message.in b/devel/sccache/files/pkg-message.in index c9d6b5649ae0..81976febd82f 100644 --- a/devel/sccache/files/pkg-message.in +++ b/devel/sccache/files/pkg-message.in @@ -4,8 +4,8 @@ When using sccache as a build server (sccache-dist server), make sure to follow the instruction in: - %%DOCSDIR%%/docs/DistributedFreeBSD.md - + %%DOCSDIR%%/DistributedFreeBSD.md + EOM } ] diff --git a/devel/tree-sitter/Makefile b/devel/tree-sitter/Makefile index c44cf1d95a4e..adc07eea666d 100644 --- a/devel/tree-sitter/Makefile +++ b/devel/tree-sitter/Makefile @@ -1,6 +1,6 @@ PORTNAME= tree-sitter DISTVERSIONPREFIX= v -DISTVERSION= 0.25.7 +DISTVERSION= 0.25.8 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/tree-sitter/distinfo b/devel/tree-sitter/distinfo index 36c5b1e2fffc..4378a24efa58 100644 --- a/devel/tree-sitter/distinfo +++ b/devel/tree-sitter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752348522 -SHA256 (tree-sitter-tree-sitter-v0.25.7_GH0.tar.gz) = ef9d1afe8e81a508c28e529101f28ad38b785daf3acc0a2f707d00e8c4a498a8 -SIZE (tree-sitter-tree-sitter-v0.25.7_GH0.tar.gz) = 857417 +TIMESTAMP = 1752434812 +SHA256 (tree-sitter-tree-sitter-v0.25.8_GH0.tar.gz) = 178b575244d967f4920a4642408dc4edf6de96948d37d7f06e5b78acee9c0b4e +SIZE (tree-sitter-tree-sitter-v0.25.8_GH0.tar.gz) = 857462 diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 057a4df5334f..b0e7864439c4 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -1,5 +1,5 @@ PORTNAME= Net-DNS -PORTVERSION= 1.50 +PORTVERSION= 1.51 PORTEPOCH= 1 CATEGORIES= dns net perl5 MASTER_SITES= CPAN diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 450a103c1e87..e34c21251171 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836076 -SHA256 (Net-DNS-1.50.tar.gz) = c660500b9d96e5aa2b16d9f4260b6f9f05b5602d3c4bea0ca39b45bcd02ba993 -SIZE (Net-DNS-1.50.tar.gz) = 263266 +TIMESTAMP = 1752266040 +SHA256 (Net-DNS-1.51.tar.gz) = 40eec0b2866c67b86505a1c79cbb4b131c98c0bb59f305aa48959c89093d4503 +SIZE (Net-DNS-1.51.tar.gz) = 265193 diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile index c6000ee89a75..d519491d6836 100644 --- a/dns/pear-Net_DNS2/Makefile +++ b/dns/pear-Net_DNS2/Makefile @@ -1,5 +1,5 @@ PORTNAME= Net_DNS2 -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 DISTVERSIONPREFIX= v CATEGORIES= dns net pear diff --git a/dns/pear-Net_DNS2/distinfo b/dns/pear-Net_DNS2/distinfo index aaa38efa3ddd..e2d521db5209 100644 --- a/dns/pear-Net_DNS2/distinfo +++ b/dns/pear-Net_DNS2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188046 -SHA256 (mikepultz-netdns2-v2.0.1_GH0.tar.gz) = 68c945769eecf19ce04527827cd20839b2f593d2112866feaebcecb05f80fbf4 -SIZE (mikepultz-netdns2-v2.0.1_GH0.tar.gz) = 98619 +TIMESTAMP = 1752266050 +SHA256 (mikepultz-netdns2-v2.0.2_GH0.tar.gz) = c65ccd28613e63634474618b3cfc826aefff3af2973332c95c892f9e8fada64f +SIZE (mikepultz-netdns2-v2.0.2_GH0.tar.gz) = 100600 diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index eb6e05a50321..5d8b099d629a 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,5 +1,5 @@ PORTNAME= publicsuffixlist -PORTVERSION= 1.0.2.20250627 +PORTVERSION= 1.0.2.20250710 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo index d958757cfc28..371b27f413ae 100644 --- a/dns/py-publicsuffixlist/distinfo +++ b/dns/py-publicsuffixlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208168 -SHA256 (publicsuffixlist-1.0.2.20250627.tar.gz) = 0302e18d3a2338430be2f53fc66bfdf4cdd38ed6172405f501c8c266ebb9f03b -SIZE (publicsuffixlist-1.0.2.20250627.tar.gz) = 105569 +TIMESTAMP = 1752266146 +SHA256 (publicsuffixlist-1.0.2.20250710.tar.gz) = dcf92f627ca6ed619c221e09f3114251b641e42d5f9a290ad0975d9df62acd55 +SIZE (publicsuffixlist-1.0.2.20250710.tar.gz) = 105576 diff --git a/dns/rubygem-resolv/Makefile b/dns/rubygem-resolv/Makefile index 3c859b425ed2..23b46bd2f0be 100644 --- a/dns/rubygem-resolv/Makefile +++ b/dns/rubygem-resolv/Makefile @@ -1,5 +1,5 @@ PORTNAME= resolv -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-resolv/distinfo b/dns/rubygem-resolv/distinfo index a300f75a67ac..889ad81078c3 100644 --- a/dns/rubygem-resolv/distinfo +++ b/dns/rubygem-resolv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954414 -SHA256 (rubygem/resolv-0.6.1.gem) = 8191fe6996d69a78aa5288f30a4eeff095c22f35b51e25da6f8d1e164c3c2f39 -SIZE (rubygem/resolv-0.6.1.gem) = 30720 +TIMESTAMP = 1752266244 +SHA256 (rubygem/resolv-0.6.2.gem) = 61efe545cedddeb1b14f77e51f85c85ca66af5098fdbf567fadf32c34590fb14 +SIZE (rubygem/resolv-0.6.2.gem) = 30720 diff --git a/dns/tldx/Makefile b/dns/tldx/Makefile index bd896dfc7453..f9359344c323 100644 --- a/dns/tldx/Makefile +++ b/dns/tldx/Makefile @@ -1,6 +1,6 @@ PORTNAME= tldx DISTVERSIONPREFIX= v -DISTVERSION= 1.2.4 +DISTVERSION= 1.2.5 CATEGORIES= dns MAINTAINER= nxjoseph@protonmail.com @@ -10,7 +10,7 @@ WWW= https://github.com/brandonyoungdev/tldx LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules GO_MODULE= github.com/brandonyoungdev/tldx GO_BUILDFLAGS+= -ldflags="-s -w -X github.com/brandonyoungdev/tldx/cmd.Version=${DISTVERSIONFULL}" diff --git a/dns/tldx/distinfo b/dns/tldx/distinfo index cda71d91e14a..8f5ff89ec06d 100644 --- a/dns/tldx/distinfo +++ b/dns/tldx/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750623987 -SHA256 (go/dns_tldx/tldx-v1.2.4/v1.2.4.mod) = d7cf1cc97c791779e7a4ba19bd81f7225f5728678db5b5febec8c89fb85003ee -SIZE (go/dns_tldx/tldx-v1.2.4/v1.2.4.mod) = 1377 -SHA256 (go/dns_tldx/tldx-v1.2.4/v1.2.4.zip) = 2cacc5a744b414e660fd74d374a2a0c6b04784eed24bf1398428e1968faa942a -SIZE (go/dns_tldx/tldx-v1.2.4/v1.2.4.zip) = 6350620 +TIMESTAMP = 1752260549 +SHA256 (go/dns_tldx/tldx-v1.2.5/v1.2.5.mod) = 7071a3e2fad4857a203bc9de4cc1ef89cc94f98ab86fd7f41257c31c3a5a94f7 +SIZE (go/dns_tldx/tldx-v1.2.5/v1.2.5.mod) = 1547 +SHA256 (go/dns_tldx/tldx-v1.2.5/v1.2.5.zip) = 4bdcc0696b1cd410bba173853f36659849e9125fa41e42981b2325df6704ba31 +SIZE (go/dns_tldx/tldx-v1.2.5/v1.2.5.zip) = 6356103 diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 71f1a26ad21e..e7387e9b3cde 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.101.2 -PORTREVISION= 4 +DISTVERSION= 1.102.0 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -69,7 +68,7 @@ USES= desktop-file-utils gl gmake gnome gssapi:mit iconv:wchar_t \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= 2901c5ac6db8a986a5666c3af51ff804d05af0d4 +SOURCE_COMMIT_HASH= cb0c47c0cfaad0757385834bd89d410c78a856c0 BINARY_ALIAS= python=${PYTHON_CMD} @@ -210,17 +209,6 @@ do-build: @${MKDIR} ${WRKDIR}/.cache/electron/${ELECTRON_DOWNLOAD_URL_HASH} @cd ${LOCALBASE}/share/electron${ELECTRON_VER_MAJOR} && \ zip -q -r ${WRKDIR}/.cache/electron/${ELECTRON_DOWNLOAD_URL_HASH}/electron-v${ELECTRON_VER}-linux-${ELECTRON_ARCH}.zip . - @cd ${WRKDIR}/.cache/electron/${ELECTRON_DOWNLOAD_URL_HASH} && \ - ${SHA256} -r *-v${ELECTRON_VER}-linux-*.zip | \ - ${SED} -e 's/ / */' > SHASUMS256.txt -# add newline character at the end of the file if not already - @${AWK} '1' ${WRKSRC}/build/checksums/electron.txt > \ - ${WRKSRC}/build/checksums/electron.txt.new - @${MV} -f ${WRKSRC}/build/checksums/electron.txt.new \ - ${WRKSRC}/build/checksums/electron.txt - @cd ${WRKDIR}/.cache/electron/${ELECTRON_DOWNLOAD_URL_HASH} && \ - ${SHA256} -r *-v${ELECTRON_VER}-linux-*.zip | \ - ${SED} -e 's/ / */' >> ${WRKSRC}/build/checksums/electron.txt # remove backup files so that they are not included in the package @${FIND} ${WRKSRC} -type f \( -name '*.orig' -o -name '*~' \) -delete # build and package vscode diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index c39714bbf8fa..c70fcb967393 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1750968241 -SHA256 (vscode/vscode-node-modules-1.101.2.tar.gz) = 84aab8d4b3f220ea94c9533c33be10fb66c518cdb2e0b643f563319cc4d39533 -SIZE (vscode/vscode-node-modules-1.101.2.tar.gz) = 395151117 -SHA256 (vscode/vscode-marketplace-exts-1.101.2.tar.gz) = 49e723dbfff85988adbb55815b0bcf5632449d3bb16a4a578b7caf9f4d468c26 -SIZE (vscode/vscode-marketplace-exts-1.101.2.tar.gz) = 1714638 -SHA256 (vscode/microsoft-vscode-1.101.2_GH0.tar.gz) = d65d04e68ae04a372b1c6b13d0e8a72e2c919e491d4c3b2dcf997b22fc25a509 -SIZE (vscode/microsoft-vscode-1.101.2_GH0.tar.gz) = 22853707 +TIMESTAMP = 1752295250 +SHA256 (vscode/vscode-node-modules-1.102.0.tar.gz) = b20409a7872c142ca0b54bd02385c9bfd7cce3e6c9379b05302e5074f2209575 +SIZE (vscode/vscode-node-modules-1.102.0.tar.gz) = 394103842 +SHA256 (vscode/vscode-marketplace-exts-1.102.0.tar.gz) = 4f6a3d2f11e1e41960d16fe1b732bd6328194302088e6fbe02892fcc24bcae92 +SIZE (vscode/vscode-marketplace-exts-1.102.0.tar.gz) = 1709494 +SHA256 (vscode/microsoft-vscode-1.102.0_GH0.tar.gz) = 2d48c358a22d12c2bc024673d08300b3dd45c6859f8a3e4d16480100b16a0a31 +SIZE (vscode/microsoft-vscode-1.102.0_GH0.tar.gz) = 22977577 diff --git a/editors/vscode/files/patch-build_lib_layersChecker.ts b/editors/vscode/files/patch-build_checker_layersChecker.ts index 5f572328ac0a..96e2a0540fc3 100644 --- a/editors/vscode/files/patch-build_lib_layersChecker.ts +++ b/editors/vscode/files/patch-build_checker_layersChecker.ts @@ -1,6 +1,6 @@ ---- build/lib/layersChecker.ts.orig 2025-06-11 13:47:56 UTC -+++ build/lib/layersChecker.ts -@@ -363,7 +363,7 @@ function createProgram(tsconfigPath: string): ts.Progr +--- build/checker/layersChecker.ts.orig 2025-07-12 04:56:20 UTC ++++ build/checker/layersChecker.ts +@@ -136,7 +136,7 @@ function createProgram(tsconfigPath: string): ts.Progr function createProgram(tsconfigPath: string): ts.Program { const tsConfig = ts.readConfigFile(tsconfigPath, ts.sys.readFile); diff --git a/editors/vscode/files/patch-build_lib_electron.ts b/editors/vscode/files/patch-build_lib_electron.ts new file mode 100644 index 000000000000..c89cd63f67f6 --- /dev/null +++ b/editors/vscode/files/patch-build_lib_electron.ts @@ -0,0 +1,13 @@ +--- build/lib/electron.ts.orig 2025-07-09 22:00:36 UTC ++++ build/lib/electron.ts +@@ -199,8 +199,9 @@ export const config = { + winIcon: 'resources/win32/code.ico', + token: process.env['GITHUB_TOKEN'], + repo: product.electronRepository || undefined, +- validateChecksum: true, ++ validateChecksum: false, + checksumFile: path.join(root, 'build', 'checksums', 'electron.txt'), ++ unsafelyDisableChecksums: true, + }; + + function getElectron(arch: string): () => NodeJS.ReadWriteStream { diff --git a/editors/vscode/files/patch-node__modules__at_vscode_gulp-electron_src_download.js b/editors/vscode/files/patch-node__modules__at_vscode_gulp-electron_src_download.js new file mode 100644 index 000000000000..dc29d0c61156 --- /dev/null +++ b/editors/vscode/files/patch-node__modules__at_vscode_gulp-electron_src_download.js @@ -0,0 +1,10 @@ +--- node_modules/@vscode/gulp-electron/src/download.js.orig 2025-07-12 11:54:58 UTC ++++ node_modules/@vscode/gulp-electron/src/download.js +@@ -103,6 +103,7 @@ async function download(opts) { + artifactName: opts.artifactName, + artifactSuffix: opts.artifactSuffix, + token: opts.token, ++ unsafelyDisableChecksums: opts.unsafelyDisableChecksums, + downloadOptions: { + getProgressCallback: (progress) => { + if (bar) bar.update(progress.percent); diff --git a/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts b/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts index 7f52910c6fbe..efeed8cb2bfd 100644 --- a/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts +++ b/editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts @@ -1,6 +1,6 @@ ---- src/vs/workbench/services/actions/common/menusExtensionPoint.ts.orig 2025-06-11 13:47:56 UTC +--- src/vs/workbench/services/actions/common/menusExtensionPoint.ts.orig 2025-07-09 22:00:36 UTC +++ src/vs/workbench/services/actions/common/menusExtensionPoint.ts -@@ -1153,7 +1153,10 @@ class CommandsTableRenderer extends Disposable impleme +@@ -1174,7 +1174,10 @@ class CommandsTableRenderer extends Disposable impleme switch (platform) { case 'win32': key = rawKeyBinding.win; break; diff --git a/editors/vscode/files/patch-test_smoke_src_areas_terminal_terminal.test.ts b/editors/vscode/files/patch-test_smoke_src_areas_terminal_terminal.test.ts index 806c996a9a00..82233b967353 100644 --- a/editors/vscode/files/patch-test_smoke_src_areas_terminal_terminal.test.ts +++ b/editors/vscode/files/patch-test_smoke_src_areas_terminal_terminal.test.ts @@ -1,4 +1,4 @@ ---- test/smoke/src/areas/terminal/terminal.test.ts.orig 2025-04-11 12:34:55 UTC +--- test/smoke/src/areas/terminal/terminal.test.ts.orig 2025-07-09 22:00:36 UTC +++ test/smoke/src/areas/terminal/terminal.test.ts @@ -39,15 +39,15 @@ export function setup(logger: Logger) { // https://github.com/microsoft/vscode/issues/216564 @@ -10,14 +10,13 @@ - setupTerminalProfileTests({ skipSuite: process.platform === 'linux' }); - setupTerminalTabsTests({ skipSuite: process.platform === 'linux' }); - setupTerminalShellIntegrationTests({ skipSuite: process.platform === 'linux' }); -- setupTerminalStickyScrollTests({ skipSuite: process.platform === 'linux' }); + setupTerminalEditorsTests({ skipSuite: (process.platform === 'linux' || process.platform === 'freebsd') }); + setupTerminalInputTests({ skipSuite: (process.platform === 'linux' || process.platform === 'freebsd') }); + setupTerminalPersistenceTests({ skipSuite: (process.platform === 'linux' || process.platform === 'freebsd') }); + setupTerminalProfileTests({ skipSuite: (process.platform === 'linux' || process.platform === 'freebsd') }); + setupTerminalTabsTests({ skipSuite: (process.platform === 'linux' || process.platform === 'freebsd') }); + setupTerminalShellIntegrationTests({ skipSuite: (process.platform === 'linux' || process.platform === 'freebsd') }); -+ setupTerminalStickyScrollTests({ skipSuite: (process.platform === 'linux' || process.platform === 'freebsd') }); + setupTerminalStickyScrollTests({ skipSuite: true }); // https://github.com/microsoft/vscode/pull/141974 // Windows is skipped here as well as it was never enabled from the start - setupTerminalSplitCwdTests({ skipSuite: process.platform === 'linux' || process.platform === 'win32' }); diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index dfc2df095ca2..c0283641539b 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -205,6 +205,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/github-authentication/dist/extension.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/github-authentication/images/icon.png %%DATADIR%%/resources/app/extensions/github-authentication/media/auth.css +%%DATADIR%%/resources/app/extensions/github-authentication/media/code-icon.svg %%DATADIR%%/resources/app/extensions/github-authentication/media/favicon.ico %%DATADIR%%/resources/app/extensions/github-authentication/media/icon.png %%DATADIR%%/resources/app/extensions/github-authentication/media/index.html @@ -693,9 +694,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/prompt-basics/language-configuration.json %%DATADIR%%/resources/app/extensions/prompt-basics/package.json %%DATADIR%%/resources/app/extensions/prompt-basics/package.nls.json -%%DATADIR%%/resources/app/extensions/prompt-basics/snippets/chatmode.code-snippets -%%DATADIR%%/resources/app/extensions/prompt-basics/snippets/instructions.code-snippets -%%DATADIR%%/resources/app/extensions/prompt-basics/snippets/prompt.code-snippets %%DATADIR%%/resources/app/extensions/prompt-basics/syntaxes/prompt.tmLanguage.json %%DATADIR%%/resources/app/extensions/pug/language-configuration.json %%DATADIR%%/resources/app/extensions/pug/package.json @@ -1230,6 +1228,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/buffer/LICENSE %%DATADIR%%/resources/app/node_modules/buffer/index.js %%DATADIR%%/resources/app/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/bundle-name/index.js +%%DATADIR%%/resources/app/node_modules/bundle-name/license +%%DATADIR%%/resources/app/node_modules/bundle-name/package.json %%DATADIR%%/resources/app/node_modules/chownr/LICENSE %%DATADIR%%/resources/app/node_modules/chownr/chownr.js %%DATADIR%%/resources/app/node_modules/chownr/package.json @@ -1282,6 +1283,13 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/deep-extend/index.js %%DATADIR%%/resources/app/node_modules/deep-extend/lib/deep-extend.js %%DATADIR%%/resources/app/node_modules/deep-extend/package.json +%%DATADIR%%/resources/app/node_modules/default-browser-id/index.js +%%DATADIR%%/resources/app/node_modules/default-browser-id/license +%%DATADIR%%/resources/app/node_modules/default-browser-id/package.json +%%DATADIR%%/resources/app/node_modules/default-browser/index.js +%%DATADIR%%/resources/app/node_modules/default-browser/license +%%DATADIR%%/resources/app/node_modules/default-browser/package.json +%%DATADIR%%/resources/app/node_modules/default-browser/windows.js %%DATADIR%%/resources/app/node_modules/define-lazy-prop/index.js %%DATADIR%%/resources/app/node_modules/define-lazy-prop/license %%DATADIR%%/resources/app/node_modules/define-lazy-prop/package.json @@ -1454,6 +1462,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/is-glob/LICENSE %%DATADIR%%/resources/app/node_modules/is-glob/index.js %%DATADIR%%/resources/app/node_modules/is-glob/package.json +%%DATADIR%%/resources/app/node_modules/is-inside-container/cli.js +%%DATADIR%%/resources/app/node_modules/is-inside-container/index.js +%%DATADIR%%/resources/app/node_modules/is-inside-container/license +%%DATADIR%%/resources/app/node_modules/is-inside-container/package.json %%DATADIR%%/resources/app/node_modules/is-number/LICENSE %%DATADIR%%/resources/app/node_modules/is-number/index.js %%DATADIR%%/resources/app/node_modules/is-number/package.json @@ -1683,6 +1695,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/readable-stream/package.json %%DATADIR%%/resources/app/node_modules/readable-stream/readable-browser.js %%DATADIR%%/resources/app/node_modules/readable-stream/readable.js +%%DATADIR%%/resources/app/node_modules/run-applescript/index.js +%%DATADIR%%/resources/app/node_modules/run-applescript/license +%%DATADIR%%/resources/app/node_modules/run-applescript/package.json %%DATADIR%%/resources/app/node_modules/safe-buffer/LICENSE %%DATADIR%%/resources/app/node_modules/safe-buffer/index.js %%DATADIR%%/resources/app/node_modules/safe-buffer/package.json @@ -2047,6 +2062,8 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/media/code-icon.svg %%DATADIR%%/resources/app/out/media/codicon.ttf %%DATADIR%%/resources/app/out/media/github.svg +%%DATADIR%%/resources/app/out/media/google-mono-dark.svg +%%DATADIR%%/resources/app/out/media/google-mono-light.svg %%DATADIR%%/resources/app/out/media/google.svg %%DATADIR%%/resources/app/out/media/letterpress-dark.svg %%DATADIR%%/resources/app/out/media/letterpress-hcDark.svg @@ -2061,10 +2078,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/base/node/cpuUsage.sh %%DATADIR%%/resources/app/out/vs/base/node/ps.sh %%DATADIR%%/resources/app/out/vs/base/node/terminateProcess.sh -%%DATADIR%%/resources/app/out/vs/base/parts/sandbox/electron-sandbox/preload-aux.js -%%DATADIR%%/resources/app/out/vs/base/parts/sandbox/electron-sandbox/preload.js -%%DATADIR%%/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html -%%DATADIR%%/resources/app/out/vs/code/electron-sandbox/workbench/workbench.js +%%DATADIR%%/resources/app/out/vs/base/parts/sandbox/electron-browser/preload-aux.js +%%DATADIR%%/resources/app/out/vs/base/parts/sandbox/electron-browser/preload.js +%%DATADIR%%/resources/app/out/vs/code/electron-browser/workbench/workbench.html +%%DATADIR%%/resources/app/out/vs/code/electron-browser/workbench/workbench.js %%DATADIR%%/resources/app/out/vs/code/electron-utility/sharedProcess/sharedProcessMain.js %%DATADIR%%/resources/app/out/vs/code/node/cliProcessMain.js %%DATADIR%%/resources/app/out/vs/editor/common/languages/highlights/css.scm @@ -2105,7 +2122,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/voiceRecordingStopped.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/warning.mp3 %%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/watcherMain.js -%%DATADIR%%/resources/app/out/vs/platform/profiling/electron-sandbox/profileAnalysisWorkerMain.js +%%DATADIR%%/resources/app/out/vs/platform/profiling/electron-browser/profileAnalysisWorkerMain.js %%DATADIR%%/resources/app/out/vs/platform/terminal/node/ptyHostMain.js %%DATADIR%%/resources/app/out/vs/workbench/api/node/extensionHostProcess.js %%DATADIR%%/resources/app/out/vs/workbench/api/worker/extensionHostWorkerMain.js diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 04e58018dcb1..18f5d65491dd 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -1,5 +1,5 @@ PORTNAME= Finance-Quote -PORTVERSION= 1.65 +PORTVERSION= 1.66 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ + p5-Devel-Trace>=0.12:devel/p5-Devel-Trace \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-HTML-TableExtract>=0:www/p5-HTML-TableExtract \ p5-HTML-Tree>=0:www/p5-HTML-Tree \ @@ -24,12 +25,13 @@ RUN_DEPENDS= p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ p5-JSON>=0:converters/p5-JSON \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-Mozilla-CA>=0:www/p5-Mozilla-CA \ + p5-Net-SSLeay>=1.92:security/p5-Net-SSLeay \ p5-Readonly>=0:devel/p5-Readonly \ + p5-Smart-Comments>=1.000005:devel/p5-Smart-Comments \ p5-Spreadsheet-XLSX>=0:textproc/p5-Spreadsheet-XLSX \ p5-String-Util>=0:textproc/p5-String-Util \ p5-Text-Template>=0:textproc/p5-Text-Template \ p5-TimeDate>=0:devel/p5-TimeDate \ - p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-URI>=3.31:net/p5-URI \ p5-Web-Scraper>=0:www/p5-Web-Scraper \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ diff --git a/finance/p5-Finance-Quote/distinfo b/finance/p5-Finance-Quote/distinfo index d3784c3f2ec1..f5b70068cf2a 100644 --- a/finance/p5-Finance-Quote/distinfo +++ b/finance/p5-Finance-Quote/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936092 -SHA256 (Finance-Quote-1.65.tar.gz) = 0b7a4965a2c9ad6fa7c036b09681c7b445b20758faa98367b26659cf62fe0318 -SIZE (Finance-Quote-1.65.tar.gz) = 272395 +TIMESTAMP = 1752266042 +SHA256 (Finance-Quote-1.66.tar.gz) = 18e91d708f8087a26fbcbfb3b0a61ed1471d2a4b3ce798de7304f30481a467e9 +SIZE (Finance-Quote-1.66.tar.gz) = 261315 diff --git a/finance/p5-Finance-Quote/pkg-plist b/finance/p5-Finance-Quote/pkg-plist index 7d2bd956d53f..946e722014bf 100644 --- a/finance/p5-Finance-Quote/pkg-plist +++ b/finance/p5-Finance-Quote/pkg-plist @@ -5,9 +5,9 @@ %%SITE_PERL%%/Finance/Quote/AlphaVantage.pm %%SITE_PERL%%/Finance/Quote/BSEIndia.pm %%SITE_PERL%%/Finance/Quote/BVB.pm -%%SITE_PERL%%/Finance/Quote/Bloomberg.pm %%SITE_PERL%%/Finance/Quote/BorsaItaliana.pm %%SITE_PERL%%/Finance/Quote/Bourso.pm +%%SITE_PERL%%/Finance/Quote/CMBChina.pm %%SITE_PERL%%/Finance/Quote/CSE.pm %%SITE_PERL%%/Finance/Quote/Comdirect.pm %%SITE_PERL%%/Finance/Quote/Consorsbank.pm @@ -27,7 +27,6 @@ %%SITE_PERL%%/Finance/Quote/Fool.pm %%SITE_PERL%%/Finance/Quote/GoldMoney.pm %%SITE_PERL%%/Finance/Quote/GoogleWeb.pm -%%SITE_PERL%%/Finance/Quote/HU.pm %%SITE_PERL%%/Finance/Quote/IndiaMutual.pm %%SITE_PERL%%/Finance/Quote/MarketWatch.pm %%SITE_PERL%%/Finance/Quote/MorningstarCH.pm @@ -36,8 +35,6 @@ %%SITE_PERL%%/Finance/Quote/NSEIndia.pm %%SITE_PERL%%/Finance/Quote/NZX.pm %%SITE_PERL%%/Finance/Quote/OnVista.pm -%%SITE_PERL%%/Finance/Quote/Oslobors.pm -%%SITE_PERL%%/Finance/Quote/SEB.pm %%SITE_PERL%%/Finance/Quote/SIX.pm %%SITE_PERL%%/Finance/Quote/Sinvestor.pm %%SITE_PERL%%/Finance/Quote/StockData.pm @@ -45,10 +42,8 @@ %%SITE_PERL%%/Finance/Quote/TMX.pm %%SITE_PERL%%/Finance/Quote/TSP.pm %%SITE_PERL%%/Finance/Quote/TesouroDireto.pm -%%SITE_PERL%%/Finance/Quote/Tiaacref.pm %%SITE_PERL%%/Finance/Quote/Tradegate.pm %%SITE_PERL%%/Finance/Quote/TreasuryDirect.pm -%%SITE_PERL%%/Finance/Quote/Troweprice.pm %%SITE_PERL%%/Finance/Quote/TwelveData.pm %%SITE_PERL%%/Finance/Quote/Union.pm %%SITE_PERL%%/Finance/Quote/UserAgent.pm @@ -63,9 +58,9 @@ %%PERL5_MAN3%%/Finance::Quote::AlphaVantage.3.gz %%PERL5_MAN3%%/Finance::Quote::BSEIndia.3.gz %%PERL5_MAN3%%/Finance::Quote::BVB.3.gz -%%PERL5_MAN3%%/Finance::Quote::Bloomberg.3.gz %%PERL5_MAN3%%/Finance::Quote::BorsaItaliana.3.gz %%PERL5_MAN3%%/Finance::Quote::Bourso.3.gz +%%PERL5_MAN3%%/Finance::Quote::CMBChina.3.gz %%PERL5_MAN3%%/Finance::Quote::CSE.3.gz %%PERL5_MAN3%%/Finance::Quote::Comdirect.3.gz %%PERL5_MAN3%%/Finance::Quote::Consorsbank.3.gz @@ -85,7 +80,6 @@ %%PERL5_MAN3%%/Finance::Quote::Fool.3.gz %%PERL5_MAN3%%/Finance::Quote::GoldMoney.3.gz %%PERL5_MAN3%%/Finance::Quote::GoogleWeb.3.gz -%%PERL5_MAN3%%/Finance::Quote::HU.3.gz %%PERL5_MAN3%%/Finance::Quote::IndiaMutual.3.gz %%PERL5_MAN3%%/Finance::Quote::MarketWatch.3.gz %%PERL5_MAN3%%/Finance::Quote::MorningstarCH.3.gz @@ -94,8 +88,6 @@ %%PERL5_MAN3%%/Finance::Quote::NSEIndia.3.gz %%PERL5_MAN3%%/Finance::Quote::NZX.3.gz %%PERL5_MAN3%%/Finance::Quote::OnVista.3.gz -%%PERL5_MAN3%%/Finance::Quote::Oslobors.3.gz -%%PERL5_MAN3%%/Finance::Quote::SEB.3.gz %%PERL5_MAN3%%/Finance::Quote::SIX.3.gz %%PERL5_MAN3%%/Finance::Quote::Sinvestor.3.gz %%PERL5_MAN3%%/Finance::Quote::StockData.3.gz @@ -103,10 +95,8 @@ %%PERL5_MAN3%%/Finance::Quote::TMX.3.gz %%PERL5_MAN3%%/Finance::Quote::TSP.3.gz %%PERL5_MAN3%%/Finance::Quote::TesouroDireto.3.gz -%%PERL5_MAN3%%/Finance::Quote::Tiaacref.3.gz %%PERL5_MAN3%%/Finance::Quote::Tradegate.3.gz %%PERL5_MAN3%%/Finance::Quote::TreasuryDirect.3.gz -%%PERL5_MAN3%%/Finance::Quote::Troweprice.3.gz %%PERL5_MAN3%%/Finance::Quote::TwelveData.3.gz %%PERL5_MAN3%%/Finance::Quote::Union.3.gz %%PERL5_MAN3%%/Finance::Quote::XETRA.3.gz diff --git a/games/vkquake/Makefile b/games/vkquake/Makefile index 7afe89fb35bd..1d118598db34 100644 --- a/games/vkquake/Makefile +++ b/games/vkquake/Makefile @@ -1,5 +1,6 @@ PORTNAME= vkquake DISTVERSION= 1.32.3.1 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= seafork@disroot.org @@ -13,7 +14,7 @@ BUILD_DEPENDS= glslangValidator:graphics/glslang \ vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader -USES= desktop-file-utils meson pkgconfig sdl +USES= meson pkgconfig sdl USE_GITHUB= yes GH_ACCOUNT= Novum @@ -56,13 +57,16 @@ WAVE_MESON_ENABLED= use_codec_wave post-install: ${INSTALL_PROGRAM} ${WRKSRC}/${MESON_BUILD_DIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${Q1DIR} + ${MKDIR} ${STAGEDIR}${Q1DIR} \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps ${INSTALL_DATA} ${WRKSRC}/Quake/vkquake.pak \ ${STAGEDIR}${Q1DIR} - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps - ${INSTALL_DATA} ${FILESDIR}/vkquake.png \ + ${INSTALL_DATA} ${WRKSRC}/Misc/vkQuake_256.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/vkquake.png + ${INSTALL_DATA} ${WRKSRC}/Misc/vkQuake_512.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/vkquake.png ${INSTALL_DATA} ${FILESDIR}/vkquake.desktop \ - ${STAGEDIR}${PREFIX}/share/applications + ${STAGEDIR}${DESKTOPDIR} .include <bsd.port.mk> diff --git a/games/vkquake/files/vkquake.png b/games/vkquake/files/vkquake.png Binary files differdeleted file mode 100644 index fec19dbf5d7e..000000000000 --- a/games/vkquake/files/vkquake.png +++ /dev/null diff --git a/games/vkquake/pkg-plist b/games/vkquake/pkg-plist index 3c46159d5dc7..7c7ffbfac048 100644 --- a/games/vkquake/pkg-plist +++ b/games/vkquake/pkg-plist @@ -1,4 +1,5 @@ bin/vkquake -%%Q1DIR%%/vkquake.pak share/applications/vkquake.desktop share/icons/hicolor/256x256/apps/vkquake.png +share/icons/hicolor/512x512/apps/vkquake.png +%%Q1DIR%%/vkquake.pak diff --git a/german/mythes/Makefile b/german/mythes/Makefile index 53d9bcdfccf8..3fa5b654a7ab 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -1,5 +1,5 @@ PORTNAME= mythes -PORTVERSION= 2025.06.29 +PORTVERSION= 2025.07.06 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C|\.||g} diff --git a/german/mythes/distinfo b/german/mythes/distinfo index f9e1a7fc9982..90e81dd25981 100644 --- a/german/mythes/distinfo +++ b/german/mythes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375129 -SHA256 (mythes/Deutscher-Thesaurus-20250629.oxt) = ef69a1ba5c1f7f52efd6ac9e9fa55f6bfb19dae9e1ff05b3fb87f82be16299f9 -SIZE (mythes/Deutscher-Thesaurus-20250629.oxt) = 13671741 +TIMESTAMP = 1752266258 +SHA256 (mythes/Deutscher-Thesaurus-20250706.oxt) = ccc5c36bb8cc61b712152fe2ca7154276fb20de0c62b38361a9a82b744ef686a +SIZE (mythes/Deutscher-Thesaurus-20250706.oxt) = 13679850 diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index d3169889cbd5..7a20a59b31b5 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdal -PORTVERSION= 3.11.1 +PORTVERSION= 3.11.3 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index 48d9629f4a67..9e9a4f020e0f 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622351 -SHA256 (gdal-3.11.1.tar.xz) = 21341b39a960295bd3194bcc5f119f773229b4701cd752499fbd850f3cc160fd -SIZE (gdal-3.11.1.tar.xz) = 9308432 +TIMESTAMP = 1752416410 +SHA256 (gdal-3.11.3.tar.xz) = ba0807729fa681eed55bb6d5588bb9e4bde2b691c46e8d6d375ff5eaf789b16a +SIZE (gdal-3.11.3.tar.xz) = 9313768 diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index c59bf485b832..08fef0e30044 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdal -PORTVERSION= 3.11.1 +PORTVERSION= 3.11.3 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-gdal/distinfo b/graphics/py-gdal/distinfo index 8e9a1c35b1fe..78aa21a8c962 100644 --- a/graphics/py-gdal/distinfo +++ b/graphics/py-gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622353 -SHA256 (gdal-3.11.1.tar.gz) = c67b13ba0f26a2e0e6594036a35a3d1ed28258a1ce87869f36ffb044f7c2d9af -SIZE (gdal-3.11.1.tar.gz) = 878122 +TIMESTAMP = 1752416412 +SHA256 (gdal-3.11.3.tar.gz) = 4c3ad0fae393b5ddb093a7e4b890077839b2a6acdbd19202657fe4e881886efa +SIZE (gdal-3.11.3.tar.gz) = 878190 diff --git a/graphics/py-geosnap/Makefile b/graphics/py-geosnap/Makefile index bf2d2b7f1b1d..85e9dca52b38 100644 --- a/graphics/py-geosnap/Makefile +++ b/graphics/py-geosnap/Makefile @@ -1,5 +1,5 @@ PORTNAME= geosnap -PORTVERSION= 0.15.2 +PORTVERSION= 0.15.3 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-geosnap/distinfo b/graphics/py-geosnap/distinfo index 859084f27b17..b979359f7564 100644 --- a/graphics/py-geosnap/distinfo +++ b/graphics/py-geosnap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738982852 -SHA256 (geosnap-0.15.2.tar.gz) = d78f177243446f6ffa0b5817184ee7e9e0bdb1571f79722821b0fc8dc7f5405a -SIZE (geosnap-0.15.2.tar.gz) = 29917764 +TIMESTAMP = 1752266148 +SHA256 (geosnap-0.15.3.tar.gz) = f08a7b9c15aec554023cf28c4bef66bbbbafc7db5d5a9e3e2aebd70b15eb06b1 +SIZE (geosnap-0.15.3.tar.gz) = 29917823 diff --git a/graphics/py-mapclassify/Makefile b/graphics/py-mapclassify/Makefile index 3856b71cb066..e358fe2de757 100644 --- a/graphics/py-mapclassify/Makefile +++ b/graphics/py-mapclassify/Makefile @@ -1,5 +1,5 @@ PORTNAME= mapclassify -PORTVERSION= 2.9.0 +PORTVERSION= 2.10.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-mapclassify/distinfo b/graphics/py-mapclassify/distinfo index ca614a828bb0..2fd6a6661cbc 100644 --- a/graphics/py-mapclassify/distinfo +++ b/graphics/py-mapclassify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495823 -SHA256 (mapclassify-2.9.0.tar.gz) = 65fa7a7d778ed63496ff860b9f3c26d632d8f289820a6d8556ac527d14b26bd8 -SIZE (mapclassify-2.9.0.tar.gz) = 5401963 +TIMESTAMP = 1752416424 +SHA256 (mapclassify-2.10.0.tar.gz) = 0d6736a08c0b1e10e6197224ef512951514204706514244bd01aea49fd1442b3 +SIZE (mapclassify-2.10.0.tar.gz) = 6172445 diff --git a/graphics/rubygem-mini_magick/Makefile b/graphics/rubygem-mini_magick/Makefile index 26a9d3a2b14c..0a42560e840d 100644 --- a/graphics/rubygem-mini_magick/Makefile +++ b/graphics/rubygem-mini_magick/Makefile @@ -1,5 +1,5 @@ PORTNAME= mini_magick -PORTVERSION= 5.2.0 +PORTVERSION= 5.3.0 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -10,8 +10,7 @@ WWW= https://github.com/minimagick/minimagick LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-benchmark>=0:benchmarks/rubygem-benchmark \ - rubygem-logger>=0:devel/rubygem-logger +RUN_DEPENDS= rubygem-logger>=0:devel/rubygem-logger USES= gem magick:${FLAVOR} diff --git a/graphics/rubygem-mini_magick/distinfo b/graphics/rubygem-mini_magick/distinfo index 8200aea2d06f..eb2346034f41 100644 --- a/graphics/rubygem-mini_magick/distinfo +++ b/graphics/rubygem-mini_magick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836320 -SHA256 (rubygem/mini_magick-5.2.0.gem) = 2757ffbfdb1d38242d1da9ff1505360ab75d59dc02eb7ab79ff6d5acb1243f4a -SIZE (rubygem/mini_magick-5.2.0.gem) = 21504 +TIMESTAMP = 1752416430 +SHA256 (rubygem/mini_magick-5.3.0.gem) = 6f13309c90f9ebe204b4c3f04d0a5a9265c5f734950894e83fa2480d4aa79ba4 +SIZE (rubygem/mini_magick-5.3.0.gem) = 21504 diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 3e9aa60067f3..e02bb8413e5a 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -1,5 +1,5 @@ PORTNAME= vips -PORTVERSION= 8.17.0 +PORTVERSION= 8.17.1 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ diff --git a/graphics/vips/distinfo b/graphics/vips/distinfo index b1cd0252c0c0..d3e6483b31e5 100644 --- a/graphics/vips/distinfo +++ b/graphics/vips/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813016 -SHA256 (vips-8.17.0.tar.xz) = 8256a82f2e64c119ffadac99822350f45212f16df2505ea8dbae5ff4d0001996 -SIZE (vips-8.17.0.tar.xz) = 29496800 +TIMESTAMP = 1752266012 +SHA256 (vips-8.17.1.tar.xz) = 4d8c3325922c5300253d7594507a8f1d3caf8eed70dfb66cc7eb2cbed65bb5ca +SIZE (vips-8.17.1.tar.xz) = 29529248 diff --git a/graphics/vips/pkg-plist b/graphics/vips/pkg-plist index 4eafcb025ce4..3fd92496605b 100644 --- a/graphics/vips/pkg-plist +++ b/graphics/vips/pkg-plist @@ -60,11 +60,11 @@ include/vips/vips8 lib/libvips-cpp.a lib/libvips-cpp.so lib/libvips-cpp.so.42 -lib/libvips-cpp.so.42.19.0 +lib/libvips-cpp.so.42.19.1 lib/libvips.a lib/libvips.so lib/libvips.so.42 -lib/libvips.so.42.19.0 +lib/libvips.so.42.19.1 libdata/pkgconfig/vips-cpp.pc libdata/pkgconfig/vips.pc %%PORTDOCS%%%%DOCSDIR%%/Combine.png diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index 1626d50f5b47..563ac6cf7511 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -1,5 +1,5 @@ PORTNAME= webp -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= graphics MASTER_SITES= http://downloads.webmproject.org/releases/webp/ \ https://storage.googleapis.com/downloads.webmproject.org/releases/webp/ diff --git a/graphics/webp/distinfo b/graphics/webp/distinfo index d7f76f9f7154..61d3285727d7 100644 --- a/graphics/webp/distinfo +++ b/graphics/webp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735227800 -SHA256 (libwebp-1.5.0.tar.gz) = 7d6fab70cf844bf6769077bd5d7a74893f8ffd4dfb42861745750c63c2a5c92c -SIZE (libwebp-1.5.0.tar.gz) = 4267494 +TIMESTAMP = 1752266014 +SHA256 (libwebp-1.6.0.tar.gz) = e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564 +SIZE (libwebp-1.6.0.tar.gz) = 4296070 diff --git a/graphics/webp/pkg-plist b/graphics/webp/pkg-plist index 8a11904328be..2f05b52eafdd 100644 --- a/graphics/webp/pkg-plist +++ b/graphics/webp/pkg-plist @@ -16,23 +16,23 @@ include/webp/types.h lib/libsharpyuv.a lib/libsharpyuv.so lib/libsharpyuv.so.0 -lib/libsharpyuv.so.0.1.1 +lib/libsharpyuv.so.0.1.2 lib/libwebp.a lib/libwebp.so lib/libwebp.so.7 -lib/libwebp.so.7.1.10 +lib/libwebp.so.7.2.0 lib/libwebpdecoder.a lib/libwebpdecoder.so lib/libwebpdecoder.so.3 -lib/libwebpdecoder.so.3.1.10 +lib/libwebpdecoder.so.3.2.0 lib/libwebpdemux.a lib/libwebpdemux.so lib/libwebpdemux.so.2 -lib/libwebpdemux.so.2.0.16 +lib/libwebpdemux.so.2.0.17 lib/libwebpmux.a lib/libwebpmux.so lib/libwebpmux.so.3 -lib/libwebpmux.so.3.1.1 +lib/libwebpmux.so.3.1.2 libdata/pkgconfig/libsharpyuv.pc libdata/pkgconfig/libwebp.pc libdata/pkgconfig/libwebpdecoder.pc diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index 260b0200c4ef..a752893bd4ea 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -1,14 +1,10 @@ PORTNAME= cjs -PORTVERSION= 5.4.1 -PORTREVISION= 2 +DISTVERSION= 6.4.0 CATEGORIES= lang gnome DIST_SUBDIR= gnome -PATCH_SITES= https://gitlab.gnome.org/GNOME/gjs/-/commit/ -PATCHFILES= f93880c356108cfdbc8f9ebe318d18f256d7128d.patch:-p1 # https://gitlab.gnome.org/GNOME/gjs/-/issues/514 - MAINTAINER= gnome@FreeBSD.org -COMMENT= JavaScript bindings based on gobject-introspection +COMMENT= Cinnamon Javascript interpreter WWW= https://github.com/linuxmint/cjs LICENSE= MIT LGPL20+ @@ -17,14 +13,14 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSES/MIT.txt LICENSE_FILE_LGPL20+ = ${WRKSRC}/LICENSES/LGPL-2.0-or-later.txt LIB_DEPENDS= libffi.so:devel/libffi \ - libmozjs-78.so:lang/spidermonkey78 + libmozjs-115.so:lang/spidermonkey115 -USES= compiler:c++17-lang gettext gnome localbase meson pkgconfig \ - python:build readline shebangfix xorg -USE_GNOME= cairo gdkpixbuf gtk30 introspection +USES= compiler:c++17-lang gnome meson pkgconfig \ + python:build shebangfix xorg +USE_GNOME= cairo glib20 introspection USE_XORG= x11 xext -MESON_ARGS= -Dinstalled_tests=false \ - -Dprofiler=disabled +MESON_ARGS= -Dprofiler=disabled + USE_LDCONFIG= yes USE_GITHUB= yes @@ -34,8 +30,15 @@ SHEBANG_GLOB= *.py PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags -post-patch: - ${REINPLACE_CMD} -e 's|--warn-error||g' \ - ${WRKSRC}/meson.build +OPTIONS_DEFINE= READLINE TEST +OPTIONS_DEFAULT= READLINE + +READLINE_MESON_ENABLED= readline +READLINE_USES= readline + +TEST_BUILD_DEPENDS= dbus-run-session:devel/dbus \ + gtk3>0:x11-toolkits/gtk30 \ + gtk4>0:x11-toolkits/gtk40 +TEST_MESON_FALSE= skip_dbus_tests skip_gtk_tests .include <bsd.port.mk> diff --git a/lang/cjs/distinfo b/lang/cjs/distinfo index 9c843f20af8a..4c513062cc1f 100644 --- a/lang/cjs/distinfo +++ b/lang/cjs/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1677355395 -SHA256 (gnome/linuxmint-cjs-5.4.1_GH0.tar.gz) = 212fa302f15ea955af6dc87fdba3898f751d078df91cb84b0e6615d5a2b84e15 -SIZE (gnome/linuxmint-cjs-5.4.1_GH0.tar.gz) = 794618 +TIMESTAMP = 1735624742 +SHA256 (gnome/linuxmint-cjs-6.4.0_GH0.tar.gz) = 55d730fdb331a9778a0d569e45c968ac68c8f218876e5d2d475cb5af21b6935a +SIZE (gnome/linuxmint-cjs-6.4.0_GH0.tar.gz) = 874506 SHA256 (gnome/f93880c356108cfdbc8f9ebe318d18f256d7128d.patch) = 254299e1b39987c53c3c4943fcc3c4e0b00a27442192243e3c7c1589969f2811 SIZE (gnome/f93880c356108cfdbc8f9ebe318d18f256d7128d.patch) = 1674 diff --git a/lang/cjs/pkg-descr b/lang/cjs/pkg-descr index 64609dc99656..58569c1f2562 100644 --- a/lang/cjs/pkg-descr +++ b/lang/cjs/pkg-descr @@ -1 +1,3 @@ -This module contains JavaScript bindings based on gobject-introspection. +CJS fork of GJS for Cinnamon. It is functionally identical, and is only +to maintain stability with the Cinnamon release cycle, and between various +distributions. diff --git a/lang/swift510/Makefile b/lang/swift510/Makefile index 711f5df85914..6b82bc9d9045 100644 --- a/lang/swift510/Makefile +++ b/lang/swift510/Makefile @@ -1,6 +1,6 @@ PORTNAME= swift510 DISTVERSION= 5.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang DIST_SUBDIR= ${PORTNAME} @@ -95,7 +95,9 @@ post-patch: do-build: @${MKDIR} ${early_stage_dir} ${SETENV} \ - CCACHE_WRAPPER_PATH=${CCACHE_WRAPPER_PATH} \ + CCACHE_ENABLED=${CCACHE_ENABLED} \ + CCACHE_BIN=${CCACHE_BIN} \ + CCACHE_DIR=${CCACHE_DIR} \ MAKE_JOBS_NUMBER=${MAKE_JOBS_NUMBER} \ ${SH} -x ${FILESDIR}/start-build.sh ${WRKSRC} ${early_stage_dir} \ ${swift_install_prefix} ${WRKDIR}/clang-module-cache @@ -107,7 +109,6 @@ do-install: ${COPYTREE_BIN} .${swift_install_prefix}/bin ${STAGEDIR} ; \ for subdir in include lib local share; do \ ${COPYTREE_SHARE} .${swift_install_prefix}/$${subdir} ${STAGEDIR} ; \ - done ; \ - ${RM} ${STAGEDIR}/var/run/libuuid/* + done .include <bsd.port.post.mk> diff --git a/lang/swift510/files/start-build.sh b/lang/swift510/files/start-build.sh index da8e7fbbe0b2..c5f741292f4e 100644 --- a/lang/swift510/files/start-build.sh +++ b/lang/swift510/files/start-build.sh @@ -8,13 +8,26 @@ export PATH="/sbin:/bin:/usr/sbin:/usr/bin:${PATH}" export CLANG_MODULE_CACHE_PATH=${clang_module_cache_path} +if [ ${CCACHE_ENABLED} = yes ] ; then + ccache_fragment="--cmake-c-launcher ${CCACHE_BIN} --cmake-cxx-launcher ${CCACHE_BIN}" +else + ccache_fragment= +fi + +if [ -n "${MAKE_JOBS_NUMBER}" ] ; then + jobs_fragment="--jobs ${MAKE_JOBS_NUMBER}" +else + jobs_fragment= +fi + cd ${swift_project_dir}/swift && utils/build-script --bootstrapping bootstrapping \ --release \ --assertions \ -${MAKE_JOBS_NUMBER+--jobs} ${MAKE_JOBS_NUMBER} \ ---host-cc ${CCACHE_WRAPPER_PATH:-/usr/bin}/clang \ ---host-cxx ${CCACHE_WRAPPER_PATH:-/usr/bin}/clang++ \ +--host-cc /usr/bin/clang \ +--host-cxx /usr/bin/clang++ \ +${ccache_fragment} \ +${jobs_fragment} \ --llvm-targets-to-build 'AArch64;X86' \ --skip-early-swift-driver \ --skip-early-swiftsyntax \ diff --git a/mail/p5-Mail-AuthenticationResults/Makefile b/mail/p5-Mail-AuthenticationResults/Makefile index 8d8d267c965c..928076c14420 100644 --- a/mail/p5-Mail-AuthenticationResults/Makefile +++ b/mail/p5-Mail-AuthenticationResults/Makefile @@ -1,5 +1,5 @@ PORTNAME= Mail-AuthenticationResults -PORTVERSION= 2.20231031 +PORTVERSION= 2.20250709 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,7 @@ WWW= https://metacpan.org/release/Mail-AuthenticationResults LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ diff --git a/mail/p5-Mail-AuthenticationResults/distinfo b/mail/p5-Mail-AuthenticationResults/distinfo index f8c010bf35e9..c351b50bb736 100644 --- a/mail/p5-Mail-AuthenticationResults/distinfo +++ b/mail/p5-Mail-AuthenticationResults/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698848722 -SHA256 (Mail-AuthenticationResults-2.20231031.tar.gz) = 6cf2cfaa3368401ad9d9013cb75a8a9c61db6c3444b1ef1d4b424b6a06a2ed6b -SIZE (Mail-AuthenticationResults-2.20231031.tar.gz) = 32794 +TIMESTAMP = 1752266044 +SHA256 (Mail-AuthenticationResults-2.20250709.tar.gz) = ca8568638a7839417e04332c6915d4c7a55496bef212faff4d59a93ba9eb4ec0 +SIZE (Mail-AuthenticationResults-2.20250709.tar.gz) = 33533 diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index e36bfe8dc124..38d611477039 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= armadillo -PORTVERSION= 14.4.3 +PORTVERSION= 14.6.0 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/armadillo/distinfo b/math/armadillo/distinfo index 6499d0b18497..f2d240074241 100644 --- a/math/armadillo/distinfo +++ b/math/armadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495697 -SHA256 (armadillo-14.4.3.tar.xz) = c3aadd59bdb0ea4339b056f29972f92ee19fdc52f68eb78d32d2e4caf4d80c3a -SIZE (armadillo-14.4.3.tar.xz) = 6815564 +TIMESTAMP = 1752266016 +SHA256 (armadillo-14.6.0.tar.xz) = d18ccdb78a5da88f18fc529d8a8d40fad455842be6b01c59796f47a6f5bc7fe5 +SIZE (armadillo-14.6.0.tar.xz) = 7159176 diff --git a/math/armadillo/pkg-plist b/math/armadillo/pkg-plist index 4711b6ff61b0..e2d15e4f8844 100644 --- a/math/armadillo/pkg-plist +++ b/math/armadillo/pkg-plist @@ -120,6 +120,7 @@ include/armadillo_bits/fn_all.hpp include/armadillo_bits/fn_any.hpp include/armadillo_bits/fn_approx_equal.hpp include/armadillo_bits/fn_as_scalar.hpp +include/armadillo_bits/fn_balance.hpp include/armadillo_bits/fn_chi2rnd.hpp include/armadillo_bits/fn_chol.hpp include/armadillo_bits/fn_clamp.hpp @@ -183,6 +184,7 @@ include/armadillo_bits/fn_normalise.hpp include/armadillo_bits/fn_normcdf.hpp include/armadillo_bits/fn_normpdf.hpp include/armadillo_bits/fn_numel.hpp +include/armadillo_bits/fn_omit.hpp include/armadillo_bits/fn_ones.hpp include/armadillo_bits/fn_orth_null.hpp include/armadillo_bits/fn_pinv.hpp @@ -432,6 +434,8 @@ include/armadillo_bits/op_norm_bones.hpp include/armadillo_bits/op_norm_meat.hpp include/armadillo_bits/op_normalise_bones.hpp include/armadillo_bits/op_normalise_meat.hpp +include/armadillo_bits/op_omit_bones.hpp +include/armadillo_bits/op_omit_meat.hpp include/armadillo_bits/op_orth_null_bones.hpp include/armadillo_bits/op_orth_null_meat.hpp include/armadillo_bits/op_pinv_bones.hpp @@ -576,6 +580,8 @@ include/armadillo_bits/spop_norm_bones.hpp include/armadillo_bits/spop_norm_meat.hpp include/armadillo_bits/spop_normalise_bones.hpp include/armadillo_bits/spop_normalise_meat.hpp +include/armadillo_bits/spop_omit_bones.hpp +include/armadillo_bits/spop_omit_meat.hpp include/armadillo_bits/spop_relational_bones.hpp include/armadillo_bits/spop_relational_meat.hpp include/armadillo_bits/spop_repmat_bones.hpp diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index bd2e75afa841..c4ce791486da 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -1,5 +1,5 @@ PORTNAME= geogebra -DISTVERSION= 5-2-892-0 +DISTVERSION= 5-2-893-2 CATEGORIES= math education java MASTER_SITES= http://download.geogebra.org/installers/5.2/ \ https://static.geogebra.org/images/ \ diff --git a/math/geogebra/distinfo b/math/geogebra/distinfo index ab1116ab8ad5..d80275f6e7d8 100644 --- a/math/geogebra/distinfo +++ b/math/geogebra/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1751745744 -SHA256 (GeoGebra-Linux-Portable-5-2-892-0.tar.bz2) = ef8bf8faf61b7a214fdff508dafb22590e0102ded645d6905f314b13734593da -SIZE (GeoGebra-Linux-Portable-5-2-892-0.tar.bz2) = 62844805 +TIMESTAMP = 1752431030 +SHA256 (GeoGebra-Linux-Portable-5-2-893-2.tar.bz2) = 7c340c85663e0625422a1f374526edd557d969d4699560482ead754e87d3e869 +SIZE (GeoGebra-Linux-Portable-5-2-893-2.tar.bz2) = 62913006 SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 SIZE (geogebra.png) = 4018 SHA256 (geogebra-logo.svg) = 55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07 diff --git a/math/py-awkward-cpp/Makefile b/math/py-awkward-cpp/Makefile index c13e55e9f295..0532d55560ef 100644 --- a/math/py-awkward-cpp/Makefile +++ b/math/py-awkward-cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward-cpp -PORTVERSION= 46 +PORTVERSION= 47 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-awkward-cpp/distinfo b/math/py-awkward-cpp/distinfo index 31362187a7f6..bd191dd6466c 100644 --- a/math/py-awkward-cpp/distinfo +++ b/math/py-awkward-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715450 -SHA256 (awkward_cpp-46.tar.gz) = b82becb65a33280c6c27336ee5c037c5b7e394be52565aa31e087ca54adce59e -SIZE (awkward_cpp-46.tar.gz) = 1688149 +TIMESTAMP = 1752266152 +SHA256 (awkward_cpp-47.tar.gz) = 676cf4976810edab32187edf5a8a716af95047b9038c96d27d3be44f1331950f +SIZE (awkward_cpp-47.tar.gz) = 1485902 diff --git a/math/py-awkward-cpp/files/patch-pyproject.toml b/math/py-awkward-cpp/files/patch-pyproject.toml new file mode 100644 index 000000000000..61728bd4677c --- /dev/null +++ b/math/py-awkward-cpp/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-07-03 22:14:18 UTC ++++ pyproject.toml +@@ -43,8 +43,7 @@ classifiers = [ + "Topic :: Software Development", + "Topic :: Utilities", + ] +-license = "BSD-3-Clause AND MIT" +-license-files = ["LICENSE", "rapidjson/license.txt"] ++license = {text = "BSD-3-Clause"} + requires-python = ">=3.9" + + [project.urls] diff --git a/math/py-awkward/Makefile b/math/py-awkward/Makefile index 904d57ed0bfa..fe76f73cfd3e 100644 --- a/math/py-awkward/Makefile +++ b/math/py-awkward/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward -PORTVERSION= 2.8.4 +PORTVERSION= 2.8.5 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward-cpp>=46<46_99:math/py-awkward-cpp@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward-cpp>=47<47_99:math/py-awkward-cpp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fsspec>=2022.11.0:filesystems/py-fsspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} diff --git a/math/py-awkward/distinfo b/math/py-awkward/distinfo index b634b5801200..9da7751e000e 100644 --- a/math/py-awkward/distinfo +++ b/math/py-awkward/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188124 -SHA256 (awkward-2.8.4.tar.gz) = 840ee49120d882c892e12fe8be2195991cab95c3dab4a6ee76b4a9696a1ebc9b -SIZE (awkward-2.8.4.tar.gz) = 6222255 +TIMESTAMP = 1752266150 +SHA256 (awkward-2.8.5.tar.gz) = 4b9049440bb98214e05908098afd0d4f66af0b1b23c158159f9774db27447c89 +SIZE (awkward-2.8.5.tar.gz) = 6223297 diff --git a/math/py-awkward/files/patch-pyproject.toml b/math/py-awkward/files/patch-pyproject.toml new file mode 100644 index 000000000000..7231149ee6d6 --- /dev/null +++ b/math/py-awkward/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-07-03 22:14:18 UTC ++++ pyproject.toml +@@ -9,8 +9,7 @@ description = "Manipulate JSON-like data with NumPy-li + name = "awkward" + version = "2.8.5" + description = "Manipulate JSON-like data with NumPy-like idioms." +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = { text = "BSD-3-Clause" } + requires-python = ">=3.9" + authors = [ + { name = "Jim Pivarski", email = "jpivarski@gmail.com" }, diff --git a/math/py-modin/Makefile b/math/py-modin/Makefile index 654ce60a71d9..07ef57565dc7 100644 --- a/math/py-modin/Makefile +++ b/math/py-modin/Makefile @@ -1,5 +1,5 @@ PORTNAME= modin -PORTVERSION= 0.33.2 +PORTVERSION= 0.34.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-modin/distinfo b/math/py-modin/distinfo index 469756818138..bf98632db566 100644 --- a/math/py-modin/distinfo +++ b/math/py-modin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954212 -SHA256 (modin-0.33.2.tar.gz) = 63fa7d5b2578d98e3f236ec3460ea97df631676d62604ffe030642a946e03925 -SIZE (modin-0.33.2.tar.gz) = 886775 +TIMESTAMP = 1752266154 +SHA256 (modin-0.34.1.tar.gz) = 421b498f0cca4be41241936d051602603715f06e1568307b8b52fcd98ed75263 +SIZE (modin-0.34.1.tar.gz) = 892196 diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index b4ad0c603463..5777052a57e3 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 1.45.0 +PORTVERSION= 1.46.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index 575a984268cc..9aafed610074 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375057 -SHA256 (narwhals-1.45.0.tar.gz) = f9ecefb9d09cda6fefa8ead10dc37a79129b6c78b0ac7117d21b4d4486bdd0d1 -SIZE (narwhals-1.45.0.tar.gz) = 508812 +TIMESTAMP = 1752266156 +SHA256 (narwhals-1.46.0.tar.gz) = fd7e53860b233c2b5566d8b4e1b3e8e9c01b5a87649a9f9a322742000f207a60 +SIZE (narwhals-1.46.0.tar.gz) = 512060 diff --git a/misc/Makefile b/misc/Makefile index a0d2ceaf9911..ec75cf7ef32a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -316,6 +316,7 @@ SUBDIR += osinfo-db SUBDIR += ossp-uuid SUBDIR += otter + SUBDIR += outside SUBDIR += owrep SUBDIR += p5-Acme-ButFirst SUBDIR += p5-Array-Compare diff --git a/misc/cinnamon-translations/Makefile b/misc/cinnamon-translations/Makefile index c2f61eb58e6a..7039499e6335 100644 --- a/misc/cinnamon-translations/Makefile +++ b/misc/cinnamon-translations/Makefile @@ -1,5 +1,5 @@ PORTNAME= cinnamon-translations -PORTVERSION= 5.4.2 +DISTVERSION= 6.4.2 CATEGORIES= misc x11 gnome DIST_SUBDIR= gnome diff --git a/misc/cinnamon-translations/distinfo b/misc/cinnamon-translations/distinfo index 43bb77bcfb14..efb620465874 100644 --- a/misc/cinnamon-translations/distinfo +++ b/misc/cinnamon-translations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660015818 -SHA256 (gnome/linuxmint-cinnamon-translations-5.4.2_GH0.tar.gz) = ef28ba08f32d1e2c8845d6a41742553b90f1afe8d3766d3d4df5c17ee5d565d3 -SIZE (gnome/linuxmint-cinnamon-translations-5.4.2_GH0.tar.gz) = 12650460 +TIMESTAMP = 1737348979 +SHA256 (gnome/linuxmint-cinnamon-translations-6.4.2_GH0.tar.gz) = 7312137f0d3fc416108ae0e239b6ed81737412acd32abb7618e2b65fda3bd75f +SIZE (gnome/linuxmint-cinnamon-translations-6.4.2_GH0.tar.gz) = 13903679 diff --git a/misc/cinnamon-translations/pkg-plist b/misc/cinnamon-translations/pkg-plist index a8b914a73a8f..1de86fbf930a 100644 --- a/misc/cinnamon-translations/pkg-plist +++ b/misc/cinnamon-translations/pkg-plist @@ -80,6 +80,9 @@ share/locale/br/LC_MESSAGES/cinnamon-control-center.mo share/locale/br/LC_MESSAGES/cinnamon-screensaver.mo share/locale/br/LC_MESSAGES/cinnamon-session.mo share/locale/br/LC_MESSAGES/cinnamon-settings-daemon.mo +share/locale/br/LC_MESSAGES/cinnamon.mo +share/locale/br/LC_MESSAGES/nemo-extensions.mo +share/locale/br/LC_MESSAGES/nemo.mo share/locale/bs/LC_MESSAGES/cinnamon-control-center.mo share/locale/bs/LC_MESSAGES/cinnamon-screensaver.mo share/locale/bs/LC_MESSAGES/cinnamon-session.mo @@ -100,6 +103,7 @@ share/locale/ca@valencia/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/ca@valencia/LC_MESSAGES/cinnamon.mo share/locale/ca@valencia/LC_MESSAGES/nemo-extensions.mo share/locale/ca@valencia/LC_MESSAGES/nemo.mo +share/locale/ckb/LC_MESSAGES/cinnamon.mo share/locale/crh/LC_MESSAGES/cinnamon-control-center.mo share/locale/crh/LC_MESSAGES/cinnamon-screensaver.mo share/locale/crh/LC_MESSAGES/cinnamon-session.mo @@ -157,8 +161,8 @@ share/locale/en_AU/LC_MESSAGES/cinnamon.mo share/locale/en_AU/LC_MESSAGES/nemo.mo share/locale/en_CA/LC_MESSAGES/cinnamon-control-center.mo share/locale/en_CA/LC_MESSAGES/cinnamon-screensaver.mo -share/locale/en_CA/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/en_CA/LC_MESSAGES/cinnamon-session.mo +share/locale/en_CA/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/en_CA/LC_MESSAGES/cinnamon.mo share/locale/en_CA/LC_MESSAGES/nemo.mo share/locale/en_GB/LC_MESSAGES/cinnamon-control-center.mo @@ -205,6 +209,7 @@ share/locale/fa/LC_MESSAGES/cinnamon-screensaver.mo share/locale/fa/LC_MESSAGES/cinnamon-session.mo share/locale/fa/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/fa/LC_MESSAGES/cinnamon.mo +share/locale/fa/LC_MESSAGES/nemo-extensions.mo share/locale/fa/LC_MESSAGES/nemo.mo share/locale/fi/LC_MESSAGES/cinnamon-control-center.mo share/locale/fi/LC_MESSAGES/cinnamon-screensaver.mo @@ -220,6 +225,7 @@ share/locale/fil/LC_MESSAGES/nemo.mo share/locale/fo/LC_MESSAGES/cinnamon-screensaver.mo share/locale/fo/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/fo/LC_MESSAGES/cinnamon.mo +share/locale/fo/LC_MESSAGES/nemo.mo share/locale/fr/LC_MESSAGES/cinnamon-control-center.mo share/locale/fr/LC_MESSAGES/cinnamon-screensaver.mo share/locale/fr/LC_MESSAGES/cinnamon-session.mo @@ -448,6 +454,11 @@ share/locale/mn/LC_MESSAGES/cinnamon-control-center.mo share/locale/mn/LC_MESSAGES/cinnamon-screensaver.mo share/locale/mn/LC_MESSAGES/cinnamon-session.mo share/locale/mn/LC_MESSAGES/cinnamon-settings-daemon.mo +share/locale/mnw/LC_MESSAGES/cinnamon.mo +share/locale/mo/LC_MESSAGES/cinnamon-screensaver.mo +share/locale/mo/LC_MESSAGES/cinnamon-session.mo +share/locale/mo/LC_MESSAGES/cinnamon.mo +share/locale/mo/LC_MESSAGES/nemo-extensions.mo share/locale/mo/LC_MESSAGES/nemo.mo share/locale/mr/LC_MESSAGES/cinnamon-control-center.mo share/locale/mr/LC_MESSAGES/cinnamon-screensaver.mo @@ -552,6 +563,12 @@ share/locale/pt_BR/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/pt_BR/LC_MESSAGES/cinnamon.mo share/locale/pt_BR/LC_MESSAGES/nemo-extensions.mo share/locale/pt_BR/LC_MESSAGES/nemo.mo +share/locale/qu/LC_MESSAGES/cinnamon-control-center.mo +share/locale/qu/LC_MESSAGES/cinnamon-screensaver.mo +share/locale/qu/LC_MESSAGES/cinnamon-session.mo +share/locale/qu/LC_MESSAGES/cinnamon-settings-daemon.mo +share/locale/qu/LC_MESSAGES/cinnamon.mo +share/locale/qu/LC_MESSAGES/nemo.mo share/locale/ro/LC_MESSAGES/cinnamon-control-center.mo share/locale/ro/LC_MESSAGES/cinnamon-screensaver.mo share/locale/ro/LC_MESSAGES/cinnamon-session.mo @@ -566,7 +583,12 @@ share/locale/ru/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/ru/LC_MESSAGES/cinnamon.mo share/locale/ru/LC_MESSAGES/nemo-extensions.mo share/locale/ru/LC_MESSAGES/nemo.mo +share/locale/rue/LC_MESSAGES/cinnamon-control-center.mo +share/locale/rue/LC_MESSAGES/cinnamon-screensaver.mo +share/locale/rue/LC_MESSAGES/cinnamon-session.mo +share/locale/rue/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/rue/LC_MESSAGES/cinnamon.mo +share/locale/rue/LC_MESSAGES/nemo.mo share/locale/rw/LC_MESSAGES/cinnamon-control-center.mo share/locale/rw/LC_MESSAGES/cinnamon-session.mo share/locale/rw/LC_MESSAGES/cinnamon-settings-daemon.mo @@ -604,6 +626,9 @@ share/locale/sl/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/sl/LC_MESSAGES/cinnamon.mo share/locale/sl/LC_MESSAGES/nemo-extensions.mo share/locale/sl/LC_MESSAGES/nemo.mo +share/locale/so/LC_MESSAGES/cinnamon-control-center.mo +share/locale/so/LC_MESSAGES/cinnamon-screensaver.mo +share/locale/so/LC_MESSAGES/cinnamon-session.mo share/locale/so/LC_MESSAGES/cinnamon.mo share/locale/so/LC_MESSAGES/nemo.mo share/locale/sq/LC_MESSAGES/cinnamon-control-center.mo @@ -637,6 +662,9 @@ share/locale/sv/LC_MESSAGES/nemo-extensions.mo share/locale/sv/LC_MESSAGES/nemo.mo share/locale/sw/LC_MESSAGES/cinnamon.mo share/locale/sw/LC_MESSAGES/nemo.mo +share/locale/szl/LC_MESSAGES/cinnamon-control-center.mo +share/locale/szl/LC_MESSAGES/cinnamon-screensaver.mo +share/locale/szl/LC_MESSAGES/cinnamon-session.mo share/locale/szl/LC_MESSAGES/cinnamon.mo share/locale/szl/LC_MESSAGES/nemo.mo share/locale/ta/LC_MESSAGES/cinnamon-control-center.mo @@ -665,7 +693,9 @@ share/locale/th/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/th/LC_MESSAGES/cinnamon.mo share/locale/th/LC_MESSAGES/nemo-extensions.mo share/locale/th/LC_MESSAGES/nemo.mo +share/locale/ti/LC_MESSAGES/cinnamon.mo share/locale/tk/LC_MESSAGES/cinnamon-session.mo +share/locale/tk/LC_MESSAGES/cinnamon.mo share/locale/tl/LC_MESSAGES/cinnamon-control-center.mo share/locale/tl/LC_MESSAGES/cinnamon-screensaver.mo share/locale/tl/LC_MESSAGES/cinnamon-session.mo @@ -687,6 +717,7 @@ share/locale/tt/LC_MESSAGES/cinnamon-screensaver.mo share/locale/tt/LC_MESSAGES/cinnamon-session.mo share/locale/tt/LC_MESSAGES/cinnamon-settings-daemon.mo share/locale/tt/LC_MESSAGES/cinnamon.mo +share/locale/tt/LC_MESSAGES/nemo.mo share/locale/ug/LC_MESSAGES/cinnamon-control-center.mo share/locale/ug/LC_MESSAGES/cinnamon-screensaver.mo share/locale/ug/LC_MESSAGES/cinnamon-session.mo diff --git a/misc/mdp/Makefile b/misc/mdp/Makefile index 617323c10de3..e15ca16053f7 100644 --- a/misc/mdp/Makefile +++ b/misc/mdp/Makefile @@ -1,6 +1,5 @@ PORTNAME= mdp -PORTVERSION= 1.0.15 -PORTREVISION= 1 +PORTVERSION= 1.0.18 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -12,14 +11,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake ncurses -USE_GITHUB= yes -GH_ACCOUNT= visit1985 - MAKE_ARGS= LDLIBS="${NCURSESLIBS}" PLIST_FILES= bin/mdp \ share/man/man1/mdp.1.gz +USE_GITHUB= yes +GH_ACCOUNT= visit1985 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mdp ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mdp.1 ${STAGEDIR}${PREFIX}/share/man/man1 diff --git a/misc/mdp/distinfo b/misc/mdp/distinfo index 072cebdd74d9..c817c1b57ca1 100644 --- a/misc/mdp/distinfo +++ b/misc/mdp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1538789103 -SHA256 (visit1985-mdp-1.0.15_GH0.tar.gz) = 3edc8ea1551fdf290d6bba721105e2e2c23964070ac18c13b4b8d959cdf6116f -SIZE (visit1985-mdp-1.0.15_GH0.tar.gz) = 37728 +TIMESTAMP = 1752266018 +SHA256 (visit1985-mdp-1.0.18_GH0.tar.gz) = 36861161513c508c0589014510cdafd940a6e661e517022a3bea48ecf8d5fac4 +SIZE (visit1985-mdp-1.0.18_GH0.tar.gz) = 39907 diff --git a/misc/outside/Makefile b/misc/outside/Makefile new file mode 100644 index 000000000000..adb48bda237a --- /dev/null +++ b/misc/outside/Makefile @@ -0,0 +1,279 @@ +PORTNAME= outside +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.1 +CATEGORIES= misc + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Multi-purpose weather client for your terminal +WWW= https://github.com/BaconIsAVeg/outside + +LICENSE= AGPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ca_root_nss>0:security/ca_root_nss + +USES= cargo ssl + +USE_GITHUB= yes +GH_ACCOUNT= BaconIsAVeg + +CARGO_ENV= OPENSSL_NO_VENDOR=1 + +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.1 \ + ahash-0.8.12 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + anstream-0.6.19 \ + anstyle-1.0.11 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.3 \ + anstyle-wincon-3.0.9 \ + anyhow-1.0.98 \ + arrayvec-0.7.6 \ + async-channel-1.9.0 \ + autocfg-1.5.0 \ + backtrace-0.3.75 \ + bit-set-0.5.3 \ + bit-set-0.8.0 \ + bit-vec-0.6.3 \ + bit-vec-0.8.0 \ + bitflags-1.3.2 \ + bitflags-2.9.1 \ + bumpalo-3.19.0 \ + byteorder-1.5.0 \ + bytes-1.10.1 \ + castaway-0.1.2 \ + castaway-0.2.3 \ + cc-1.2.28 \ + cfg-if-1.0.1 \ + chrono-0.4.41 \ + clap-4.5.40 \ + clap_builder-4.5.40 \ + clap_derive-4.5.40 \ + clap_lex-0.7.5 \ + cli-settings-derive-0.3.2 \ + colorchoice-1.0.4 \ + compact_str-0.8.1 \ + concurrent-queue-2.5.0 \ + core-foundation-sys-0.8.7 \ + crossbeam-channel-0.5.15 \ + crossbeam-utils-0.8.21 \ + crossterm-0.28.1 \ + crossterm_winapi-0.9.1 \ + curl-0.4.48 \ + curl-sys-0.4.82+curl-8.14.1 \ + cursive-0.21.1 \ + cursive-macros-0.1.0 \ + cursive_core-0.4.6 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ + deranged-0.4.0 \ + dirs-next-2.0.0 \ + dirs-sys-next-0.1.2 \ + displaydoc-0.2.5 \ + encoding_rs-0.8.35 \ + enum-map-2.7.3 \ + enum-map-derive-0.17.0 \ + enumset-1.1.6 \ + enumset_derive-0.11.0 \ + equivalent-1.0.2 \ + errno-0.3.13 \ + event-listener-2.5.3 \ + fastrand-1.9.0 \ + fnv-1.0.7 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ + form_urlencoded-1.2.1 \ + futures-core-0.3.31 \ + futures-io-0.3.31 \ + futures-lite-1.13.0 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ + gimli-0.31.1 \ + hashbrown-0.15.4 \ + heck-0.5.0 \ + http-0.2.12 \ + iana-time-zone-0.1.63 \ + iana-time-zone-haiku-0.1.2 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ + ident_case-1.0.1 \ + idna-1.0.3 \ + idna_adapter-1.2.1 \ + indexmap-2.10.0 \ + instant-0.1.13 \ + io-uring-0.7.8 \ + is_terminal_polyfill-1.70.1 \ + isahc-1.7.2 \ + itoa-1.0.15 \ + js-sys-0.3.77 \ + lazy_static-1.5.0 \ + libc-0.2.174 \ + libnghttp2-sys-0.1.11+1.64.0 \ + libredox-0.1.4 \ + libz-sys-1.1.22 \ + linux-raw-sys-0.4.15 \ + litemap-0.8.0 \ + lock_api-0.4.13 \ + log-0.4.27 \ + memchr-2.7.5 \ + memoffset-0.9.1 \ + mime-0.3.17 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ + num-0.4.3 \ + num-complex-0.4.6 \ + num-conv-0.1.0 \ + num-integer-0.1.46 \ + num-iter-0.1.45 \ + num-rational-0.4.2 \ + num-traits-0.2.19 \ + num_threads-0.1.7 \ + object-0.36.7 \ + once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ + openssl-0.10.73 \ + openssl-macros-0.1.1 \ + openssl-probe-0.1.6 \ + openssl-src-300.5.1+3.5.1 \ + openssl-sys-0.9.109 \ + parking-2.2.1 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ + percent-encoding-2.3.1 \ + pin-project-1.1.10 \ + pin-project-internal-1.1.10 \ + pin-project-lite-0.2.16 \ + pkg-config-0.3.32 \ + polling-2.8.0 \ + potential_utf-0.1.2 \ + powerfmt-0.2.0 \ + proc-macro-error-attr2-2.0.0 \ + proc-macro-error2-2.0.1 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ + r-efi-5.3.0 \ + redox_syscall-0.5.13 \ + redox_users-0.4.6 \ + rustc-demangle-0.1.25 \ + rustc_version-0.4.1 \ + rustix-0.38.44 \ + rustversion-1.0.21 \ + ryu-1.0.20 \ + savefile-0.18.6 \ + savefile-derive-0.18.6 \ + schannel-0.1.27 \ + scopeguard-1.2.0 \ + semver-1.0.26 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + serde_with-3.14.0 \ + serde_with_macros-3.14.0 \ + serde_yaml-0.9.34+deprecated \ + shlex-1.3.0 \ + signal-hook-0.3.18 \ + signal-hook-mio-0.2.4 \ + signal-hook-registry-1.4.5 \ + slab-0.4.10 \ + sluice-0.5.5 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ + stable_deref_trait-1.2.0 \ + static_assertions-1.1.0 \ + stringcase-0.4.0 \ + strsim-0.11.1 \ + syn-2.0.104 \ + synstructure-0.13.2 \ + thiserror-1.0.69 \ + thiserror-impl-1.0.69 \ + time-0.3.41 \ + time-core-0.1.4 \ + time-macros-0.2.22 \ + tinystr-0.8.1 \ + tinytemplate-1.2.1 \ + tokio-1.46.1 \ + tokio-macros-2.5.0 \ + tracing-0.1.41 \ + tracing-attributes-0.1.30 \ + tracing-core-0.1.34 \ + tracing-futures-0.2.5 \ + unicode-ident-1.0.18 \ + unicode-segmentation-1.12.0 \ + unicode-width-0.1.14 \ + unsafe-libyaml-0.2.11 \ + url-2.5.4 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + vcpkg-0.2.15 \ + version_check-0.9.5 \ + waker-fn-1.2.0 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-core-0.61.2 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.3 \ + windows-result-0.3.4 \ + windows-strings-0.4.2 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-targets-0.48.5 \ + windows-targets-0.52.6 \ + windows-targets-0.53.2 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ + wit-bindgen-rt-0.39.0 \ + writeable-0.6.1 \ + xi-unicode-0.3.0 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 + +PLIST_FILES= bin/outside + +.include <bsd.port.mk> diff --git a/misc/outside/distinfo b/misc/outside/distinfo new file mode 100644 index 000000000000..0b0151f5b263 --- /dev/null +++ b/misc/outside/distinfo @@ -0,0 +1,511 @@ +TIMESTAMP = 1752333750 +SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 +SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 +SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 +SIZE (rust/crates/anstream-0.6.19.crate) = 28767 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.3.crate) = 6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9 +SIZE (rust/crates/anstyle-query-1.1.3.crate) = 10190 +SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882 +SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 +SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 +SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 +SHA256 (rust/crates/async-channel-1.9.0.crate) = 81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35 +SIZE (rust/crates/async-channel-1.9.0.crate) = 13664 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/bit-set-0.5.3.crate) = 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 +SIZE (rust/crates/bit-set-0.5.3.crate) = 14470 +SHA256 (rust/crates/bit-set-0.8.0.crate) = 08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3 +SIZE (rust/crates/bit-set-0.8.0.crate) = 16289 +SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb +SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 +SHA256 (rust/crates/bit-vec-0.8.0.crate) = 5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7 +SIZE (rust/crates/bit-vec-0.8.0.crate) = 24132 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/castaway-0.1.2.crate) = a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6 +SIZE (rust/crates/castaway-0.1.2.crate) = 7124 +SHA256 (rust/crates/castaway-0.2.3.crate) = 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 +SIZE (rust/crates/castaway-0.2.3.crate) = 11509 +SHA256 (rust/crates/cc-1.2.28.crate) = 4ad45f4f74e4e20eaa392913b7b33a7091c87e59628f4dd27888205ad888843c +SIZE (rust/crates/cc-1.2.28.crate) = 107943 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d +SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce +SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 +SHA256 (rust/crates/cli-settings-derive-0.3.2.crate) = 648177b05c94bebb8305e13d3fb6d528bfaea325e67a35b0462de4912ceae527 +SIZE (rust/crates/cli-settings-derive-0.3.2.crate) = 17154 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 +SHA256 (rust/crates/compact_str-0.8.1.crate) = 3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32 +SIZE (rust/crates/compact_str-0.8.1.crate) = 71371 +SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 +SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 +SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 +SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/crossterm-0.28.1.crate) = 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 +SIZE (rust/crates/crossterm-0.28.1.crate) = 132275 +SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b +SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 +SHA256 (rust/crates/curl-0.4.48.crate) = 9e2d5c8f48d9c0c23250e52b55e82a6ab4fdba6650c931f5a0a57a43abda812b +SIZE (rust/crates/curl-0.4.48.crate) = 97323 +SHA256 (rust/crates/curl-sys-0.4.82+curl-8.14.1.crate) = c4d63638b5ec65f1a4ae945287b3fd035be4554bbaf211901159c9a2a74fb5be +SIZE (rust/crates/curl-sys-0.4.82+curl-8.14.1.crate) = 1859811 +SHA256 (rust/crates/cursive-0.21.1.crate) = 386d5a36020bb856e9a34ecb8a4e6c9bd6b0262d1857bae4db7bc7e2fdaa532e +SIZE (rust/crates/cursive-0.21.1.crate) = 43125 +SHA256 (rust/crates/cursive-macros-0.1.0.crate) = ac7ac0eb0cede3dfdfebf4d5f22354e05a730b79c25fd03481fc69fcfba0a73e +SIZE (rust/crates/cursive-macros-0.1.0.crate) = 12110 +SHA256 (rust/crates/cursive_core-0.4.6.crate) = 321ec774d27fafc66e812034d0025f8858bd7d9095304ff8fc200e0b9f9cc257 +SIZE (rust/crates/cursive_core-0.4.6.crate) = 206374 +SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee +SIZE (rust/crates/darling-0.20.11.crate) = 37614 +SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e +SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 +SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead +SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 +SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e +SIZE (rust/crates/deranged-0.4.0.crate) = 23235 +SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 +SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689 +SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d +SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 +SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 +SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 +SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 +SHA256 (rust/crates/enum-map-2.7.3.crate) = 6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9 +SIZE (rust/crates/enum-map-2.7.3.crate) = 21792 +SHA256 (rust/crates/enum-map-derive-0.17.0.crate) = f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb +SIZE (rust/crates/enum-map-derive-0.17.0.crate) = 10781 +SHA256 (rust/crates/enumset-1.1.6.crate) = 11a6b7c3d347de0a9f7bfd2f853be43fe32fa6fac30c70f6d6d67a1e936b87ee +SIZE (rust/crates/enumset-1.1.6.crate) = 29044 +SHA256 (rust/crates/enumset_derive-0.11.0.crate) = 6da3ea9e1d1a3b1593e15781f930120e72aa7501610b2f82e5b6739c72e8eac5 +SIZE (rust/crates/enumset_derive-0.11.0.crate) = 14602 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 +SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 +SIZE (rust/crates/event-listener-2.5.3.crate) = 15392 +SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be +SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 +SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 +SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b +SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-lite-1.13.0.crate) = 49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce +SIZE (rust/crates/futures-lite-1.13.0.crate) = 37058 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 +SIZE (rust/crates/http-0.2.12.crate) = 101964 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 +SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f +SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 +SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 +SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e +SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 +SHA256 (rust/crates/instant-0.1.13.crate) = e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 +SIZE (rust/crates/instant-0.1.13.crate) = 6305 +SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 +SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 +SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf +SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 +SHA256 (rust/crates/isahc-1.7.2.crate) = 334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9 +SIZE (rust/crates/isahc-1.7.2.crate) = 203314 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/libnghttp2-sys-0.1.11+1.64.0.crate) = 1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4 +SIZE (rust/crates/libnghttp2-sys-0.1.11+1.64.0.crate) = 1968997 +SHA256 (rust/crates/libredox-0.1.4.crate) = 1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638 +SIZE (rust/crates/libredox-0.1.4.crate) = 6946 +SHA256 (rust/crates/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d +SIZE (rust/crates/libz-sys-1.1.22.crate) = 841053 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a +SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 +SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a +SIZE (rust/crates/mime-0.3.17.crate) = 15712 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 +SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 +SIZE (rust/crates/num-0.4.3.crate) = 9575 +SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 +SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 +SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf +SIZE (rust/crates/num-iter-0.1.45.crate) = 10320 +SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824 +SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 +SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 +SHA256 (rust/crates/openssl-0.10.73.crate) = 8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8 +SIZE (rust/crates/openssl-0.10.73.crate) = 283994 +SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c +SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 +SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e +SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/openssl-src-300.5.1+3.5.1.crate) = 735230c832b28c000e3bc117119e6466a663ec73506bc0a9907ea4187508e42a +SIZE (rust/crates/openssl-src-300.5.1+3.5.1.crate) = 10505501 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 +SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba +SIZE (rust/crates/parking-2.2.1.crate) = 10685 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a +SIZE (rust/crates/pin-project-1.1.10.crate) = 56348 +SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861 +SIZE (rust/crates/pin-project-internal-1.1.10.crate) = 29162 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/polling-2.8.0.crate) = 4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce +SIZE (rust/crates/polling-2.8.0.crate) = 43554 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 +SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5 +SIZE (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 7745 +SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802 +SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 +SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 +SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 +SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 +SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +SHA256 (rust/crates/savefile-0.18.6.crate) = ce59deea3028234ce3c8265fe4bf50c7f9c09488d08caeb44e5545a37778eeb4 +SIZE (rust/crates/savefile-0.18.6.crate) = 63955 +SHA256 (rust/crates/savefile-derive-0.18.6.crate) = 02ff2c898fd98e9c08d78b2b5e791afcbe88336ce8d951691f50bb1996685b10 +SIZE (rust/crates/savefile-derive-0.18.6.crate) = 40863 +SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d +SIZE (rust/crates/schannel-0.1.27.crate) = 42772 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 +SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_with-3.14.0.crate) = f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5 +SIZE (rust/crates/serde_with-3.14.0.crate) = 192177 +SHA256 (rust/crates/serde_with_macros-3.14.0.crate) = de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f +SIZE (rust/crates/serde_with_macros-3.14.0.crate) = 39066 +SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 +SIZE (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 65290 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/signal-hook-0.3.18.crate) = d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2 +SIZE (rust/crates/signal-hook-0.3.18.crate) = 50862 +SHA256 (rust/crates/signal-hook-mio-0.2.4.crate) = 34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd +SIZE (rust/crates/signal-hook-mio-0.2.4.crate) = 9314 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/sluice-0.5.5.crate) = 6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5 +SIZE (rust/crates/sluice-0.5.5.crate) = 6960 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/stringcase-0.4.0.crate) = 72abeda133c49d7bddece6c154728f83eec8172380c80ab7096da9487e20d27c +SIZE (rust/crates/stringcase-0.4.0.crate) = 32401 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc +SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 +SHA256 (rust/crates/tokio-1.46.1.crate) = 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 +SIZE (rust/crates/tokio-1.46.1.crate) = 823632 +SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 +SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/tracing-futures-0.2.5.crate) = 97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2 +SIZE (rust/crates/tracing-futures-0.2.5.crate) = 11637 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 +SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 +SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af +SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 +SHA256 (rust/crates/unsafe-libyaml-0.2.11.crate) = 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 +SIZE (rust/crates/unsafe-libyaml-0.2.11.crate) = 62101 +SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 +SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be +SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/waker-fn-1.2.0.crate) = 317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7 +SIZE (rust/crates/waker-fn-1.2.0.crate) = 6685 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec +SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/xi-unicode-0.3.0.crate) = a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a +SIZE (rust/crates/xi-unicode-0.3.0.crate) = 87001 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (BaconIsAVeg-outside-v0.4.1_GH0.tar.gz) = f12295654f340241fd3105b39a1c4b3d4965bdb5807d8dfb5eec92f7600bea47 +SIZE (BaconIsAVeg-outside-v0.4.1_GH0.tar.gz) = 1718509 diff --git a/misc/outside/pkg-descr b/misc/outside/pkg-descr new file mode 100644 index 000000000000..bcbb0fbf475b --- /dev/null +++ b/misc/outside/pkg-descr @@ -0,0 +1,13 @@ +outside is a multi-purpose weather client for your terminal that provides +real-time weather information in various formats. + +Features: + +- Multiple output formats: TUI, simple, detailed, JSON, and Waybar +- Auto-detects location via IP address +- Configurable units (metric/imperial) +- Streaming mode for continuous weather updates +- Caches location and weather data for efficiency +- Waybar integration support +- Customizable display templates +- Weather icons with Nerd Fonts support diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index fdc63fd380a4..a9454ee3afff 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,5 +1,5 @@ PORTNAME= Business-ISBN-Data -PORTVERSION= 20250708.001 +PORTVERSION= 20250710.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 c2f9f88b1b3f..6c7c0fb6a849 100644 --- a/misc/p5-Business-ISBN-Data/distinfo +++ b/misc/p5-Business-ISBN-Data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752175306 -SHA256 (Business-ISBN-Data-20250708.001.tar.gz) = a3a6d57e8855674640baec22d5f5e2fe068cc150da3986009d5803e44e126b31 -SIZE (Business-ISBN-Data-20250708.001.tar.gz) = 36935 +TIMESTAMP = 1752394330 +SHA256 (Business-ISBN-Data-20250710.001.tar.gz) = 3d4d0036612666ef2e801f07dcb463d7e572bb7058d3498a3bcd8096dafcc17a +SIZE (Business-ISBN-Data-20250710.001.tar.gz) = 36969 diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index f166f258e388..25b4a58ab715 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -1,5 +1,5 @@ PORTNAME= pciids -PORTVERSION= 20250621 +PORTVERSION= 20250711 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ PORTDATA= pci.ids USE_GITHUB= yes GH_ACCOUNT= pciutils -GH_TAGNAME= 6d8349f +GH_TAGNAME= 461b419 do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo index a4ecd46f357c..8da1d10456a6 100644 --- a/misc/pciids/distinfo +++ b/misc/pciids/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208132 -SHA256 (pciutils-pciids-20250621-6d8349f_GH0.tar.gz) = 92000b1d58b9e43e250db7a46032247592b7d52b5a378510b648aefc7ae78eef -SIZE (pciutils-pciids-20250621-6d8349f_GH0.tar.gz) = 353197 +TIMESTAMP = 1752266020 +SHA256 (pciutils-pciids-20250711-461b419_GH0.tar.gz) = 6523e4aca7e44ecbbbc21f1ec69a54ca04be3887526c8b06f3094e5932662ad6 +SIZE (pciutils-pciids-20250711-461b419_GH0.tar.gz) = 354290 diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index a64f80837d4c..28031567379e 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.33.2 +DISTVERSION= 0.33.4 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo index c8be21b749e2..c8c051e41f6b 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751591525 -SHA256 (huggingface_hub-0.33.2.tar.gz) = 84221defaec8fa09c090390cd68c78b88e3c4c2b7befba68d3dc5aacbc3c2c5f -SIZE (huggingface_hub-0.33.2.tar.gz) = 426637 +TIMESTAMP = 1752453541 +SHA256 (huggingface_hub-0.33.4.tar.gz) = 6af13478deae120e765bfd92adad0ae1aec1ad8c439b46f23058ad5956cbca0a +SIZE (huggingface_hub-0.33.4.tar.gz) = 426674 diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile index 495ede95db1b..cb9a31128083 100644 --- a/misc/py-litellm/Makefile +++ b/misc/py-litellm/Makefile @@ -1,5 +1,5 @@ PORTNAME= litellm -DISTVERSION= 1.74.0 +DISTVERSION= 1.74.3 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo index dac2a2b05f8f..ca5dfabc1818 100644 --- a/misc/py-litellm/distinfo +++ b/misc/py-litellm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751699635 -SHA256 (litellm-1.74.0.tar.gz) = 2ee64579568cc81835025db45da6d91ee7ec6706ab4adf1a833866999ed822e7 -SIZE (litellm-1.74.0.tar.gz) = 9095626 +TIMESTAMP = 1752454835 +SHA256 (litellm-1.74.3.tar.gz) = a9e87ebe78947ceec67e75f830f1c956cc653b84563574241acea9c84e7e3ca1 +SIZE (litellm-1.74.3.tar.gz) = 9256457 diff --git a/misc/rubygem-mime-types-data/Makefile b/misc/rubygem-mime-types-data/Makefile index d0c632c2160e..bf494f529151 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.0617 +PORTVERSION= 3.2025.0708 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-mime-types-data/distinfo b/misc/rubygem-mime-types-data/distinfo index c8dfd5694c4f..3ac2b13d1f87 100644 --- a/misc/rubygem-mime-types-data/distinfo +++ b/misc/rubygem-mime-types-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954422 -SHA256 (rubygem/mime-types-data-3.2025.0617.gem) = 1220c4af9a22dbdecdc490dda00e8b9303bb41239ec428a682d4cfdb64bc3ef6 -SIZE (rubygem/mime-types-data-3.2025.0617.gem) = 169472 +TIMESTAMP = 1752266246 +SHA256 (rubygem/mime-types-data-3.2025.0708.gem) = 9089b436d382d8d2a4c9277d2aa9109ecf25ff4d056dc97e224009f042edb9db +SIZE (rubygem/mime-types-data-3.2025.0708.gem) = 169472 diff --git a/net-mgmt/net-snmp/files/patch-agent_mibgroup_mibII_tcp.c b/net-mgmt/net-snmp/files/patch-agent_mibgroup_mibII_tcp.c index af46e3d86d43..83470a30dedf 100644 --- a/net-mgmt/net-snmp/files/patch-agent_mibgroup_mibII_tcp.c +++ b/net-mgmt/net-snmp/files/patch-agent_mibgroup_mibII_tcp.c @@ -1,5 +1,5 @@ ---- agent/mibgroup/mibII/tcp.c.orig 2023-08-15 20:32:01 UTC -+++ agent/mibgroup/mibII/tcp.c +--- agent/mibgroup/mibII/tcp.c.orig 2023-08-15 13:32:01.000000000 -0700 ++++ agent/mibgroup/mibII/tcp.c 2025-07-10 17:17:00.309421000 -0700 @@ -8,6 +8,14 @@ #include <net-snmp/net-snmp-features.h> #include "mibII_common.h" @@ -15,3 +15,21 @@ #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif +@@ -38,8 +46,17 @@ + #include <netinet/tcpip.h> + #endif + #ifdef HAVE_NETINET_TCP_TIMER_H ++#if __FreeBSD_version >= 1500048 ++#define _KERNEL ++#define max(x, y) (((x) > (y)) ? (x) : (y)) ++#define MSEC_2_TICKS(m) max(1, (uint32_t)((hz == 1000) ? \ ++ (m) : ((uint64_t)(m) * (uint64_t)hz)/(uint64_t)1000)) ++#endif + #include <netinet/tcp_timer.h> ++#if __FreeBSD_version >= 1500048 ++#undef _KERNEL + #endif ++#endif + #ifdef HAVE_NETINET_TCP_VAR_H + #ifdef openbsd7 + #define _KERNEL /* OpenBSD 7.3 */ diff --git a/net-mgmt/py-netutils/Makefile b/net-mgmt/py-netutils/Makefile index a8fa2c013f01..5efc070d3c36 100644 --- a/net-mgmt/py-netutils/Makefile +++ b/net-mgmt/py-netutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= netutils -DISTVERSION= 1.13.0 +DISTVERSION= 1.14.1 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-mgmt/py-netutils/distinfo b/net-mgmt/py-netutils/distinfo index 67f2cfe1c992..e693ab3ed009 100644 --- a/net-mgmt/py-netutils/distinfo +++ b/net-mgmt/py-netutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743677506 -SHA256 (netutils-1.13.0.tar.gz) = 0369fbb3248b43d52f5b59e7d4bffb7694d5d493718d65ffad4d6e50312873e0 -SIZE (netutils-1.13.0.tar.gz) = 505174 +TIMESTAMP = 1752304592 +SHA256 (netutils-1.14.1.tar.gz) = ddf0c7d8f863214c2aaabe1d8ff5e20b2c5749eafad04a4847a97ae8cc9e28bc +SIZE (netutils-1.14.1.tar.gz) = 513249 diff --git a/net/binkd/Makefile b/net/binkd/Makefile index 96ea3b3bce7e..87761e4d202b 100644 --- a/net/binkd/Makefile +++ b/net/binkd/Makefile @@ -1,5 +1,6 @@ PORTNAME= binkd DISTVERSION= 1.1a-115 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= dz@dolik.dev @@ -16,26 +17,38 @@ GH_TAGNAME= 3bf55d5 USE_RC_SUBR= binkd GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE=yes +MAKE_JOBS_UNSAFE= yes USERS= fido GROUPS= fido -OPTIONS_DEFINE= ASO DOCS PROXY BWLIM PERL AFF NTLM +OPTIONS_DEFINE= AFF ASO BWLIM DOCS NTLM PERL PROXY -ASO_DESC= Amiga Style Outbound (ASO) support AFF_DESC= Enable soft IP address family force feature +ASO_DESC= Amiga Style Outbound (ASO) support BWLIM_DESC= Bandwidth limiting support NTLM_DESC= Enable NTLM proxy authorization support +AFF_CONFIGURE_WITH= af-force ASO_CONFIGURE_WITH= aso BWLIM_CONFIGURE_WITH= bwlim -AFF_CONFIGURE_WITH= af-force -PROXY_CONFIGURE_WITH= proxy NTLM_CONFIGURE_WITH= ntlm PERL_CONFIGURE_WITH= perl +PROXY_CONFIGURE_WITH= proxy pre-configure: @${CP} ${WRKSRC}/mkfls/unix/* ${WRKSRC}/ +post-install: + ${INSTALL_DATA} ${FILESDIR}/binkd.conf ${STAGEDIR}${PREFIX}/etc/binkd.conf.sample + ${MV} ${STAGEDIR}${PREFIX}/etc/binkd.conf-dist ${STAGEDIR}${PREFIX}/share/doc/binkd + ${MKDIR} ${STAGEDIR}/var/log + ${TOUCH} ${STAGEDIR}/var/log/binkd.log + ${MKDIR} ${STAGEDIR}/var/run/binkd + ${MKDIR} ${STAGEDIR}/var/spool/binkd + ${MKDIR} ${STAGEDIR}/var/spool/binkd/outbound + ${MKDIR} ${STAGEDIR}/var/spool/binkd/inbound-secure + ${MKDIR} ${STAGEDIR}/var/spool/binkd/inbound-unsecure + ${MKDIR} ${STAGEDIR}/var/spool/binkd/inbound-temp + .include <bsd.port.mk> diff --git a/net/binkd/files/binkd.conf b/net/binkd/files/binkd.conf new file mode 100644 index 000000000000..9b047c0fc980 --- /dev/null +++ b/net/binkd/files/binkd.conf @@ -0,0 +1,546 @@ +# Binkd sample configuration file for unix-like enviroment +# Copyright (C) 1996-1997 by Dima Maloff, 2:5047/13 +# Copyright (C) 2013 by Binkd development team +# $Id$ + +# +# Path and name for the logfile, loglevel +# +log /var/log/binkd.log +loglevel 6 + +# +# Your FTN domains: +# domain <name> <main-outbound> <default-zone> [<root-domain>] +# or +# domain <new-name> alias-for <name> +# The first variant specifies a domain as a default domain for 3D/4D addresses. +# +domain fidonet /var/spool/binkd/outbound/fidonet 2 +# +# Aliases to support known wrong 5D configurations +domain fido alias-for fidonet +domain fidorus alias-for fidonet +domain fido7 alias-for fidonet +# +# Aliases to support known DNS domain zones +# (some people mix up the terms "FTN domain" and "DNS internet domain") +domain fidonet.org alias-for fidonet +domain fidonet.net alias-for fidonet + +# +# Your addresses, 5D or 4D or 3D: +# address <addr1> ... +# If the first address is specified as a 3D/4D address, its domain will be +# taken from the domain defined in the first "domain" line. If more addresses +# are specified as 3D/4D ones, their domain will be taken from the first +# address. +# +address -1:-1/-1@fidonet + +# +# Hide or present the specified AKAs if remote AKAs match the address mask +# hide-aka <my-aka> [!]<mask> +# present-aka <add-aka> [!]<mask> +# Mask is compared to the 5d-form of address string, '*' matches any number +# of any symbols (so you have to write '2:5020/*' but not '5020/*') +# Use '!' to invert the mask +# These rules apply in the same order as in config, you can present any address +# +#hide-aka 2:5020/999.* !2:*@fidonet # hide aka from all but fido zone 2 +#present-aka 2:5047/999.1 2:5047/*.0* # present aka to all nodes in 2:5047 + +# +# The name of your system, its location and your name +# +sysname "Ivan's BBS" +location "Magadan, Russia" +sysop "Ivan Ivanov" + +# +# System capabilities +# +nodeinfo 300,TCP,BINKP + +# +# Uncomment it if you want binkd log at your console +# +conlog 4 + +# +# If a log message matches one of these masks, it won't be written to log +# (masks are in shell/glob style, case-insensitive) +# +#nolog "*socket # [0-9]*" +#nolog "*.[bc]sy" + +# +# Uncomment if you want T-Mail(FrontDoor)-style binary log +# (Will work and have sense on PCs only?) +# +#binlog binkd.sts +#fdinhist in.his +#fdouthist out.his + +# +# TCP settings. Leave this unchanged if not sure. +# +# Suffixes for time intervals are w for weeks, d for days, +# h for hours, m for minutes, s or no suffix for seconds. +# You can mix the suffixes, i.e. 1d12h is the same as 36h. +# +#iport binkp +#oport binkp +#oblksize 4096 +#timeout 5m +#connect-timeout 5m +#bindaddr 192.168.0.3 +#listen * + +# +# Zlib compression parameters (if built with zlib support) +# zlevel - compression level (zlib only, bzlib2 uses 100kb always), +# set to 0 to use default value of 6 +# zminsize <size> - files smaller than <size> won't be compressed anyway +# Rules: +# zallow <mask1>[ <mask2>... <maskN>] - allow compression for the masks +# zdeny <mask1>[ <mask2>... <maskN>] - deny compression for the masks +# If remote accepts compressed blocks (OPT GZ), its name will be checked +# against these rules before sending each file. If the name matches a zallow +# rule, the file will be sent with compression. If the name matches a zdeny rule, +# it will be sent as-is. The rule matched first is applied. If a file doesn't +# match any rule, zdeny will be assumed. +# +#zminsize 1024 +# +#zallow *.pkt +#zdeny *.su? *.mo? *.tu? *.we? *.th? *.fr? *.sa? +#zdeny *.zip *.rar *.arj *.ha *.gz *.tgz *.bz2 *.z[0-9][0-9] *.r[0-9][0-9] +#zallow * + +# +# HTTPS or SOCKS settings. +# +# proxy 192.0.2.3:3128 # <- regular http/https proxy (i.e. squid) +# proxy 192.0.2.3:3128/user/password # <- proxy required username/password +# # (as in browser) +# +# proxy 192.168.0.3:3128/user/password/your_host/your_domain +# ^- proxy required NTLM authorization with username/password +# your_host -- Windows host name without domain (i.e. MY_HOST) +# your_domain -- Windows domain name (not FQDN, i.e. DEFAULT_DOMAIN) +# +# socks 192.0.2.3:1080 # <- socks4 proxy +# socks 192.0.2.3:1080/ # <- socks5 proxy without authorization +# socks 192.0.2.3:1080/user/password # <- socks5 proxy with username/password +# # (RFC-1929) + +# +# Delay of calls and outbound rescans in seconds +# +#call-delay 1m +#rescan-delay 1m + +# +# Max. number of inbound/outbound connections +# +#maxservers 2 +#maxclients 2 + +# +# Binkd will try to call a node N times. If failed, it will +# hold the node for S seconds. The feature is off by default. +# +try 10 +hold 10m + +# +# Binkd will remove .try files after successful session. +# The feature is off by default. +# +#remove-try-files + +# +# hold-skipped <S> +# Binkd will hold for S seconds all mail skipped by a node. (Def. -- 1h) +# +#hold-skipped 1h + +# +# Don't send (only receive) files if no password for an inbound session +# +send-if-pwd + +# Tzoff corrects UTC time returned by time() under DOS-derived OS +# Using system TZ variable or tzselect(8) is preferred. +#tzoff 3h + +# +# Use syslog (Only if made with -DHAVE_VSYSLOG and -DHAVE_FACILITYNAMES) +# +#syslog local0 + +# +# Print percents while sending or receiving +# +percents + +# +# List queue after rescans +# +printq + +# +# Perform reverse resolving (for logging only) +# +backresolv + +# +# Log pid: +# +pid-file /var/run/binkd/binkd.pid + +# +# Map paths in flo's: +# ftrans <old-string> <new-string> +# Use as many ftrans's as you want. +# +#ftrans "D:\\fido\\outbound" ~/ftn/outbound +#ftrans "\\" "/" # this replaces all slashes in a path + +# +# Inbound directories for secure and non-secure links +# +inbound /var/spool/binkd/inbound-secure +inbound-nonsecure /var/spool/binkd/inbound-unsecure + +# +# Directory for incomplete receiving files (.hr and .dt), +# default to inbound for the node +# +temp-inbound /var/spool/binkd/inbound-temp + +# +# Binkd will skip all files from a node if +# size_of_the_next_file_for_us_there + minfree < free_space_in_inbound +# The zero value and the value 4294967295 (2**32-1) are equivalent to infinity. +# +minfree 2048 +minfree-nonsecure 2048 + +# +# When trying to receive a new file: remove partial files with this +# name but different size or time from inbound. (If commented out, binkd +# will left old parts as .dt and .hr in the inbound directory). +# +kill-dup-partial-files + +# +# Remove all old partial files from inbound. (OFF if commented out) +# kill-old-partial-files <max-age-in-seconds> +# +kill-old-partial-files 1d + +# +# Remove old .bsy/.csy files (If some are left after a system crash). It would +# be wise to set this to 12h on almost any system. (Note that binkd always +# touches .bsy's/.csy's for active sessions) +# +# kill-old-bsy is OFF by default. +# +kill-old-bsy 12h + +# +# Create a flag file after receiving a file +# +#flag toss!.now *.pkt +#flag toss!.now *.su? *.mo? *.tu? *.we? *.th? *.fr? *.sa? + +# +# Run an external program. +# The "*S" macro in command line substed with S.R.I.F., see !SRIF.TXT +# The "!" before program pathname means immediate program execution +# after receiving the file. +# *** win32 only: +# The "@" before program pathname means execute program in separate console +# The "@@" before program pathname means execute program in hidden console +# *** +# Macros: *F - complete name of received file, +# *A0..*A9 - first 10 AKA of remote system, +# *A*, *A@ - list of all remote AKA separated by spaces +# *P - password protected [0|1], +# *L - listed system [0|1] +# *H - remote hostname or IP, +# *N - short file name (win32 only). +# +#exec "!my-freq-processor /options *S" *.req +#exec "!~/ftn/binkd/srifreq *S" *.req +#exec "my-pkt-unpacker /options *P *A* *F" *.[pP][kK][tT] +#exec "my-tosser /options" /opt/ftn/inbound-secure/*.[STFWMstfwm][ouaherOUAHER][0-9A-Za-z] +#exec "nice -n 19 /usr/bin/hpt toss link" ~/ftn/inbound-secure/*.[STFWMstfwm][ouaherOUAHER][0-9A-Za-z] *.[pP][kK][tT] + +# +# Include a file +# +#include /opt/ftn/binkd.inc + +# +# Overrides root domain for DNS lookups, see 'node' below. +# +#root-domain binkp.net + +# +# Perl hooks file (if built with Perl) +# +#perl-hooks ~/ftn/binkd/nodelist.pl + +# +# Perl DLL file (only matters if compiled with PERLDL=1 for Win32) +# +#perl-dll perl56.dll + +# +# binkd will refuse to start if perl-hooks script has compilation errors. +# Note, that run-time errors still can occur. +# +#perl-strict + +# +# This variables can be used in perl hooks as $cfg{"name"} +# Syntax: perl-var <name> <value> +# +#perl-var nodelist ~/ftn/nodelist/nodelist.[0-9][0-9][0-9] +#perl-var magichost * + +# +# Scan T-Mail boxes (short and long) in CIFS-mounted directory +# +#filebox /mnt/fido/t-mail/boxes + +# +# Scan theBrake! long boxes +# +#brakebox ~/ftn/longbox + +# +# Should binkd delete empty boxes? +# Uncomment the following line if yes +# +#deletebox + +# +# Scan node outbound while connecting and send mail size to remote +# +prescan + +# t-mail or ifcico (qico) password file. +# Format of the password file: +# [password] <FTN address> <inpwd>[,[<pktpwd>][,<outpwd>]] +# where: +# [password] optional "password" token; +# <FTN address> address of a link in the form 1:2/3.4@domain +# or 1:2/3@domain or 1:2/3 or 1:2/3.4; +# <inpwd> password for incoming sessions; +# <pktpwd> packet password, used when "share" token +# is handled; +# <outpwd> password for outgoing sessions. +# Any password is one word without spaces or tabs. If <pktpwd> or <outpwd> +# is omitted, it will be assumed equal to <inpwd>. If a password is defined for +# a node by the "node" token, then the passwords for the node in the password +# file will be ignored. +# +#passwords ~/ftn/binkd/passwords + +# +# Skip files: +# skip [all|listed|unlisted|secure|unsecure] [!]<sizeKb>|- <mask>... +# +# 'all' applies to all sessions (default) +# 'listed' applies to sessions with the nodes defined by 'node' keyword +# 'secure' applies to password-protected sessions +# +# Use '!' before size for destructive skip, default is non-destructive one. +# If <size> > 0, then only files larger than <size> in kilobytes will be skipped; +# zero <size> applies to all files; +# if the <size> is set to '-', then the rule will allow +# any file matching the <mask>. +# +# <mask> is a shell-style mask, case-insensitive (except for symbols in []), +# multiple masks for a rule are permitted. +# +# Policy for rule processing is first-match +# +#skip all 0 *.mp3 *.avi +#skip unsecure 256 *.pkt +#skip unsecure !0 * + +# +# Overwrite the existing file by the new received, +# do not save with the changed extension +# +#overwrite net_*.* + +# +# Inbound filename case: +# inboundcase [save(default)|upper|lower|mixed] +# +# 'save' don't change filename case (default) +# 'upper' uppercase filename (FILE-NAME.EXT) +# 'lower' lowercase filename (file-name.ext) +# 'mixed' make filename pretty (File-Name.Ext) +# +# * tested only with english filenames +# +#inboundcase save + +# +# Rename style if file with the same name already exists in inbound +# rename-style [postix|extension] +# +# 'postfix' append number at the end of filename, after dot (default) +# example: file.ext -> file.ext.1 +# 'extension' change filename extension +# example: file.ext -> file.ex0 +# +# Not applied to *.pkt, arcmail, *.tic, *.req - only filename is changed +# for these file types. +# +#rename-style postfix + +# +# Should binkd send empty files? +# dont-send-empty [no(default)|arcmail|yes] +# +# 'no' inhibit only sending *.?ut (netmail) with size <=60 bytes +# 'arcmail' do not send zero-size arcmail and pkt <= 60 bytes +# 'yes' do not send all zero-size files and pkt <= 60 bytes +# +#dont-send-empty no + +# +# Should binkd delete empty point dirs in BSO? +# Uncomment the following line if yes +# +#deletedirs + +# +# Use Amiga Style Outbound (ASO) +# +#aso + +# +# Limit bandwidth (rate): +# limit-rate [all|listed|unlisted|secure|unsecure] <rate>[kM%]|- <mask>... +# +# <rate> is a max allowed rate in bytes-per-second (k=kbytes, M=Mbytes). +# If '%' is specified, the node -bw rate will be multiplied by this value +# in percents, if '-' is specified, then rate will be unlimited. +# <mask> is a filename mask to apply this rule to. +# +# limit-rate rules are checked in the order they appear in config, first +# matching rule is applied. +# +# IMPORTANT! If a node has no explicitly defined bandwidth limit, the +# defnode's limit will be used. If defnode has no limit, rate will be unlimited. +# +#limit-rate unsecure - *.pkt +#limit-rate unsecure 2k * + +# Define shared aka +# Add a shared-address as aka for any node from this list, so that +# uncompessed netmail for shared aka will be sent in the first session with +# any node listed in shares; packet header will be updated to match this +# node's main aka and pkt password +# share <shared-address> <node1> [<node2> ...] +# example: +#share 2:999/999 2:5020/52 2:5020/238 + +# +# Check the sender's address in incoming pkt's, change the file extension +# to <ext> if the check failed. +# check-pkthdr [all|secure|unsecure|listed|unlisted] <ext> +# +# 'all' applies to all nodes; +# 'listed' will be applied if at least one aka is defined by 'node' keyword; +# 'secure' will be applied if at least one aka is password-protected. +# +# It's ok to specify .<ext> as well as <ext> - the dot before ext is ignored. +# The policy set by check-pkthdr may be overridden by -hc or -nohc flags +# in a 'node' definition (see below). +# Flag order: -nohc (for any aka), -hc (for any aka), check-pkthdr flag +# +#check-pkthdr secure .sec + +# +# Define a link: +# node [[z:]n/]n[.p][@domain] [-nr|-nd] [-md] [-hc|-nohc] [-ip|-sip] [-bw <send_rate>[/<recv_rate>]] [-pipe <cmd>] [-4|-6] [{hosts|-} [{<inpwd>[,[<pktpwd>][,<outpwd>]]|-} [flavour [{obox|-} [{ibox|-}]]]]] +# +# * All non-"-" fields will redefine the values specified for the same node +# earlier in config. +# * The meaning of <inpwd>, <pktpwd> and <outpwd> is the same as in +# the description of the "passwords" token. Any password is one word +# without spaces or tabs. If <pktpwd> or <outpwd> is omitted, it will be +# assumed equal to <inpwd>. +# * Flavour is one of i, c, d, -, h and is the flavour for the outbound +# filebox ("obox"). +# * Binkd sends from obox all non-dir entries NOT matching ".*" wildcard. +# EVERY TIME YOU PUT A FILE INTO OBOX, CHECK IF BINKD IS ABLE TO +# UNLINK IT. Otherwise, the session will never end. +# * Default for ibox is inbound or inbound-nosecure depending on the pwd field. +# * Default for port is oport. +# * '-nr' stands for 'Not Reliable Link', this works only on outbound calls +# with another binkp/1.1 mailer. The option solves the only problem with +# binkd having not enough time to start receiving a file from +# non-zero offset before IP link's down, so don't use it unless you +# have this problem -- really not effective +# * '-nd' means "No Dupe Mode", this works only on outbound calls with +# another binkd 0.9.3 or higher. The option solves the problem with +# duplicating files when connection is lost but link is a bit slower +# than it is with "-nr" option. +# * '-md' means "Must have CRAM-MD5". This works only with the nodes using +# versions of binkd or argus supporting this method. Do not set it if +# your link can use an old version of binkd. +# * '-nomd' - do not use CRAM-MD5 for this node (send plain text password) +# * '-hc' enables check of sender address in pkt header for this node/aka +# (overrides the setting of the 'check-pkthdr' statement) +# * '-nohc' disables check of sender address in pkt header for this node/aka +# (overrides the setting of the 'check-pkthdr' statement) +# * '-ip' means "Remote IP check". In this case the node will be +# rejected if it comes not from one of its IP-addresses. +# Remote AKAs with bad IP-address will be dropped on outgoing calls. +# * '-sip' means "Strict remote IP check". Like "-ip", but node will be +# rejected if no IP-addresses are allowed ("-" or not resolved). +# Remote AKAs with bad IP-address will be dropped on outgoing calls. +# * '-bw' specifies bandwidth (rate) limit for this node. +# If one value is specified, it will be used as both send and recv limit. +# If two values are specified, the first one will be for send and the +# second one for recv. +# The rate values are expected to be in the format '<rate>[kM%]|-' +# (see limit-rate keyword for detailed description). +# * '-noproxy' disables usage of proxy/socks server when calling this node +# (the node is expected to be inside local network). +# * '-pipe' means "run an external command for building a tunnel to the node". +# '*H' macro is substituted by host and '*I' by port number. +# * '-4' only connect via IPv4 +# * '-6' only connect via IPv6 +# * '-64' binkd will first try to connect over IPv6, and in case of failure, +# it will try again over IPv4. Attention! To use the option, you need +# to compile binkd with the "--with-af-force" option. +# * '-46' binkd will first try to connect over IPv4, and in case of failure, +# it will try again over IPv6. Attention! To use the option, you need +# to compile binkd with the "--with-af-force" option. +# * Hosts is a list in form +# host1[:port1][;host2[:port2]] ... +# * Asterisk ('*') in the host list forces Binkd to perform +# 1:2/3.4 --> p4.f3.n2.z1.binkp.net translation for a node's +# Fido-address and IP lookup for the resulting FQDN in DNS. +# Root domain part ("binkp.net") can be changed with root-domain +# keyword. +# +#node 5047/888 - password +#node 5047/999 -md hostname;* password i ~/ftn/personalboxes/to999 ~/ftn/personalboxes/from999 + +# +# Default node flags. Binkd will call an unlisted node if "defnode" is defined. +# +defnode -nd * diff --git a/net/binkd/files/binkd.in b/net/binkd/files/binkd.in index 41e7f06a61ed..1b5395069b47 100644 --- a/net/binkd/files/binkd.in +++ b/net/binkd/files/binkd.in @@ -12,7 +12,7 @@ # DO NOT CHANGE THESE DEFAULT VALUES HERE # binkd_enable=${binkd_enable:-"NO"} -binkd_config=${binkd_config:-"%%PREFIX%%/etc/binkd.cfg"} +binkd_config=${binkd_config:-"%%PREFIX%%/etc/binkd.conf"} binkd_flags=${binkd_flags:-"-D"} binkd_user=${binkd_user:-"fido"} binkd_pidfile=${binkd_pidfile:-"/var/run/binkd/binkd.pid"} diff --git a/net/binkd/pkg-plist b/net/binkd/pkg-plist index 496d34e09448..590267e83537 100644 --- a/net/binkd/pkg-plist +++ b/net/binkd/pkg-plist @@ -1,6 +1,14 @@ -@sample etc/binkd.conf-dist etc/binkd.conf +@sample etc/binkd.conf.sample sbin/binkd sbin/binkd-1.1a-115 share/man/man8/binkd.8.gz %%PORTDOCS%%%%DOCSDIR%%/binkdfaq-en.txt %%PORTDOCS%%%%DOCSDIR%%/binkdfaq-ru.txt +%%PORTDOCS%%%%DOCSDIR%%/binkd.conf-dist +@(fido,fido,644) /var/log/binkd.log +@dir(fido,fido,755) /var/run/binkd +@dir(fido,fido,755) /var/spool/binkd +@dir(fido,fido,755) /var/spool/binkd/outbound +@dir(fido,fido,755) /var/spool/binkd/inbound-secure +@dir(fido,fido,755) /var/spool/binkd/inbound-unsecure +@dir(fido,fido,755) /var/spool/binkd/inbound-temp diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 8c9aecf484d2..d786f96bad56 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,7 +1,6 @@ PORTNAME= mtr -PORTVERSION= 0.95 +PORTVERSION= 0.96 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/mtr/distinfo b/net/mtr/distinfo index 1140d445491d..dea1181bf98d 100644 --- a/net/mtr/distinfo +++ b/net/mtr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643178478 -SHA256 (traviscross-mtr-v0.95_GH0.tar.gz) = 12490fb660ba5fb34df8c06a0f62b4f9cbd11a584fc3f6eceda0a99124e8596f -SIZE (traviscross-mtr-v0.95_GH0.tar.gz) = 144541 +TIMESTAMP = 1752266022 +SHA256 (traviscross-mtr-v0.96_GH0.tar.gz) = 73e6aef3fb6c8b482acb5b5e2b8fa7794045c4f2420276f035ce76c5beae632d +SIZE (traviscross-mtr-v0.96_GH0.tar.gz) = 158043 diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index a13b89459fa7..875204592873 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,6 +1,6 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.60.0 +DISTVERSION= 4.60.1 CATEGORIES= net PKGNAMEPREFIX= redpanda- diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo index eeddaa49a4da..ac29b8d00ff6 100644 --- a/net/redpanda-connect/distinfo +++ b/net/redpanda-connect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752218291 -SHA256 (go/net_redpanda-connect/connect-v4.60.0/v4.60.0.mod) = 1b37bd61125b3b38b710b9c2819f8daf6fadbed10ac18f22d2840e237b37f42f -SIZE (go/net_redpanda-connect/connect-v4.60.0/v4.60.0.mod) = 24329 -SHA256 (go/net_redpanda-connect/connect-v4.60.0/v4.60.0.zip) = 214f243daf9f9af94f58749aac84d09cf514000c2b2af8edde1da21d00571cf5 -SIZE (go/net_redpanda-connect/connect-v4.60.0/v4.60.0.zip) = 2813442 +TIMESTAMP = 1752329135 +SHA256 (go/net_redpanda-connect/connect-v4.60.1/v4.60.1.mod) = 1b37bd61125b3b38b710b9c2819f8daf6fadbed10ac18f22d2840e237b37f42f +SIZE (go/net_redpanda-connect/connect-v4.60.1/v4.60.1.mod) = 24329 +SHA256 (go/net_redpanda-connect/connect-v4.60.1/v4.60.1.zip) = 09a32c8c03683cf2f8db534d72b3b34e29c6bc5a720395841977b078237623fb +SIZE (go/net_redpanda-connect/connect-v4.60.1/v4.60.1.zip) = 2813484 diff --git a/net/rubygem-google-cloud-pubsub/Makefile b/net/rubygem-google-cloud-pubsub/Makefile index b616d5fc656e..f426c1cd3d88 100644 --- a/net/rubygem-google-cloud-pubsub/Makefile +++ b/net/rubygem-google-cloud-pubsub/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-pubsub -PORTVERSION= 2.22.0 +PORTVERSION= 2.23.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,9 +13,9 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-pubsub/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \ - rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core \ - rubygem-google-cloud-pubsub-v1>=1.7<2:net/rubygem-google-cloud-pubsub-v1 \ +RUN_DEPENDS= rubygem-concurrent-ruby>=1.3<2:devel/rubygem-concurrent-ruby \ + rubygem-google-cloud-core>=1.8<2:net/rubygem-google-cloud-core \ + rubygem-google-cloud-pubsub-v1>=1.11<2:net/rubygem-google-cloud-pubsub-v1 \ rubygem-retriable>=3.1<4:devel/rubygem-retriable USES= gem diff --git a/net/rubygem-google-cloud-pubsub/distinfo b/net/rubygem-google-cloud-pubsub/distinfo index 8bbf7e6da99a..1aab9b49ea84 100644 --- a/net/rubygem-google-cloud-pubsub/distinfo +++ b/net/rubygem-google-cloud-pubsub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289328 -SHA256 (rubygem/google-cloud-pubsub-2.22.0.gem) = 12b27c4d4253821de016c5d912f13fdbb589caaa89fcea5f2fee842a94391356 -SIZE (rubygem/google-cloud-pubsub-2.22.0.gem) = 92160 +TIMESTAMP = 1752266248 +SHA256 (rubygem/google-cloud-pubsub-2.23.0.gem) = 171d11c1cb15e1462f9dc22afead2c23eea6c77a067b52c4e7c7de3e7cd2fbc7 +SIZE (rubygem/google-cloud-pubsub-2.23.0.gem) = 92160 diff --git a/net/rubygem-opennebula/Makefile b/net/rubygem-opennebula/Makefile index 8a991c899d7d..893d9e5bd016 100644 --- a/net/rubygem-opennebula/Makefile +++ b/net/rubygem-opennebula/Makefile @@ -1,5 +1,5 @@ PORTNAME= opennebula -PORTVERSION= 6.8.3 +PORTVERSION= 7.0.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-ipaddress>=0:net/rubygem-ipaddress \ rubygem-json>=0:devel/rubygem-json \ rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ rubygem-parse-cron>=0:textproc/rubygem-parse-cron \ - rubygem-rbvmomi2>=0:net/rubygem-rbvmomi2 \ rubygem-treetop>=0:devel/rubygem-treetop \ rubygem-xmlrpc>=0:net/rubygem-xmlrpc diff --git a/net/rubygem-opennebula/distinfo b/net/rubygem-opennebula/distinfo index 9f221af8a26a..a2d0d2f91b32 100644 --- a/net/rubygem-opennebula/distinfo +++ b/net/rubygem-opennebula/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715843766 -SHA256 (rubygem/opennebula-6.8.3.gem) = 642929196697ff0c4f1c15d659858e7f9e6bbf969af39f0b23c60c08e7695876 -SIZE (rubygem/opennebula-6.8.3.gem) = 224256 +TIMESTAMP = 1752266250 +SHA256 (rubygem/opennebula-7.0.0.gem) = f5cfc7277bea36c1b7f297f52aa812046471e97db4287f7b723b84e8aa97fe2c +SIZE (rubygem/opennebula-7.0.0.gem) = 114688 diff --git a/print/py-fontbakery/Makefile b/print/py-fontbakery/Makefile index b5df3cb6c005..1e71c26865b3 100644 --- a/print/py-fontbakery/Makefile +++ b/print/py-fontbakery/Makefile @@ -1,5 +1,5 @@ PORTNAME= fontbakery -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= print python MASTER_SITES= PYPI \ https://github.com/fonttools/fontbakery/releases/download/v${PORTVERSION}/ diff --git a/print/py-fontbakery/distinfo b/print/py-fontbakery/distinfo index cc0247f21277..615138664c65 100644 --- a/print/py-fontbakery/distinfo +++ b/print/py-fontbakery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715460 -SHA256 (fontbakery-1.0.0.tar.gz) = c429f802dde92c6cd6f9d87960efb41480ca0ef13de2daaee3ae78bc56c00908 -SIZE (fontbakery-1.0.0.tar.gz) = 49799653 +TIMESTAMP = 1752266158 +SHA256 (fontbakery-1.0.1.tar.gz) = 38f39434acbbd2c9bf92aaf1462eb53237d0a7be0076a661e86b7ddcb765994d +SIZE (fontbakery-1.0.1.tar.gz) = 49799634 diff --git a/print/py-ufomerge/Makefile b/print/py-ufomerge/Makefile index 2b4789145e29..9a101a0fe9d1 100644 --- a/print/py-ufomerge/Makefile +++ b/print/py-ufomerge/Makefile @@ -1,5 +1,5 @@ PORTNAME= ufomerge -PORTVERSION= 1.9.4 +PORTVERSION= 1.9.5 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/py-ufomerge/distinfo b/print/py-ufomerge/distinfo index 901d50477f6d..3f5036f1382e 100644 --- a/print/py-ufomerge/distinfo +++ b/print/py-ufomerge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954220 -SHA256 (ufomerge-1.9.4.tar.gz) = b20fbc20f352c63027b17ca623e91dc063ad0cef323bd168905139614279dfbf -SIZE (ufomerge-1.9.4.tar.gz) = 24588 +TIMESTAMP = 1752266160 +SHA256 (ufomerge-1.9.5.tar.gz) = 26eebbdd364b7a99141fd93114cabc722fa42265b0f8ed9ee70b5fee9d482400 +SIZE (ufomerge-1.9.5.tar.gz) = 24897 diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile index 6bdc6a33695d..371fe4129bcb 100644 --- a/science/R-cran-Epi/Makefile +++ b/science/R-cran-Epi/Makefile @@ -1,5 +1,5 @@ PORTNAME= Epi -PORTVERSION= 2.59 +PORTVERSION= 2.60 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/science/R-cran-Epi/distinfo b/science/R-cran-Epi/distinfo index f8021114727e..ec0e369f065d 100644 --- a/science/R-cran-Epi/distinfo +++ b/science/R-cran-Epi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736910907 -SHA256 (Epi_2.59.tar.gz) = 00d630908d1cd06a13d0df12d32e56840992021b6d3769e2b2b5d68078967637 -SIZE (Epi_2.59.tar.gz) = 3198148 +TIMESTAMP = 1752227410 +SHA256 (Epi_2.60.tar.gz) = 29d6d91a7a0f04369852738fce009b3aefa59c65380174b6eec24ba7046aec57 +SIZE (Epi_2.60.tar.gz) = 3976720 diff --git a/security/Makefile b/security/Makefile index 5651bbf0f77d..39de649f8d2d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -877,6 +877,7 @@ SUBDIR += putty-nogtk SUBDIR += pvk SUBDIR += pwauth + SUBDIR += pwdsafety SUBDIR += pwman SUBDIR += pwned-check SUBDIR += py-SecretStorage diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile index bf91091174f6..9aecaae8b218 100644 --- a/security/aws-iam-authenticator/Makefile +++ b/security/aws-iam-authenticator/Makefile @@ -1,7 +1,6 @@ PORTNAME= aws-iam-authenticator -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= security MAINTAINER= danilo@FreeBSD.org @@ -10,7 +9,7 @@ WWW= https://github.com/kubernetes-sigs/aws-iam-authenticator LICENSE= APACHE20 -USES= go:1.24,modules +USES= go:modules GO_MODULE= github.com/kubernetes-sigs/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} diff --git a/security/aws-iam-authenticator/distinfo b/security/aws-iam-authenticator/distinfo index fef0487d0219..75490661d335 100644 --- a/security/aws-iam-authenticator/distinfo +++ b/security/aws-iam-authenticator/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750521592 -SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.3/v0.7.3.mod) = 8ecdfec2a08ef66fd57567c82bc179409b8cf25a6a783345c9b07f258524ad01 -SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.3/v0.7.3.mod) = 4278 -SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.3/v0.7.3.zip) = aa54c7e555826a93cd55c4f651af71ddad0408367085e6f9044bedf386824008 -SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.3/v0.7.3.zip) = 227851 +TIMESTAMP = 1752398596 +SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.4/v0.7.4.mod) = db4a607f223aa9e65f5350dd36239f83586c7cb8fe5a769eb7eb650b1d1eef7b +SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.4/v0.7.4.mod) = 4316 +SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.4/v0.7.4.zip) = 45a66f0e05a6c7bb9455d8d94ce46374ebd3faeeb4bd9f554b6ff55a665d9eb1 +SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.4/v0.7.4.zip) = 228112 diff --git a/security/pwdsafety/Makefile b/security/pwdsafety/Makefile new file mode 100644 index 000000000000..118a8440662b --- /dev/null +++ b/security/pwdsafety/Makefile @@ -0,0 +1,20 @@ +PORTNAME= pwdsafety +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.0 +CATEGORIES= security + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Command line tool that checks how much a password is safe +WWW= https://github.com/edoardottt/pwdsafety + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/edoardottt/pwdsafety +GO_TARGET= ./cmd/pwdsafety + +PLIST_FILES= bin/pwdsafety + +.include <bsd.port.mk> diff --git a/security/pwdsafety/distinfo b/security/pwdsafety/distinfo new file mode 100644 index 000000000000..1bae896cbab4 --- /dev/null +++ b/security/pwdsafety/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1752333153 +SHA256 (go/security_pwdsafety/pwdsafety-v0.4.0/v0.4.0.mod) = e24364d55d617dd7b5b727b94d836e02a2c1994d731f8e7f839e9a4b6e4728fc +SIZE (go/security_pwdsafety/pwdsafety-v0.4.0/v0.4.0.mod) = 272 +SHA256 (go/security_pwdsafety/pwdsafety-v0.4.0/v0.4.0.zip) = 81ee80f0da8ed074ea82b4e468a901ce4858c4e1a9635428e5355114c9c43601 +SIZE (go/security_pwdsafety/pwdsafety-v0.4.0/v0.4.0.zip) = 41421 diff --git a/security/pwdsafety/pkg-descr b/security/pwdsafety/pkg-descr new file mode 100644 index 000000000000..2d88f6f3a928 --- /dev/null +++ b/security/pwdsafety/pkg-descr @@ -0,0 +1,11 @@ +pwdsafety is a command-line tool that checks how safe a password is by +calculating its entropy and providing a safety score. It helps users +understand password strength without storing any password information. + +Features: + +- Password strength analysis through entropy calculation +- Safety scoring system +- Generates strong random passwords for weak inputs +- Command-line interface for easy integration +- Zero storage of password data diff --git a/security/py-certifi/Makefile b/security/py-certifi/Makefile index b4ae106315be..de1cfbdc119e 100644 --- a/security/py-certifi/Makefile +++ b/security/py-certifi/Makefile @@ -1,5 +1,5 @@ PORTNAME= certifi -PORTVERSION= 2025.6.15 +PORTVERSION= 2025.7.9 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-certifi/distinfo b/security/py-certifi/distinfo index fe596debd52b..a5b8a9689443 100644 --- a/security/py-certifi/distinfo +++ b/security/py-certifi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188134 -SHA256 (certifi-2025.6.15.tar.gz) = d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b -SIZE (certifi-2025.6.15.tar.gz) = 158753 +TIMESTAMP = 1752266162 +SHA256 (certifi-2025.7.9.tar.gz) = c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 +SIZE (certifi-2025.7.9.tar.gz) = 160386 diff --git a/security/py-josepy/Makefile b/security/py-josepy/Makefile index c8b91ecf0550..e07e5dd9c575 100644 --- a/security/py-josepy/Makefile +++ b/security/py-josepy/Makefile @@ -1,5 +1,5 @@ PORTNAME= josepy -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-josepy/distinfo b/security/py-josepy/distinfo index 7b968e5afc63..777203aa8d8a 100644 --- a/security/py-josepy/distinfo +++ b/security/py-josepy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745140066 -SHA256 (josepy-2.0.0.tar.gz) = e7d7acd2fe77435cda76092abe4950bb47b597243a8fb733088615fa6de9ec40 -SIZE (josepy-2.0.0.tar.gz) = 55767 +TIMESTAMP = 1752266260 +SHA256 (josepy-2.1.0.tar.gz) = 9beafbaa107ec7128e6c21d86b2bc2aea2f590158e50aca972dca3753046091f +SIZE (josepy-2.1.0.tar.gz) = 56189 diff --git a/security/py-joserfc/Makefile b/security/py-joserfc/Makefile index 289de9d6f06d..469d3303adfc 100644 --- a/security/py-joserfc/Makefile +++ b/security/py-joserfc/Makefile @@ -1,5 +1,5 @@ PORTNAME= joserfc -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-joserfc/distinfo b/security/py-joserfc/distinfo index 96f01f13fae3..d51ddb558786 100644 --- a/security/py-joserfc/distinfo +++ b/security/py-joserfc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495851 -SHA256 (joserfc-1.1.0.tar.gz) = a8f3442b04c233f742f7acde0d0dcd926414e9542a6337096b2b4e5f435f36c1 -SIZE (joserfc-1.1.0.tar.gz) = 182360 +TIMESTAMP = 1752266164 +SHA256 (joserfc-1.2.1.tar.gz) = 466a75dc0af9c6711d2a93f38e91c5d4920ec77059063325c251913da3e83569 +SIZE (joserfc-1.2.1.tar.gz) = 192229 diff --git a/security/py-netmiko/Makefile b/security/py-netmiko/Makefile index 2a8511d310bc..a8bf74c9a8a1 100644 --- a/security/py-netmiko/Makefile +++ b/security/py-netmiko/Makefile @@ -1,6 +1,6 @@ PORTNAME= netmiko DISTVERSIONPREFIX= v -DISTVERSION= 4.5.0 +DISTVERSION= 4.6.0 CATEGORIES= security net-mgmt python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/ktbyers/netmiko LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.6.1:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ntc-templates>=3.1.0:textproc/py-ntc-templates@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paramiko>=2.9.5:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>=3.3:comms/py-pyserial@${PY_FLAVOR} \ @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ntc-templates>=3.1.0:textproc/py-ntc-templat ${PYTHON_PKGNAMEPREFIX}textfsm>=1.1.3:textproc/py-textfsm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.1:devel/py-pyyaml@${PY_FLAVOR} -USES= python:3.9+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 pytest USE_GITHUB= yes GH_ACCOUNT= ktbyers diff --git a/security/py-netmiko/distinfo b/security/py-netmiko/distinfo index 04d25f41b5ac..1eb4318fefc3 100644 --- a/security/py-netmiko/distinfo +++ b/security/py-netmiko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733817518 -SHA256 (ktbyers-netmiko-v4.5.0_GH0.tar.gz) = a1dd444169647904d9b4bb56894fc36cad6a2c73dfcae3444a04cdbae95fc4d1 -SIZE (ktbyers-netmiko-v4.5.0_GH0.tar.gz) = 1803872 +TIMESTAMP = 1751266261 +SHA256 (ktbyers-netmiko-v4.6.0_GH0.tar.gz) = 6234d11f394377533ce3e40b0506b248c98cfd894ac95a639d1dea3133e1dedd +SIZE (ktbyers-netmiko-v4.6.0_GH0.tar.gz) = 1954361 diff --git a/security/py-netmiko/files/patch-pyproject.toml b/security/py-netmiko/files/patch-pyproject.toml index c238a371d1e7..175963f10281 100644 --- a/security/py-netmiko/files/patch-pyproject.toml +++ b/security/py-netmiko/files/patch-pyproject.toml @@ -1,16 +1,7 @@ -Use the more lightweight py-poetry-core instead py-poetry and relax version requirements. +Relax some version requirements. ---- pyproject.toml.orig 2024-12-09 21:51:07 UTC +--- pyproject.toml.orig 2025-06-26 19:00:25 UTC +++ pyproject.toml -@@ -1,6 +1,6 @@ - [build-system] --requires = ["poetry>=1.6.1"] --build-backend = "poetry.masonry.api" -+requires = ["poetry-core>=1.6.1"] -+build-backend = "poetry.core.masonry.api" - - [tool.poetry] - name = "netmiko" @@ -23,7 +23,7 @@ scp = ">=0.13.6" python = ">=3.9,<4.0" paramiko = ">=2.9.5" diff --git a/sysutils/cinnamon-control-center/Makefile b/sysutils/cinnamon-control-center/Makefile index 5e402f45c523..f45b7ce4ca34 100644 --- a/sysutils/cinnamon-control-center/Makefile +++ b/sysutils/cinnamon-control-center/Makefile @@ -1,6 +1,5 @@ PORTNAME= cinnamon-control-center -PORTVERSION= 5.4.6 -PORTREVISION= 5 +DISTVERSION= 6.4.1 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome @@ -11,26 +10,20 @@ WWW= https://github.com/linuxmint/cinnamon-control-center LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= error: too few arguments to function call, expected 6, have 5 - -BUILD_DEPENDS= cinnamon-settings-daemon>=1.0.0:sysutils/cinnamon-settings-daemon \ - iso-codes>0:misc/iso-codes +BUILD_DEPENDS= iso-codes>0:misc/iso-codes LIB_DEPENDS= libcinnamon-desktop.so:x11/cinnamon-desktop \ libcinnamon-menu-3.so:x11/cinnamon-menus \ - libdbus-1.so:devel/dbus \ libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ libnotify.so:devel/libnotify \ libpolkit-gobject-1.so:sysutils/polkit \ libxklavier.so:x11/libxklavier \ - libharfbuzz.so:print/harfbuzz \ libupower-glib.so:sysutils/upower \ libgudev-1.0.so:devel/libgudev -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= iso-codes>0:misc/iso-codes USES= gettext gnome meson pkgconfig python:build shebangfix xorg -USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool libgnomekbd libxml2 -USE_XORG= x11 xfixes xorgproto sm +USE_GNOME= cairo gdkpixbuf glib20 gtk30 libgnomekbd +USE_XORG= x11 xorgproto USE_GITHUB= yes GH_ACCOUNT= linuxmint @@ -44,21 +37,17 @@ SHEBANG_GLOB= *.py GLIB_SCHEMAS= org.cinnamon.control-center.display.gschema.xml -OPTIONS_DEFINE= COLORD ONLINEACCOUNTS WACOM -OPTIONS_DEFAULT=COLORD ONLINEACCOUNTS WACOM -OPTIONS_SUB= yes +OPTIONS_DEFINE= COLORD WACOM +OPTIONS_DEFAULT= COLORD WACOM +OPTIONS_SUB= yes -ONLINEACCOUNTS_DESC= GNOME Online Accounts panel support -WACOM_DESC= Wacom management panel support +WACOM_DESC= Wacom management panel support COLORD_LIB_DEPENDS= libcolord.so:graphics/colord COLORD_MESON_TRUE= color -ONLINEACCOUNTS_LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts -ONLINEACCOUNTS_MESON_TRUE= onlineaccounts - WACOM_LIB_DEPENDS= libwacom.so:x11/libwacom -WACOM_USE= xorg=xi +WACOM_USE= XORG=xi WACOM_MESON_TRUE= wacom .include <bsd.port.mk> diff --git a/sysutils/cinnamon-control-center/distinfo b/sysutils/cinnamon-control-center/distinfo index 2fbdd9028240..109462425ac8 100644 --- a/sysutils/cinnamon-control-center/distinfo +++ b/sysutils/cinnamon-control-center/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660021625 -SHA256 (gnome/linuxmint-cinnamon-control-center-5.4.6_GH0.tar.gz) = e20cd4e94b0110b31753f81dd209e88d0dcc350450aa365c7227c5ca8f92e0ac -SIZE (gnome/linuxmint-cinnamon-control-center-5.4.6_GH0.tar.gz) = 3872754 +TIMESTAMP = 1736401679 +SHA256 (gnome/linuxmint-cinnamon-control-center-6.4.1_GH0.tar.gz) = a68886524ce3f18952bc79d28061b71fc48a24e5dac5175874e3d390425bad92 +SIZE (gnome/linuxmint-cinnamon-control-center-6.4.1_GH0.tar.gz) = 1931746 diff --git a/sysutils/cinnamon-control-center/files/patch-panels_display_icons_meson.build b/sysutils/cinnamon-control-center/files/patch-panels_display_icons_meson.build deleted file mode 100644 index 52a159dc00da..000000000000 --- a/sysutils/cinnamon-control-center/files/patch-panels_display_icons_meson.build +++ /dev/null @@ -1,11 +0,0 @@ ---- panels/display/icons/meson.build.orig 2022-07-04 07:39:25 UTC -+++ panels/display/icons/meson.build -@@ -6,7 +6,7 @@ icon_sizes = [ - 'scalable' - ] - --foreach size : sizes -+foreach size : icon_sizes - install_subdir(size, - strip_directory: true, - install_dir: get_option('datadir') / 'icons' / 'hicolor' / size / 'apps', diff --git a/sysutils/cinnamon-control-center/pkg-plist b/sysutils/cinnamon-control-center/pkg-plist index 53e9b46464b5..0f1e0e2a6d72 100644 --- a/sysutils/cinnamon-control-center/pkg-plist +++ b/sysutils/cinnamon-control-center/pkg-plist @@ -4,7 +4,6 @@ include/cinnamon-control-center-1/libcinnamon-control-center/cc-panel.h include/cinnamon-control-center-1/libcinnamon-control-center/cc-shell.h %%COLORD%%lib/cinnamon-control-center-1/panels/libcolor.so lib/cinnamon-control-center-1/panels/libdisplay.so -%%ONLINEACCOUNTS%%lib/cinnamon-control-center-1/panels/libonline-accounts.so lib/cinnamon-control-center-1/panels/libregion.so %%WACOM%%lib/cinnamon-control-center-1/panels/libwacom-properties.so lib/libcinnamon-control-center.so @@ -16,7 +15,6 @@ share/applications/cinnamon-display-panel.desktop %%WACOM%%share/applications/cinnamon-wacom-panel.desktop %%COLORD%%%%DATADIR%%/panels/cinnamon-color-panel.desktop %%DATADIR%%/panels/cinnamon-display-panel.desktop -%%ONLINEACCOUNTS%%%%DATADIR%%/panels/cinnamon-online-accounts.desktop %%DATADIR%%/panels/cinnamon-region-panel.desktop %%WACOM%%%%DATADIR%%/panels/cinnamon-wacom-panel.desktop %%DATADIR%%/ui/cinnamon-region-panel-layout-chooser.ui @@ -24,25 +22,17 @@ share/applications/cinnamon-display-panel.desktop %%DATADIR%%/ui/cinnamon-region-panel.ui %%COLORD%%%%DATADIR%%/ui/color.ui %%DATADIR%%/ui/language-chooser.ui -%%ONLINEACCOUNTS%%%%DATADIR%%/ui/online-accounts.ui %%DATADIR%%/ui/shell.ui %%COLORD%%share/icons/hicolor/16x16/apps/cinnamon-preferences-color.png share/icons/hicolor/16x16/apps/cinnamon-preferences-desktop-display.png -%%ONLINEACCOUNTS%%share/icons/hicolor/16x16/apps/cs-online-accounts.png %%COLORD%%share/icons/hicolor/22x22/apps/cinnamon-preferences-color.png share/icons/hicolor/22x22/apps/cinnamon-preferences-desktop-display.png -%%ONLINEACCOUNTS%%share/icons/hicolor/22x22/apps/cs-online-accounts.png %%COLORD%%share/icons/hicolor/24x24/apps/cinnamon-preferences-color.png share/icons/hicolor/24x24/apps/cinnamon-preferences-desktop-display.png -%%ONLINEACCOUNTS%%share/icons/hicolor/24x24/apps/cs-online-accounts.png %%COLORD%%share/icons/hicolor/256x256/apps/cinnamon-preferences-color.png -%%ONLINEACCOUNTS%%share/icons/hicolor/256x256/apps/cs-online-accounts.png %%COLORD%%share/icons/hicolor/32x32/apps/cinnamon-preferences-color.png share/icons/hicolor/32x32/apps/cinnamon-preferences-desktop-display.png -%%ONLINEACCOUNTS%%share/icons/hicolor/32x32/apps/cs-online-accounts.png %%COLORD%%share/icons/hicolor/48x48/apps/cinnamon-preferences-color.png -%%ONLINEACCOUNTS%%share/icons/hicolor/48x48/apps/cs-online-accounts.png -%%ONLINEACCOUNTS%%@dir share/icons/hicolor/64x64/apps %%COLORD%%share/icons/hicolor/64x64/apps/cinnamon-preferences-color.png %%COLORD%%share/icons/hicolor/scalable/apps/cinnamon-preferences-color.svg share/icons/hicolor/scalable/apps/cinnamon-preferences-desktop-display.svg diff --git a/sysutils/cinnamon-settings-daemon/Makefile b/sysutils/cinnamon-settings-daemon/Makefile index 7583f7ab729a..8708ffb712a7 100644 --- a/sysutils/cinnamon-settings-daemon/Makefile +++ b/sysutils/cinnamon-settings-daemon/Makefile @@ -1,6 +1,5 @@ PORTNAME= cinnamon-settings-daemon -PORTVERSION= 5.4.4 -PORTREVISION= 6 +DISTVERSION= 6.4.3 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome @@ -13,29 +12,22 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB -BUILD_DEPENDS= cinnamon-session:x11/cinnamon-session \ - gln:sysutils/coreutils +BUILD_DEPENDS= gln:sysutils/coreutils LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ - libpolkit-gobject-1.so:sysutils/polkit \ - libgudev-1.0.so:devel/libgudev \ - libcolord.so:graphics/colord \ - liblcms2.so:graphics/lcms2 \ libcinnamon-desktop.so:x11/cinnamon-desktop \ libxklavier.so:x11/libxklavier \ libnspr4.so:devel/nspr \ - libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libupower-glib.so:sysutils/upower \ libpulse.so:audio/pulseaudio \ - libnotify.so:devel/libnotify \ - libharfbuzz.so:print/harfbuzz + libnotify.so:devel/libnotify RUN_DEPENDS= cinnamon-session:x11/cinnamon-session -USES= compiler:c11 gettext-tools gnome localbase meson pkgconfig \ +USES= compiler:c11 gettext-runtime gnome meson pkgconfig \ python:build shebangfix xorg -USE_GNOME= cairo dconf gdkpixbuf gtk30 intltool libgnomekbd pango -USE_XORG= x11 xext xfixes xi +USE_GNOME= cairo dconf gdkpixbuf glib20 gtk30 libgnomekbd pango +USE_XORG= x11 xext xfixes xi xorgproto USE_GITHUB= yes GH_ACCOUNT= linuxmint @@ -58,25 +50,33 @@ GLIB_SCHEMAS= org.cinnamon.settings-daemon.enums.xml \ org.cinnamon.settings-daemon.plugins.xrandr.gschema.xml \ org.cinnamon.settings-daemon.plugins.xsettings.gschema.xml -OPTIONS_DEFINE= CUPS SMARTCARD WACOM -OPTIONS_DEFAULT=CUPS SMARTCARD WACOM -OPTIONS_SUB= yes +OPTIONS_DEFINE= COLORD CUPS GUDEV POLKIT SMARTCARD WACOM +OPTIONS_DEFAULT= COLORD CUPS GUDEV POLKIT SMARTCARD WACOM +OPTIONS_SUB= yes + +COLORD_MESON_ENABLED= use_color +COLORD_LIB_DEPENDS= libcolord.so:graphics/colord \ + liblcms2.so:graphics/lcms2 CUPS_MESON_ENABLED= use_cups CUPS_LIB_DEPENDS= libcups.so:print/cups -SMARTCARD_DESC= Smartcard support -SMARTCARD_MESON_ENABLED= use_smartcard +GUDEV_DESC= GUdev support +GUDEV_MESON_ENABLED= use_gudev +GUDEV_LIB_DEPENDS= libgudev-1.0.so:devel/libgudev + +POLKIT_DESC= Polkit support +POLKIT_MESON_ENABLED= use_polkit +POLKIT_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit + +SMARTCARD_DESC= Smartcard support +SMARTCARD_MESON_ENABLED=use_smartcard SMARTCARD_LIB_DEPENDS= libnss3.so:security/nss -WACOM_DESC= Tablet support with libwacom +WACOM_DESC= Tablet support with libwacom WACOM_MESON_ENABLED= use_wacom WACOM_LIB_DEPENDS= libwacom.so:x11/libwacom -WACOM_USE= gnome=librsvg2 - -post-patch: - # Adhere to our hier(7). - @${MKDIR} ${WRKSRC}/files${PREFIX} - @${MV} ${WRKSRC}/files/usr/share ${WRKSRC}/files${PREFIX} +WACOM_USE= GNOME=librsvg2 +WACOM_IMPLIES= GUDEV .include <bsd.port.mk> diff --git a/sysutils/cinnamon-settings-daemon/distinfo b/sysutils/cinnamon-settings-daemon/distinfo index 4ba7e767eb4d..fcac620fdb32 100644 --- a/sysutils/cinnamon-settings-daemon/distinfo +++ b/sysutils/cinnamon-settings-daemon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660020382 -SHA256 (gnome/linuxmint-cinnamon-settings-daemon-5.4.4_GH0.tar.gz) = 65397117ad19419a6bdff38b10231148aca59d57284c6a79f517332eb70debc5 -SIZE (gnome/linuxmint-cinnamon-settings-daemon-5.4.4_GH0.tar.gz) = 573207 +TIMESTAMP = 1736224680 +SHA256 (gnome/linuxmint-cinnamon-settings-daemon-6.4.3_GH0.tar.gz) = e7acab8453d084dbc97347145be287a65fc513b1a5629d16587be60367a97fdd +SIZE (gnome/linuxmint-cinnamon-settings-daemon-6.4.3_GH0.tar.gz) = 601452 diff --git a/sysutils/cinnamon-settings-daemon/files/patch-plugins_datetime_system-timezone.c b/sysutils/cinnamon-settings-daemon/files/patch-plugins_datetime_system-timezone.c new file mode 100644 index 000000000000..161a92d10327 --- /dev/null +++ b/sysutils/cinnamon-settings-daemon/files/patch-plugins_datetime_system-timezone.c @@ -0,0 +1,22 @@ +--- plugins/datetime/system-timezone.c.orig 2025-07-10 21:28:09 UTC ++++ plugins/datetime/system-timezone.c +@@ -547,11 +547,19 @@ recursive_compare (struct stat *localtime_stat, + CompareFiles compare_func) + { + struct stat file_stat; ++ char *relpath = NULL; + + if (g_stat (file, &file_stat) != 0) + return NULL; + + if (S_ISREG (file_stat.st_mode)) { ++ relpath = system_timezone_strip_path_if_valid (file); ++ if (g_strstr_len (relpath, -1, "/") == NULL) { ++ g_free (relpath); ++ return NULL; ++ } ++ g_free (relpath); ++ + if (compare_func (localtime_stat, + &file_stat, + localtime_content, diff --git a/sysutils/cinnamon-settings-daemon/pkg-descr b/sysutils/cinnamon-settings-daemon/pkg-descr index f39386636c3a..b787adf31fa4 100644 --- a/sysutils/cinnamon-settings-daemon/pkg-descr +++ b/sysutils/cinnamon-settings-daemon/pkg-descr @@ -1 +1,3 @@ -cinnamon settings daemon. +Cinnamon-settings-daemon is a collection of plugins. +These plugins are started by cinnamon-session when you log in. +The plugins run in the background, each with its own process. diff --git a/sysutils/cinnamon-settings-daemon/pkg-plist b/sysutils/cinnamon-settings-daemon/pkg-plist index 07ea20b74caf..637401c59d14 100644 --- a/sysutils/cinnamon-settings-daemon/pkg-plist +++ b/sysutils/cinnamon-settings-daemon/pkg-plist @@ -1,15 +1,16 @@ bin/csd-a11y-settings bin/csd-automount bin/csd-background -bin/csd-backlight-helper +%%GUDEV%%bin/csd-backlight-helper bin/csd-clipboard -bin/csd-color -bin/csd-datetime-mechanism +%%COLORD%%bin/csd-color +%%POLKIT%%bin/csd-datetime-mechanism bin/csd-housekeeping bin/csd-input-helper bin/csd-keyboard bin/csd-media-keys bin/csd-power +bin/csd-settings-remap %%CUPS%%bin/csd-print-notifications %%CUPS%%bin/csd-printer bin/csd-screensaver-proxy @@ -20,11 +21,12 @@ etc/xdg/autostart/cinnamon-settings-daemon-a11y-settings.desktop etc/xdg/autostart/cinnamon-settings-daemon-automount.desktop etc/xdg/autostart/cinnamon-settings-daemon-background.desktop etc/xdg/autostart/cinnamon-settings-daemon-clipboard.desktop -etc/xdg/autostart/cinnamon-settings-daemon-color.desktop +%%COLORD%%etc/xdg/autostart/cinnamon-settings-daemon-color.desktop etc/xdg/autostart/cinnamon-settings-daemon-housekeeping.desktop etc/xdg/autostart/cinnamon-settings-daemon-keyboard.desktop etc/xdg/autostart/cinnamon-settings-daemon-media-keys.desktop etc/xdg/autostart/cinnamon-settings-daemon-power.desktop +etc/xdg/autostart/cinnamon-settings-daemon-settings-remap.desktop %%CUPS%%etc/xdg/autostart/cinnamon-settings-daemon-print-notifications.desktop etc/xdg/autostart/cinnamon-settings-daemon-screensaver-proxy.desktop %%SMARTCARD%%etc/xdg/autostart/cinnamon-settings-daemon-smartcard.desktop @@ -35,15 +37,16 @@ lib/cinnamon-settings-daemon-3.0/libcsd.so lib/cinnamon-settings-daemon/csd-a11y-settings lib/cinnamon-settings-daemon/csd-automount lib/cinnamon-settings-daemon/csd-background -lib/cinnamon-settings-daemon/csd-backlight-helper +%%GUDEV%%lib/cinnamon-settings-daemon/csd-backlight-helper lib/cinnamon-settings-daemon/csd-clipboard -lib/cinnamon-settings-daemon/csd-color -lib/cinnamon-settings-daemon/csd-datetime-mechanism +%%COLORD%%lib/cinnamon-settings-daemon/csd-color +%%POLKIT%%lib/cinnamon-settings-daemon/csd-datetime-mechanism lib/cinnamon-settings-daemon/csd-housekeeping lib/cinnamon-settings-daemon/csd-input-helper lib/cinnamon-settings-daemon/csd-keyboard lib/cinnamon-settings-daemon/csd-media-keys lib/cinnamon-settings-daemon/csd-power +lib/cinnamon-settings-daemon/csd-settings-remap %%CUPS%%lib/cinnamon-settings-daemon/csd-print-notifications %%CUPS%%lib/cinnamon-settings-daemon/csd-printer lib/cinnamon-settings-daemon/csd-screensaver-proxy @@ -54,15 +57,16 @@ libdata/pkgconfig/cinnamon-settings-daemon.pc libexec/csd-a11y-settings libexec/csd-automount libexec/csd-background -libexec/csd-backlight-helper +%%GUDEV%%libexec/csd-backlight-helper libexec/csd-clipboard -libexec/csd-color -libexec/csd-datetime-mechanism +%%COLORD%%libexec/csd-color +%%POLKIT%%libexec/csd-datetime-mechanism libexec/csd-housekeeping libexec/csd-input-helper libexec/csd-keyboard libexec/csd-media-keys libexec/csd-power +libexec/csd-settings-remap %%CUPS%%libexec/csd-print-notifications %%CUPS%%libexec/csd-printer libexec/csd-screensaver-proxy diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile index cf4d27de1c94..0e897a1da082 100644 --- a/sysutils/helm/Makefile +++ b/sysutils/helm/Makefile @@ -1,7 +1,6 @@ PORTNAME= helm -PORTVERSION= 3.18.3 +PORTVERSION= 3.18.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org @@ -12,12 +11,12 @@ LICENSE= APACHE20 RUN_DEPENDS= kubectl:sysutils/kubectl -USES= cpe go:1.24,modules tar:xz +USES= cpe go:modules tar:xz GO_MODULE= github.com/${PORTNAME}/${PORTNAME}/v3 GO_PKGNAME= k8s.io/helm GO_BUILDFLAGS= -ldflags="-X helm.sh/helm/v3/internal/version.version=v${PORTVERSION} \ - -X helm.sh/helm/v3/internal/version.gitCommit=6838ebcf265a3842d1433956e8a622e3290cf324" + -X helm.sh/helm/v3/internal/version.gitCommit=d80839cf37d860c8aa9a0503fe463278f26cd5e2" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} diff --git a/sysutils/helm/distinfo b/sysutils/helm/distinfo index 4849f5b8ea2a..2f8eb7fe6526 100644 --- a/sysutils/helm/distinfo +++ b/sysutils/helm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750520419 -SHA256 (go/sysutils_helm/helm-v3.18.3/v3.18.3.mod) = 9c3470a5ef108361968fcc0821da8c9cbe6a92f536c2b40b68a0103feb872096 -SIZE (go/sysutils_helm/helm-v3.18.3/v3.18.3.mod) = 9152 -SHA256 (go/sysutils_helm/helm-v3.18.3/v3.18.3.zip) = 25c5c6260924c3e5ee2153e90d0ca9b1106ca328a80bb3a9c720b69e3cf87f90 -SIZE (go/sysutils_helm/helm-v3.18.3/v3.18.3.zip) = 1394357 +TIMESTAMP = 1752398321 +SHA256 (go/sysutils_helm/helm-v3.18.4/v3.18.4.mod) = bc45354443012627ffc55b15220fbb82123ad2c2b2aa9d1ceaea33abfa3b0fc2 +SIZE (go/sysutils_helm/helm-v3.18.4/v3.18.4.mod) = 9152 +SHA256 (go/sysutils_helm/helm-v3.18.4/v3.18.4.zip) = 1d3fae228b9ec495076538094d329b76ba40d34cac33c1beb749dde4fffad5c2 +SIZE (go/sysutils_helm/helm-v3.18.4/v3.18.4.zip) = 1395132 diff --git a/sysutils/ipmi_exporter/Makefile b/sysutils/ipmi_exporter/Makefile index e15413e60321..09c0ec085fb3 100644 --- a/sysutils/ipmi_exporter/Makefile +++ b/sysutils/ipmi_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= ipmi_exporter DISTVERSIONPREFIX= v -DISTVERSION= 1.10.0 +DISTVERSION= 1.10.1 CATEGORIES= sysutils MAINTAINER= meka@tilda.center @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi -USES= go:1.22,modules +USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= github.com/prometheus-community/${PORTNAME} diff --git a/sysutils/ipmi_exporter/distinfo b/sysutils/ipmi_exporter/distinfo index 5f13d2f207d2..4900fbf72c74 100644 --- a/sysutils/ipmi_exporter/distinfo +++ b/sysutils/ipmi_exporter/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745413378 -SHA256 (go/sysutils_ipmi_exporter/ipmi_exporter-v1.10.0/v1.10.0.mod) = ac4d53f98bbc40155ba23c1a3b060e35cc8c8896f2fc0bb4cb8e6a54233a86b2 -SIZE (go/sysutils_ipmi_exporter/ipmi_exporter-v1.10.0/v1.10.0.mod) = 1659 -SHA256 (go/sysutils_ipmi_exporter/ipmi_exporter-v1.10.0/v1.10.0.zip) = a922d2177be1cf86358fb6940f748597a19e2450d82aa6fde0f3eb4130ae944e -SIZE (go/sysutils_ipmi_exporter/ipmi_exporter-v1.10.0/v1.10.0.zip) = 72821 +TIMESTAMP = 1752437102 +SHA256 (go/sysutils_ipmi_exporter/ipmi_exporter-v1.10.1/v1.10.1.mod) = 11c49f299e94541e74387f3b65de5843d8fc00ffdfe3b0886b5002d6255c2993 +SIZE (go/sysutils_ipmi_exporter/ipmi_exporter-v1.10.1/v1.10.1.mod) = 1610 +SHA256 (go/sysutils_ipmi_exporter/ipmi_exporter-v1.10.1/v1.10.1.zip) = d09942baa41fb647d0ef396dff554bfa8bbe68b722ed61fa10517441e34054a4 +SIZE (go/sysutils_ipmi_exporter/ipmi_exporter-v1.10.1/v1.10.1.zip) = 73324 diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile index 291df1d45a3c..26655b68f528 100644 --- a/sysutils/kops/Makefile +++ b/sysutils/kops/Makefile @@ -1,5 +1,5 @@ PORTNAME= kops -PORTVERSION= 1.32.0 +PORTVERSION= 1.32.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -11,7 +11,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= go-bindata:devel/go-bindata -USES= go:1.23,modules +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= kubernetes diff --git a/sysutils/kops/distinfo b/sysutils/kops/distinfo index cfe26e078507..92b6363a9ced 100644 --- a/sysutils/kops/distinfo +++ b/sysutils/kops/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746783556 -SHA256 (kubernetes-kops-v1.32.0_GH0.tar.gz) = a6b1a0d2033b043c1c3b31ff9076c4b5a057fa31ece314c1bd39c2f690cb1d00 -SIZE (kubernetes-kops-v1.32.0_GH0.tar.gz) = 38291146 +TIMESTAMP = 1752397855 +SHA256 (kubernetes-kops-v1.32.1_GH0.tar.gz) = 4bc0fb78048a7d6868f0ffb8e07ad6108fa4b1d513e1e1d90073733acae3ce25 +SIZE (kubernetes-kops-v1.32.1_GH0.tar.gz) = 38552204 diff --git a/sysutils/p5-Rex/Makefile b/sysutils/p5-Rex/Makefile index 6feabf09bf7f..24c73169d661 100644 --- a/sysutils/p5-Rex/Makefile +++ b/sysutils/p5-Rex/Makefile @@ -1,5 +1,5 @@ PORTNAME= Rex -PORTVERSION= 1.16.0 +PORTVERSION= 1.16.1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FERKI @@ -39,7 +39,7 @@ TEST_DEPENDS= p5-String-Escape>=0:textproc/p5-String-Escape \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Output>=0:devel/p5-Test-Output \ p5-Test-UseAllModules>=0.15:devel/p5-Test-UseAllModules \ - p5-Test-Warnings>=0:devel/p5-Test-Warnings + p5-Test-Warnings>=0.033:devel/p5-Test-Warnings USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-Rex/distinfo b/sysutils/p5-Rex/distinfo index 4501d087cfc1..1feb6556ea56 100644 --- a/sysutils/p5-Rex/distinfo +++ b/sysutils/p5-Rex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738982812 -SHA256 (Rex-1.16.0.tar.gz) = d6d9657d29527e15995c6de33d7bf1111da7860d420ac95385c1161daaea2479 -SIZE (Rex-1.16.0.tar.gz) = 360136 +TIMESTAMP = 1752266046 +SHA256 (Rex-1.16.1.tar.gz) = b66ff756db8c8479ab99d2c9ec9827bf624b8bca2e96ef9ccf2395e279731662 +SIZE (Rex-1.16.1.tar.gz) = 362146 diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 514ecaf94d3a..857bbf54e003 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -1,5 +1,5 @@ PORTNAME= diffoscope -PORTVERSION= 300 +PORTVERSION= 301 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-diffoscope/distinfo b/sysutils/py-diffoscope/distinfo index 0ab9728d41ec..8c0950c009fa 100644 --- a/sysutils/py-diffoscope/distinfo +++ b/sysutils/py-diffoscope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208174 -SHA256 (diffoscope-300.tar.gz) = 77fc35e040ce7b93add853e2ab3ebc0b41804eb042ca19680c83148c95df28d8 -SIZE (diffoscope-300.tar.gz) = 3188879 +TIMESTAMP = 1752266166 +SHA256 (diffoscope-301.tar.gz) = 2b46b60afe3fbb9ba79946e5196157b272ddad27692ccf5e4839def1ef3019c6 +SIZE (diffoscope-301.tar.gz) = 3189366 diff --git a/sysutils/rubygem-sys-uptime/Makefile b/sysutils/rubygem-sys-uptime/Makefile index 7614ed8192d1..9af4d912b639 100644 --- a/sysutils/rubygem-sys-uptime/Makefile +++ b/sysutils/rubygem-sys-uptime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sys-uptime -PORTVERSION= 0.7.6 +PORTVERSION= 0.8.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-sys-uptime/distinfo b/sysutils/rubygem-sys-uptime/distinfo index df38e873221e..fea854c12ee1 100644 --- a/sysutils/rubygem-sys-uptime/distinfo +++ b/sysutils/rubygem-sys-uptime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681053064 -SHA256 (rubygem/sys-uptime-0.7.6.gem) = 7640a9811a30144bfec367278c52eff97af608766e3a41cc91fa32f497756974 -SIZE (rubygem/sys-uptime-0.7.6.gem) = 22528 +TIMESTAMP = 1752266274 +SHA256 (rubygem/sys-uptime-0.8.0.gem) = d01c88eba8f21e36ea58bbde3d1da3fb46bee4489f5ad1330948b3e4bed4db73 +SIZE (rubygem/sys-uptime-0.8.0.gem) = 22528 diff --git a/textproc/Makefile b/textproc/Makefile index 2380e25c09f6..b64174d1af74 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -473,6 +473,7 @@ SUBDIR += mdbook-linkcheck SUBDIR += mdbook-mermaid SUBDIR += mdq + SUBDIR += mdtt SUBDIR += meilisearch SUBDIR += meld SUBDIR += metauml diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 99dc1728ba87..52699ceabc6e 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -15,6 +15,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/dict:textproc/dict USES= emacs +NO_ARCH= yes + SRC_EL= dictem.el dictem-lingvo-dsl.el dictem-elisp.el .for f in ${SRC_EL} diff --git a/textproc/mdtt/Makefile b/textproc/mdtt/Makefile new file mode 100644 index 000000000000..58fffcdb1d90 --- /dev/null +++ b/textproc/mdtt/Makefile @@ -0,0 +1,20 @@ +PORTNAME= mdtt +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.1 +CATEGORIES= textproc + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Terminal-based markdown table editor with vim-style keybindings +WWW= https://github.com/szktkfm/mdtt + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/szktkfm/mdtt +GO_TARGET= ./cmd/mdtt + +PLIST_FILES= bin/mdtt + +.include <bsd.port.mk> diff --git a/textproc/mdtt/distinfo b/textproc/mdtt/distinfo new file mode 100644 index 000000000000..3eff87c77803 --- /dev/null +++ b/textproc/mdtt/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1752329501 +SHA256 (go/textproc_mdtt/mdtt-v0.3.1/v0.3.1.mod) = aed33d3db078416e1cc977b67d1a6acd3fa6c8a77afa8de4d4dd5a831a04180f +SIZE (go/textproc_mdtt/mdtt-v0.3.1/v0.3.1.mod) = 1519 +SHA256 (go/textproc_mdtt/mdtt-v0.3.1/v0.3.1.zip) = e4f9fa126adad21b276bfa442a9e65243b849b3e13911b9d806eb37e27b96130 +SIZE (go/textproc_mdtt/mdtt-v0.3.1/v0.3.1.zip) = 723577 diff --git a/textproc/mdtt/pkg-descr b/textproc/mdtt/pkg-descr new file mode 100644 index 000000000000..07fe8467a42e --- /dev/null +++ b/textproc/mdtt/pkg-descr @@ -0,0 +1,10 @@ +mdtt is a terminal-based markdown table editor that makes editing markdown +tables easier with a slick TUI (Terminal User Interface) and vim-style +keybindings. + +Features: + +- Terminal-based interface for editing markdown tables +- Vim-style keybindings for navigation and editing +- Easy table creation and modification +- Lightweight and fast diff --git a/textproc/py-cyclonedx-python-lib/Makefile b/textproc/py-cyclonedx-python-lib/Makefile index 0e87f47b2d16..3a6b59810eac 100644 --- a/textproc/py-cyclonedx-python-lib/Makefile +++ b/textproc/py-cyclonedx-python-lib/Makefile @@ -1,5 +1,5 @@ PORTNAME= cyclonedx-python-lib -PORTVERSION= 10.3.0 +PORTVERSION= 10.4.1 CATEGORIES= textproc python MASTER_SITES= PYPI \ https://github.com/CycloneDX/cyclonedx-python-lib/releases/download/v${PORTVERSION}/ @@ -29,9 +29,17 @@ JSON_VALIDATION_DESC= JSON validation VALIDATION_DESC= JSON and XML validation XML_VALIDATION_DESC= XML validation -JSON_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} +JSON_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.4:devel/py-referencing@${PY_FLAVOR} VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=4<7:devel/py-lxml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}lxml>=4<7:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.4:devel/py-referencing@${PY_FLAVOR} XML_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4<7:devel/py-lxml@${PY_FLAVOR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6<5:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/py-cyclonedx-python-lib/distinfo b/textproc/py-cyclonedx-python-lib/distinfo index 886a1be1f1db..68b3e7519f6a 100644 --- a/textproc/py-cyclonedx-python-lib/distinfo +++ b/textproc/py-cyclonedx-python-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375063 -SHA256 (cyclonedx_python_lib-10.3.0.tar.gz) = d9f207bdddacbf5c22d50a0b4e0c878aee578e5452dae2b46f64729a438e9e05 -SIZE (cyclonedx_python_lib-10.3.0.tar.gz) = 1039738 +TIMESTAMP = 1752266168 +SHA256 (cyclonedx_python_lib-10.4.1.tar.gz) = ee017dee867ffb9b449b955161fd235a7c6245e87a5169998e10a0ce61292efb +SIZE (cyclonedx_python_lib-10.4.1.tar.gz) = 1040510 diff --git a/textproc/py-license-expression/Makefile b/textproc/py-license-expression/Makefile index 7f1999805593..bd0fb745f3fa 100644 --- a/textproc/py-license-expression/Makefile +++ b/textproc/py-license-expression/Makefile @@ -1,5 +1,5 @@ PORTNAME= license-expression -DISTVERSION= 30.4.1 +DISTVERSION= 30.4.3 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-license-expression/distinfo b/textproc/py-license-expression/distinfo index d013ea622d57..8fdd05a2eda9 100644 --- a/textproc/py-license-expression/distinfo +++ b/textproc/py-license-expression/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743833802 -SHA256 (license_expression-30.4.1.tar.gz) = 9f02105f9e0fcecba6a85dfbbed7d94ea1c3a70cf23ddbfb5adf3438a6f6fce0 -SIZE (license_expression-30.4.1.tar.gz) = 177184 +TIMESTAMP = 1751267545 +SHA256 (license_expression-30.4.3.tar.gz) = 49f439fea91c4d1a642f9f2902b58db1d42396c5e331045f41ce50df9b40b1f2 +SIZE (license_expression-30.4.3.tar.gz) = 183031 diff --git a/textproc/py-petl/Makefile b/textproc/py-petl/Makefile index 619e11063741..8dbf2846432a 100644 --- a/textproc/py-petl/Makefile +++ b/textproc/py-petl/Makefile @@ -1,5 +1,5 @@ PORTNAME= petl -PORTVERSION= 1.7.16 +PORTVERSION= 1.7.17 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-petl/distinfo b/textproc/py-petl/distinfo index ddee92ee402f..7befdf7e995e 100644 --- a/textproc/py-petl/distinfo +++ b/textproc/py-petl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289042 -SHA256 (petl-1.7.16.tar.gz) = 9c2fea64d859da45e120fd86d471e5387396cc45d5d4986efa79679f18eb8752 -SIZE (petl-1.7.16.tar.gz) = 420780 +TIMESTAMP = 1752266170 +SHA256 (petl-1.7.17.tar.gz) = 802696187c2ef35894c4acf3c0ff9fecff6035cb335944c194416b9a18e8390b +SIZE (petl-1.7.17.tar.gz) = 424376 diff --git a/textproc/rubygem-amatch/Makefile b/textproc/rubygem-amatch/Makefile index 876842d63adb..c93910295b57 100644 --- a/textproc/rubygem-amatch/Makefile +++ b/textproc/rubygem-amatch/Makefile @@ -1,5 +1,5 @@ PORTNAME= amatch -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-amatch/distinfo b/textproc/rubygem-amatch/distinfo index ecee9c5780ba..447f3c8493f6 100644 --- a/textproc/rubygem-amatch/distinfo +++ b/textproc/rubygem-amatch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653151290 -SHA256 (rubygem/amatch-0.4.1.gem) = d3ff15226a2e627c72802e94579db829e5e10c96cf89d329494caec5889145f7 -SIZE (rubygem/amatch-0.4.1.gem) = 38912 +TIMESTAMP = 1752266276 +SHA256 (rubygem/amatch-0.4.2.gem) = 5a7c8c08882864621b81bf3bbc0447bb638afe6066ceeead6b9d11f34cf0d911 +SIZE (rubygem/amatch-0.4.2.gem) = 38912 diff --git a/textproc/rubygem-cucumber-gherkin/Makefile b/textproc/rubygem-cucumber-gherkin/Makefile index 7402ae3aa790..50475aa57c88 100644 --- a/textproc/rubygem-cucumber-gherkin/Makefile +++ b/textproc/rubygem-cucumber-gherkin/Makefile @@ -1,5 +1,5 @@ PORTNAME= cucumber-gherkin -PORTVERSION= 32.1.2 +PORTVERSION= 33.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/cucumber/gherkin LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-cucumber-messages>=25<28:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages>=25<29:devel/rubygem-cucumber-messages USES= gem diff --git a/textproc/rubygem-cucumber-gherkin/distinfo b/textproc/rubygem-cucumber-gherkin/distinfo index 9ef959df8a5b..b349ed1d9fe2 100644 --- a/textproc/rubygem-cucumber-gherkin/distinfo +++ b/textproc/rubygem-cucumber-gherkin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748496003 -SHA256 (rubygem/cucumber-gherkin-32.1.2.gem) = 53e7b33100ecbb64926cfa67c67f8196bbe96b7672a2d9a822e2d8dbde5770e5 -SIZE (rubygem/cucumber-gherkin-32.1.2.gem) = 32256 +TIMESTAMP = 1752266252 +SHA256 (rubygem/cucumber-gherkin-33.0.0.gem) = 04fcbcd6d890441d456c7dea67500851f367f213bd2036c8de5c75e92c2a6165 +SIZE (rubygem/cucumber-gherkin-33.0.0.gem) = 32256 diff --git a/textproc/rubygem-cucumber-gherkin30/Makefile b/textproc/rubygem-cucumber-gherkin30/Makefile index e0c0baa18400..e654f8ca3625 100644 --- a/textproc/rubygem-cucumber-gherkin30/Makefile +++ b/textproc/rubygem-cucumber-gherkin30/Makefile @@ -1,5 +1,6 @@ PORTNAME= cucumber-gherkin PORTVERSION= 30.0.4 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 30 @@ -11,7 +12,7 @@ WWW= https://github.com/cucumber/gherkin LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-cucumber-messages>=25<28:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages27>=25<28:devel/rubygem-cucumber-messages27 USES= gem diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile index dcd9e13665a7..8e6924f4c489 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -1,5 +1,5 @@ PORTNAME= cucumber-html-formatter -PORTVERSION= 21.12.0 +PORTVERSION= 21.13.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,7 +9,7 @@ WWW= https://github.com/cucumber/html-formatter LICENSE= MIT -RUN_DEPENDS= rubygem-cucumber-messages>=19<28:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages27>=19<28:devel/rubygem-cucumber-messages27 USES= gem diff --git a/textproc/rubygem-cucumber-html-formatter/distinfo b/textproc/rubygem-cucumber-html-formatter/distinfo index 4625f346c247..1337bbe65bff 100644 --- a/textproc/rubygem-cucumber-html-formatter/distinfo +++ b/textproc/rubygem-cucumber-html-formatter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208236 -SHA256 (rubygem/cucumber-html-formatter-21.12.0.gem) = 17db4083fb724d286b0d01db91ea165c4214222260d57d548320ad8d792341f7 -SIZE (rubygem/cucumber-html-formatter-21.12.0.gem) = 283648 +TIMESTAMP = 1752266254 +SHA256 (rubygem/cucumber-html-formatter-21.13.0.gem) = 882e20b7da8642d6284112bcc837cb96738490086bac227137f543eae587ee4d +SIZE (rubygem/cucumber-html-formatter-21.13.0.gem) = 283648 diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile index e001fb280d30..0195db056f4f 100644 --- a/www/R-cran-shiny/Makefile +++ b/www/R-cran-shiny/Makefile @@ -1,5 +1,5 @@ PORTNAME= shiny -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/R-cran-shiny/distinfo b/www/R-cran-shiny/distinfo index 927e1e7f10c2..73c7ab56425b 100644 --- a/www/R-cran-shiny/distinfo +++ b/www/R-cran-shiny/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750912150 -SHA256 (shiny_1.11.0.tar.gz) = 9c3dabad4cd700528a8681be385b6b925f78389df68bd5604a55c31163b0424d -SIZE (shiny_1.11.0.tar.gz) = 2668623 +TIMESTAMP = 1751809219 +SHA256 (shiny_1.11.1.tar.gz) = 6f8c0f8618646f6b6d0c2d4ccf8b2430de6b1dc67edec19bb6b88594f4de7129 +SIZE (shiny_1.11.1.tar.gz) = 2668971 diff --git a/www/node24/Makefile.version b/www/node24/Makefile.version index b74bb829b467..a0f59e10846f 100644 --- a/www/node24/Makefile.version +++ b/www/node24/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 24.3.0 +NODEJS_PORTVERSION= 24.4.0 diff --git a/www/node24/distinfo b/www/node24/distinfo index e0711f404a94..c0c01fe39dc6 100644 --- a/www/node24/distinfo +++ b/www/node24/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954144 -SHA256 (node-v24.3.0.tar.xz) = eb688ef8a63fda9ebc0b5f907609a46e26db6d9aceefc0832009a98371e992ed -SIZE (node-v24.3.0.tar.xz) = 49969656 +TIMESTAMP = 1752266024 +SHA256 (node-v24.4.0.tar.xz) = 42fa8079da25a926013cd89b9d3467d09110e4fbb0c439342ebe4dd6ecc26bbb +SIZE (node-v24.4.0.tar.xz) = 50262840 diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index fd2bd0ece987..649e228d46d5 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -1,5 +1,5 @@ PORTNAME= owncloud -PORTVERSION= 10.15.2 +PORTVERSION= 10.15.3 CATEGORIES= www MASTER_SITES= https://download.owncloud.com/server/stable/ \ LOCAL/sunpoet diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo index 911861481af0..be9cb3ca2135 100644 --- a/www/owncloud/distinfo +++ b/www/owncloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070288 -SHA256 (owncloud-10.15.2.tar.bz2) = 67ac5e98289e58928c07a9dd5a4e581b09fe54aaf76fad6ad70fde850fa2c3c3 -SIZE (owncloud-10.15.2.tar.bz2) = 57740694 +TIMESTAMP = 1752266026 +SHA256 (owncloud-10.15.3.tar.bz2) = e2f9809bf9badf4675f9ee2d3ea347ecf299b2887c175285965c9910e5981de4 +SIZE (owncloud-10.15.3.tar.bz2) = 57734714 diff --git a/www/owncloud/pkg-plist b/www/owncloud/pkg-plist index 27d80e943eba..ee30bbb15c1a 100644 --- a/www/owncloud/pkg-plist +++ b/www/owncloud/pkg-plist @@ -217,6 +217,7 @@ %%WWWDIR%%/apps/configreport/lib/Http/ReportResponse.php %%WWWDIR%%/apps/configreport/lib/PHPInfo.php %%WWWDIR%%/apps/configreport/lib/ReportDataCollector.php +%%WWWDIR%%/apps/configreport/lib/Storage.php %%WWWDIR%%/apps/configreport/lib/Telemetry/BackgroundJob.php %%WWWDIR%%/apps/configreport/lib/Telemetry/Monitor.php %%WWWDIR%%/apps/configreport/lib/Telemetry/Scheduler.php @@ -257,6 +258,7 @@ %%WWWDIR%%/apps/configreport/vendor/ramsey/collection/README.md %%WWWDIR%%/apps/configreport/vendor/ramsey/collection/SECURITY.md %%WWWDIR%%/apps/configreport/vendor/ramsey/collection/composer.json +%%WWWDIR%%/apps/configreport/vendor/ramsey/collection/conventional-commits.json %%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/AbstractArray.php %%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/AbstractCollection.php %%WWWDIR%%/apps/configreport/vendor/ramsey/collection/src/AbstractSet.php diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index fdb8184551dd..67cc7db56a00 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,5 +1,5 @@ PORTNAME= CGI -PORTVERSION= 4.69 +PORTVERSION= 4.70 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index df27c6f7814d..dfea3b28d0ce 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188044 -SHA256 (CGI-4.69.tar.gz) = 1bde0b1034eaa32a53dab05dd4c2ddefd3504b951daf91b3e317a5bcf100d259 -SIZE (CGI-4.69.tar.gz) = 207953 +TIMESTAMP = 1752266048 +SHA256 (CGI-4.70.tar.gz) = 538ad19c40402e3bbbe00e6d374c3ce2966feb391096dac883ac5104c2083bc9 +SIZE (CGI-4.70.tar.gz) = 207646 diff --git a/www/py-daphne/Makefile b/www/py-daphne/Makefile index 5a59d391ee3a..f0a803e5cc6e 100644 --- a/www/py-daphne/Makefile +++ b/www/py-daphne/Makefile @@ -1,5 +1,5 @@ PORTNAME= daphne -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-daphne/distinfo b/www/py-daphne/distinfo index aeea5de7be04..ad2095f6d2b3 100644 --- a/www/py-daphne/distinfo +++ b/www/py-daphne/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715472 -SHA256 (daphne-4.2.0.tar.gz) = c055de9e685cab7aa369e25e16731baa9b310b9db1a76886dbdde0b4456fb056 -SIZE (daphne-4.2.0.tar.gz) = 45302 +TIMESTAMP = 1752266172 +SHA256 (daphne-4.2.1.tar.gz) = 5f898e700a1fda7addf1541d7c328606415e96a7bd768405f0463c312fcb31b3 +SIZE (daphne-4.2.1.tar.gz) = 45600 diff --git a/www/py-dj-database-url/Makefile b/www/py-dj-database-url/Makefile index 6892fc95e08a..a3cf901a1fd5 100644 --- a/www/py-dj-database-url/Makefile +++ b/www/py-dj-database-url/Makefile @@ -1,5 +1,5 @@ PORTNAME= dj-database-url -DISTVERSION= 3.0.0 +DISTVERSION= 3.0.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} USES= python:3.10+ USE_PYTHON= autoplist pep517 diff --git a/www/py-dj-database-url/distinfo b/www/py-dj-database-url/distinfo index ad432336865a..61f490f10390 100644 --- a/www/py-dj-database-url/distinfo +++ b/www/py-dj-database-url/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748966375 -SHA256 (dj_database_url-3.0.0.tar.gz) = 749a7a42d88d6c741c1d2f4ab24c2ae0d5cd12f00f2d1d55ff9f5fadabe8a2c3 -SIZE (dj_database_url-3.0.0.tar.gz) = 12594 +TIMESTAMP = 1752304422 +SHA256 (dj_database_url-3.0.1.tar.gz) = 8994961efb888fc6bf8c41550870c91f6f7691ca751888ebaa71442b7f84eff8 +SIZE (dj_database_url-3.0.1.tar.gz) = 12556 diff --git a/www/py-django-otp/Makefile b/www/py-django-otp/Makefile index 0f887008a958..03eae5dc9b18 100644 --- a/www/py-django-otp/Makefile +++ b/www/py-django-otp/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-otp -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= www python MASTER_SITES= PYPI DISTNAME= django_otp-${PORTVERSION} diff --git a/www/py-django-otp/distinfo b/www/py-django-otp/distinfo index 1c0d480d90fb..fd22f0819003 100644 --- a/www/py-django-otp/distinfo +++ b/www/py-django-otp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289062 -SHA256 (django_otp-1.6.0.tar.gz) = 13762d5d0ce52f68a9250ab186d36d9971d67271c05f15f533d73b09f2014667 -SIZE (django_otp-1.6.0.tar.gz) = 73830 +TIMESTAMP = 1752266174 +SHA256 (django_otp-1.6.1.tar.gz) = 68dafa008921fd418382492d81b717636d8cc1364e24e8f9222b72264adf3c5d +SIZE (django_otp-1.6.1.tar.gz) = 74134 diff --git a/www/py-django-tasks/Makefile b/www/py-django-tasks/Makefile index 5a194a1e3f02..02b319e56a2d 100644 --- a/www/py-django-tasks/Makefile +++ b/www/py-django-tasks/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-tasks -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-tasks/distinfo b/www/py-django-tasks/distinfo index fb8a55398972..c34abad51956 100644 --- a/www/py-django-tasks/distinfo +++ b/www/py-django-tasks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936232 -SHA256 (django_tasks-0.7.0.tar.gz) = 499f80d1a051566443cfa88a300d8b03435af7fc5708cad4d8da6d285614f739 -SIZE (django_tasks-0.7.0.tar.gz) = 29581 +TIMESTAMP = 1752266176 +SHA256 (django_tasks-0.8.1.tar.gz) = 32673a9f56108ac1ea4664dc62580e5fc3536dd40858b38fd3b6a099913244b7 +SIZE (django_tasks-0.8.1.tar.gz) = 31407 diff --git a/www/py-django-tasks/files/patch-pyproject.toml b/www/py-django-tasks/files/patch-pyproject.toml new file mode 100644 index 000000000000..9e8dc4ca9053 --- /dev/null +++ b/www/py-django-tasks/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-07-04 15:51:35 UTC ++++ pyproject.toml +@@ -12,8 +12,7 @@ readme = "README.md" + ] + version = "0.8.1" + readme = "README.md" +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = {file = "LICENSE"} + classifiers = [ + "Development Status :: 3 - Alpha", + "Programming Language :: Python :: 3", diff --git a/www/py-django-unfold/Makefile b/www/py-django-unfold/Makefile index ab4181574b41..e5114cd29a27 100644 --- a/www/py-django-unfold/Makefile +++ b/www/py-django-unfold/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-unfold -PORTVERSION= 0.61.0 +PORTVERSION= 0.62.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-unfold/distinfo b/www/py-django-unfold/distinfo index 43ed2d1c5c02..2e605593290d 100644 --- a/www/py-django-unfold/distinfo +++ b/www/py-django-unfold/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375069 -SHA256 (django_unfold-0.61.0.tar.gz) = 97e6d68600f8c9fbf4e3cf64bcc81c93dd4627150541e0e077e72f112a3a31a2 -SIZE (django_unfold-0.61.0.tar.gz) = 1064069 +TIMESTAMP = 1752266178 +SHA256 (django_unfold-0.62.0.tar.gz) = fa931018b5c3f501b589d1785c430964a5b37ab1259ecb3ccb516efe075311bc +SIZE (django_unfold-0.62.0.tar.gz) = 1064095 diff --git a/www/py-google-cloud-compute/Makefile b/www/py-google-cloud-compute/Makefile index 9a77964fd991..ea1908a9bdee 100644 --- a/www/py-google-cloud-compute/Makefile +++ b/www/py-google-cloud-compute/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-compute -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-google-cloud-compute/distinfo b/www/py-google-cloud-compute/distinfo index fc112b9a6761..4d8eb477187e 100644 --- a/www/py-google-cloud-compute/distinfo +++ b/www/py-google-cloud-compute/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813122 -SHA256 (google_cloud_compute-1.31.0.tar.gz) = 4825fce6250888241d0b29b58f2f7ad6491c09cca14d93ab7b2d3f5087d134b7 -SIZE (google_cloud_compute-1.31.0.tar.gz) = 4416492 +TIMESTAMP = 1752266180 +SHA256 (google_cloud_compute-1.32.0.tar.gz) = 76d775da26aefbf05eb6b95703f6015e0698e63c97219bbe74ffd34012b01386 +SIZE (google_cloud_compute-1.32.0.tar.gz) = 4421136 diff --git a/www/py-wagtail/Makefile b/www/py-wagtail/Makefile index acbce5a38cc3..5923c8537f60 100644 --- a/www/py-wagtail/Makefile +++ b/www/py-wagtail/Makefile @@ -1,5 +1,6 @@ PORTNAME= wagtail PORTVERSION= 7.0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FL ${PYTHON_PKGNAMEPREFIX}django-modelcluster>=6.2.1<7.0:www/py-django-modelcluster@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-permissionedforms>=0.1<1.0:www/py-django-permissionedforms@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-taggit>=5.0<7:www/py-django-taggit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-tasks>=0.7<0.8:www/py-django-tasks@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-tasks>=0.7:www/py-django-tasks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.5.1<5.0:www/py-django-treebeard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.15.1,1<4.0,1:www/py-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}draftjs-exporter>=2.1.5<6.0:www/py-draftjs-exporter@${PY_FLAVOR} \ diff --git a/www/py-wagtail/files/patch-pyproject.toml b/www/py-wagtail/files/patch-pyproject.toml index 57c97d673722..5214779d6bb6 100644 --- a/www/py-wagtail/files/patch-pyproject.toml +++ b/www/py-wagtail/files/patch-pyproject.toml @@ -17,3 +17,12 @@ authors = [ { name = "Wagtail core team + contributors", email = "hello@wagtail.org" }, ] +@@ -50,7 +49,7 @@ dependencies = [ + "anyascii>=0.1.5", + "telepath>=0.3.1,<1", + "laces>=0.1,<0.2", +- "django-tasks>=0.7,<0.8", ++ "django-tasks>=0.7", + ] + + [project.urls] diff --git a/www/rubygem-faraday/Makefile b/www/rubygem-faraday/Makefile index 51801fa2b86c..c787054f2afa 100644 --- a/www/rubygem-faraday/Makefile +++ b/www/rubygem-faraday/Makefile @@ -1,5 +1,5 @@ PORTNAME= faraday -PORTVERSION= 2.13.1 +PORTVERSION= 2.13.2 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-faraday/distinfo b/www/rubygem-faraday/distinfo index cdd505c930de..1cd63fe1aafe 100644 --- a/www/rubygem-faraday/distinfo +++ b/www/rubygem-faraday/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936430 -SHA256 (rubygem/faraday-2.13.1.gem) = cc531eb5467e7d74d4517630fa96f1a7003647cbf20a9a3e067d098941217b75 -SIZE (rubygem/faraday-2.13.1.gem) = 74240 +TIMESTAMP = 1752266256 +SHA256 (rubygem/faraday-2.13.2.gem) = 5c19762e3bbe78e61d8007c5119f2968373c5296d6c6d6aa05b6f9cec34f2a1a +SIZE (rubygem/faraday-2.13.2.gem) = 74240 diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index 76c50100a16d..06cd5b8b4ebe 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -1,6 +1,5 @@ PORTNAME= nemo -PORTVERSION= 5.4.2 -PORTREVISION= 7 +DISTVERSION= 6.4.5 CATEGORIES= x11-fm gnome DIST_SUBDIR= gnome @@ -13,27 +12,36 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB -BUILD_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libcinnamon-desktop.so:x11/cinnamon-desktop \ - libxapp.so:x11/xapp -RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \ + libxapp.so:x11/xapp \ + libjson-glib-1.0.so:devel/json-glib \ + libxmlb.so:textproc/libxmlb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xlrd>=0:textproc/py-xlrd@${PY_FLAVOR} \ + catdoc:textproc/catdoc \ + exif:graphics/exif \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ - gvfs>0:filesystems/gvfs + gvfs>0:filesystems/gvfs \ + html2text:textproc/html2text \ + id3:audio/id3mtag \ + pdftotext:graphics/poppler-utils \ + ps2ascii:print/ghostscript10 -USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \ - python shared-mime-info shebangfix xorg +USES= compiler:c11 desktop-file-utils gettext-runtime gnome meson pkgconfig \ + python localbase shebangfix xorg -SHEBANG_FILES= generate_additional_file makepot search-helpers/nemo-xls-to-txt +SHEBANG_FILES= generate_additional_file search-helpers/nemo-xls-to-txt \ + search-helpers/nemo-odf-to-txt SHEBANG_GLOB= *.py USE_GITHUB= yes GH_ACCOUNT= linuxmint -USE_GNOME= cairo gdkpixbuf gtk30 intlhack introspection libgsf \ - libxml2 pango pygobject3 +USE_GNOME= cairo gdkpixbuf gtk30 intltool pygobject3 libgsf \ + introspection:build -USE_XORG= x11 +USE_XORG= x11 xext xorgproto xrender MESON_ARGS= -Dtracker=false @@ -43,7 +51,6 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXEMPI EXIF OPTIONS_DEFAULT= DOCS EXEMPI EXIF -OPTIONS_SUB= yes EXEMPI_DESC= XMP support EXIF_DESC= Digital camera file meta-data support diff --git a/x11-fm/nemo/distinfo b/x11-fm/nemo/distinfo index ceb098b99dd0..67166cda38a7 100644 --- a/x11-fm/nemo/distinfo +++ b/x11-fm/nemo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660059700 -SHA256 (gnome/linuxmint-nemo-5.4.2_GH0.tar.gz) = 7e92210804ab1b2f4cd1799afb54fc60ff81281901af36bbe99790b3fd5f40c1 -SIZE (gnome/linuxmint-nemo-5.4.2_GH0.tar.gz) = 1495290 +TIMESTAMP = 1740936909 +SHA256 (gnome/linuxmint-nemo-6.4.5_GH0.tar.gz) = 06dc3c7884dc0ec8ce4d55ed48f0cd77cbf7bd6be5dba9ed883d49a43118ebdf +SIZE (gnome/linuxmint-nemo-6.4.5_GH0.tar.gz) = 1511087 diff --git a/x11-fm/nemo/files/patch-libnemo-private_nemo-statx.c b/x11-fm/nemo/files/patch-libnemo-private_nemo-statx.c deleted file mode 100644 index 6f627d0f0da9..000000000000 --- a/x11-fm/nemo/files/patch-libnemo-private_nemo-statx.c +++ /dev/null @@ -1,102 +0,0 @@ ---- libnemo-private/nemo-statx.c.orig 2018-12-15 14:00:45 UTC -+++ libnemo-private/nemo-statx.c -@@ -21,16 +21,17 @@ - #define _ATFILE_SOURCE - #include <config.h> - #include <time.h> --#include <linux/fcntl.h> // for AT_FDCWD, AT_NO_AUTOMOUNT --#include <linux/stat.h> // for statx, STATX_BTIME, statx_timestamp - #include <string.h> // for memset --#include <syscall.h> // for __NR_statx - #include <unistd.h> // for syscall, ssize_t - #include <stdio.h> - #include <errno.h> - - #if NATIVE_STATX - /* native statx call */ -+#include <linux/fcntl.h> // for AT_FDCWD, AT_NO_AUTOMOUNT -+#include <linux/stat.h> // for statx, STATX_BTIME, statx_timestamp -+#include <syscall.h> // for __NR_statx -+ - static __attribute__((unused)) - ssize_t statx (int dfd, const char *filename, unsigned flags, - unsigned int mask, struct statx *buffer) -@@ -41,6 +42,11 @@ ssize_t statx (int dfd, const char *filename, unsigned - #else - /* statx wrapper/compatibility */ - -+#define AT_FDCWD -100 /* Special value used to indicate -+ openat should use the current -+ working directory. */ -+#define AT_NO_AUTOMOUNT 0x800 /* Suppress terminal automount traversal */ -+ - /* this code works ony with x86 and x86_64 */ - #if __x86_64__ - #define __NR_statx 332 -@@ -51,39 +57,39 @@ ssize_t statx (int dfd, const char *filename, unsigned - #define STATX_BTIME 0x00000800U /* Want/got stx_btime */ - - struct statx_timestamp { -- __s64 tv_sec; -- __u32 tv_nsec; -- __s32 __reserved; -+ int64_t tv_sec; -+ uint32_t tv_nsec; -+ int32_t __reserved; - }; - - struct statx { - /* 0x00 */ -- __u32 stx_mask; /* What results were written [uncond] */ -- __u32 stx_blksize; /* Preferred general I/O size [uncond] */ -- __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ -+ uint32_t stx_mask; /* What results were written [uncond] */ -+ uint32_t stx_blksize; /* Preferred general I/O size [uncond] */ -+ uint64_t stx_attributes; /* Flags conveying information about the file [uncond] */ - /* 0x10 */ -- __u32 stx_nlink; /* Number of hard links */ -- __u32 stx_uid; /* User ID of owner */ -- __u32 stx_gid; /* Group ID of owner */ -- __u16 stx_mode; /* File mode */ -- __u16 __spare0[1]; -+ uint32_t stx_nlink; /* Number of hard links */ -+ uint32_t stx_uid; /* User ID of owner */ -+ uint32_t stx_gid; /* Group ID of owner */ -+ uint16_t stx_mode; /* File mode */ -+ uint16_t __spare0[1]; - /* 0x20 */ -- __u64 stx_ino; /* Inode number */ -- __u64 stx_size; /* File size */ -- __u64 stx_blocks; /* Number of 512-byte blocks allocated */ -- __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */ -+ uint64_t stx_ino; /* Inode number */ -+ uint64_t stx_size; /* File size */ -+ uint64_t stx_blocks; /* Number of 512-byte blocks allocated */ -+ uint64_t stx_attributes_mask; /* Mask to show what's supported in stx_attributes */ - /* 0x40 */ - struct statx_timestamp stx_atime; /* Last access time */ - struct statx_timestamp stx_btime; /* File creation time */ - struct statx_timestamp stx_ctime; /* Last attribute change time */ - struct statx_timestamp stx_mtime; /* Last data modification time */ - /* 0x80 */ -- __u32 stx_rdev_major; /* Device ID of special file [if bdev/cdev] */ -- __u32 stx_rdev_minor; -- __u32 stx_dev_major; /* ID of device containing file [uncond] */ -- __u32 stx_dev_minor; -+ uint32_t stx_rdev_major; /* Device ID of special file [if bdev/cdev] */ -+ uint32_t stx_rdev_minor; -+ uint32_t stx_dev_major; /* ID of device containing file [uncond] */ -+ uint32_t stx_dev_minor; - /* 0x90 */ -- __u64 __spare2[14]; /* Spare space for future expansion */ -+ uint64_t __spare2[14]; /* Spare space for future expansion */ - /* 0x100 */ - }; - -@@ -129,4 +135,4 @@ get_file_btime (const char *path) - btime = (&stxbuf)->stx_btime.tv_sec; - - return btime; --} -\ No newline at end of file -+} diff --git a/x11-fm/nemo/pkg-descr b/x11-fm/nemo/pkg-descr index 744afaa26915..e04f81dc7621 100644 --- a/x11-fm/nemo/pkg-descr +++ b/x11-fm/nemo/pkg-descr @@ -1 +1,3 @@ -Nemo, forked from Nautilus, is the file manager of Cinnamon. +Nemo is a free and open-source software and official file manager of the +Cinnamon desktop environment. +It is a fork of GNOME Files (formerly named Nautilus). diff --git a/x11-fm/nemo/pkg-plist b/x11-fm/nemo/pkg-plist index af25dd11bae6..d148402895c9 100644 --- a/x11-fm/nemo/pkg-plist +++ b/x11-fm/nemo/pkg-plist @@ -1,9 +1,11 @@ bin/nemo +bin/nemo-action-layout-editor bin/nemo-autorun-software bin/nemo-connect-server bin/nemo-desktop bin/nemo-epub2text bin/nemo-mso-to-txt +bin/nemo-odf-to-txt bin/nemo-open-with bin/nemo-ppt-to-txt bin/nemo-xls-to-txt @@ -26,7 +28,6 @@ lib/libnemo-extension.so lib/libnemo-extension.so.1 lib/libnemo-extension.so.1.4.0 libdata/pkgconfig/libnemo-extension.pc -libexec/nemo-convert-metadata libexec/nemo-extensions-list share/man/man1/nemo-connect-server.1.gz share/man/man1/nemo-desktop.1.gz @@ -84,35 +85,42 @@ share/icons/hicolor/22x22/apps/nemo.png share/icons/hicolor/24x24/apps/nemo.png share/icons/hicolor/32x32/actions/nemo-eject.png share/icons/hicolor/32x32/apps/nemo.png -share/icons/hicolor/48x48/status/progress-0.png -share/icons/hicolor/48x48/status/progress-10.png -share/icons/hicolor/48x48/status/progress-100.png -share/icons/hicolor/48x48/status/progress-20.png -share/icons/hicolor/48x48/status/progress-30.png -share/icons/hicolor/48x48/status/progress-40.png -share/icons/hicolor/48x48/status/progress-50.png -share/icons/hicolor/48x48/status/progress-60.png -share/icons/hicolor/48x48/status/progress-70.png -share/icons/hicolor/48x48/status/progress-80.png -share/icons/hicolor/48x48/status/progress-90.png share/icons/hicolor/scalable/actions/location-symbolic.svg +share/icons/hicolor/scalable/actions/location-symbolic-rtl.svg share/icons/hicolor/scalable/actions/mount-archive-symbolic.svg share/icons/hicolor/scalable/actions/nemo-auto-arrange-symbolic.svg share/icons/hicolor/scalable/actions/nemo-desktop-scale-symbolic.svg share/icons/hicolor/scalable/actions/nemo-horizontal-layout-symbolic.svg share/icons/hicolor/scalable/actions/nemo-horizontal-layout-wide-symbolic.svg share/icons/hicolor/scalable/actions/nemo-recursive-search-symbolic.svg +share/icons/hicolor/scalable/actions/nemo-recursive-search-symbolic-rtl.svg share/icons/hicolor/scalable/actions/nemo-vertical-layout-symbolic.svg share/icons/hicolor/scalable/actions/nemo-vertical-layout-wide-symbolic.svg share/icons/hicolor/scalable/actions/sidebar-hide-symbolic.svg +share/icons/hicolor/scalable/actions/sidebar-hide-symbolic-rtl.svg share/icons/hicolor/scalable/actions/sidebar-places-symbolic.svg share/icons/hicolor/scalable/actions/sidebar-show-symbolic.svg +share/icons/hicolor/scalable/actions/sidebar-show-symbolic-rtl.svg share/icons/hicolor/scalable/actions/sidebar-tree-symbolic.svg +share/icons/hicolor/scalable/actions/sidebar-tree-symbolic-rtl.svg share/icons/hicolor/scalable/actions/view-compact-symbolic.svg share/icons/hicolor/scalable/apps/nemo.svg share/icons/hicolor/scalable/devices/drive-removable-media-usb-symbolic.svg share/icons/hicolor/scalable/status/nemo-bookmark-not-found-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-0-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-10-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-100-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-20-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-30-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-40-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-50-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-60-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-70-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-80-symbolic.svg +share/icons/hicolor/scalable/status/nemo-progress-90-symbolic.svg share/mime/packages/nemo.xml +%%DATADIR%%/action-info.md +%%DATADIR%%/actions/90_new-launcher.nemo_action %%DATADIR%%/actions/90_new-workspace.nemo_action %%DATADIR%%/actions/91_delete-workspace.nemo_action %%DATADIR%%/actions/92_show-expo.nemo_action @@ -120,21 +128,24 @@ share/mime/packages/nemo.xml %%DATADIR%%/actions/change-background.nemo_action %%DATADIR%%/actions/mount-archive.nemo_action %%DATADIR%%/actions/myaction.py -%%DATADIR%%/actions/new-launcher.nemo_action %%DATADIR%%/actions/sample.nemo_action %%DATADIR%%/actions/set-as-background.nemo_action +%%DATADIR%%/actions/set-resolution.nemo_action %%DATADIR%%/icons/hicolor/16x16/emblems/emblem-note.png %%DATADIR%%/icons/hicolor/24x24/emblems/emblem-note.png %%DATADIR%%/icons/hicolor/48x48/emblems/emblem-note.png +%%DATADIR%%/layout-editor/leconfig.py +%%DATADIR%%/layout-editor/nemo_action_layout_editor.py +%%DATADIR%%/nemo-action-layout-editor-resources.gresource %%DATADIR%%/script-info.md %%DATADIR%%/search-helpers/exif.nemo_search_helper %%DATADIR%%/search-helpers/epub2text.nemo_search_helper %%DATADIR%%/search-helpers/id3.nemo_search_helper -%%DATADIR%%/search-helpers/libreoffice.nemo_search_helper %%DATADIR%%/search-helpers/mso-doc.nemo_search_helper %%DATADIR%%/search-helpers/mso-ppt.nemo_search_helper %%DATADIR%%/search-helpers/mso-xls.nemo_search_helper %%DATADIR%%/search-helpers/mso.nemo_search_helper +%%DATADIR%%/search-helpers/odf.nemo_search_helper %%DATADIR%%/search-helpers/pdf2txt.nemo_search_helper %%DATADIR%%/search-helpers/pdftotext.nemo_search_helper %%DATADIR%%/search-helpers/ps2ascii.nemo_search_helper diff --git a/x11-fonts/noto-sans-bengali/Makefile b/x11-fonts/noto-sans-bengali/Makefile index 2bfeceeacd1e..9825c35ed262 100644 --- a/x11-fonts/noto-sans-bengali/Makefile +++ b/x11-fonts/noto-sans-bengali/Makefile @@ -1,5 +1,5 @@ PORTNAME= noto -PORTVERSION= 2.003 +PORTVERSION= 3.000 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSansBengali-v${PORTVERSION}/ \ https://github.com/notofonts/notofonts.github.io/raw/NotoSansBengali-v${PORTVERSION}/fonts/NotoSansBengali/hinted/ttf/:fonts diff --git a/x11-fonts/noto-sans-bengali/distinfo b/x11-fonts/noto-sans-bengali/distinfo index 08c9fe9c1ec8..70e3864a356d 100644 --- a/x11-fonts/noto-sans-bengali/distinfo +++ b/x11-fonts/noto-sans-bengali/distinfo @@ -1,51 +1,51 @@ -TIMESTAMP = 1715677662 -SHA256 (Noto/SansBengali/2.003/LICENSE) = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 -SIZE (Noto/SansBengali/2.003/LICENSE) = 11357 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-Black.ttf) = 1ba9c0828154c408e63c616717e0ea43ba8cb2cb5b32a93b540005f45815ce92 -SIZE (Noto/SansBengali/2.003/NotoSansBengali-Black.ttf) = 218000 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-Bold.ttf) = 90e7a495c4f8a3690d02074dceec4204571098f6ff3486bee64316f2398f2ba1 -SIZE (Noto/SansBengali/2.003/NotoSansBengali-Bold.ttf) = 212540 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-Condensed.ttf) = ab979818bcca1e8c048e82ab555e66048bfbd0013182403d078ce3dd18316482 -SIZE (Noto/SansBengali/2.003/NotoSansBengali-Condensed.ttf) = 205004 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-ExtraBold.ttf) = e1c83182ddc0de3b8b02676c3c4b5c80a67505c0890c9f18b85c74c06eb0cb4d -SIZE (Noto/SansBengali/2.003/NotoSansBengali-ExtraBold.ttf) = 212792 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-ExtraCondensed.ttf) = db208102f1ca2857438c6e9b3c0c030efe09c273a9058bbeba291d394e5c9814 -SIZE (Noto/SansBengali/2.003/NotoSansBengali-ExtraCondensed.ttf) = 206208 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-ExtraLight.ttf) = 7e44ecdc5c824e10222e27a4de2a94ff2174e91d7a211551649efc1195260b81 -SIZE (Noto/SansBengali/2.003/NotoSansBengali-ExtraLight.ttf) = 207300 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-Light.ttf) = 24f5ea0ff81ba82aeca7143ab906696bbe1c9d75de31518f44ee929efabc901a -SIZE (Noto/SansBengali/2.003/NotoSansBengali-Light.ttf) = 195904 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-Medium.ttf) = 4140bd8ed66c2130d9341e2d92b32b3450d72bbb3a2bcecf735ec7c6bd2a449b -SIZE (Noto/SansBengali/2.003/NotoSansBengali-Medium.ttf) = 208384 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-Regular.ttf) = 9f8b4dd091f19b111d24ea18daae81bea8684cc67de17ea1acd797e144bf20ba -SIZE (Noto/SansBengali/2.003/NotoSansBengali-Regular.ttf) = 203696 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-SemiBold.ttf) = 09233fef319c2e3d066444fe7d437d76fd8188027e835bb8995934fb66471acf -SIZE (Noto/SansBengali/2.003/NotoSansBengali-SemiBold.ttf) = 209608 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-SemiCondensed.ttf) = 2afc63b7c109652ca595f2757347fae96068ca4a06fed40ec5ddb8f427de2b23 -SIZE (Noto/SansBengali/2.003/NotoSansBengali-SemiCondensed.ttf) = 207856 -SHA256 (Noto/SansBengali/2.003/NotoSansBengali-Thin.ttf) = 0c375f6a95d4e5dd32f50831d7086cf2ed4a40717ca57002d959d2d440d825f0 -SIZE (Noto/SansBengali/2.003/NotoSansBengali-Thin.ttf) = 190188 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-Black.ttf) = 777e2e8e60966d87f0422dd19e83667ee79c6aded4d46eef7a52c64bd3600cd5 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-Black.ttf) = 218108 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-Bold.ttf) = 0d46caf69318377337ca4c4e92907af11ea4bdef5465c8d5cfe17f8771d824a7 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-Bold.ttf) = 212652 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-Condensed.ttf) = 5fc6e7bf113b0a8d34c535f40b9201f4faac85dc8e1e3163c1ea5138c6a24881 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-Condensed.ttf) = 205036 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-ExtraBold.ttf) = 8ef8f627a1259259799d77161a2d449f8d3d6b99271b94ed13372489c3dab504 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-ExtraBold.ttf) = 212972 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-ExtraCondensed.ttf) = 5ea26c8f8976a2c403362a2d2b7fb9e08d69eb32d78762146c48d4515f49bd3a -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-ExtraCondensed.ttf) = 206240 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-ExtraLight.ttf) = 3518235f94b6aa9c3aaf270618ee60743d7717fc20010233b90e8d2a76732065 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-ExtraLight.ttf) = 207340 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-Light.ttf) = fc46651b3e5074e9e5ee6e9a0e2f55c33219f93424a46fa4dd4250cd00ed3c83 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-Light.ttf) = 195944 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-Medium.ttf) = 42dae1396b47f3e1d4f8f86b44f63f686fccbbbb00b35bbf6f62373555ab06e5 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-Medium.ttf) = 208420 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-Regular.ttf) = ab2f54c0922024eb8813c3f33e335f137505861dba38d78195cf32b7c3ed8be2 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-Regular.ttf) = 203732 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-SemiBold.ttf) = c250426cfcc9b7616e87be69a70ec8ac4bd6efdb984d9d6827464d63b87151b5 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-SemiBold.ttf) = 209648 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-SemiCondensed.ttf) = b7b456c23409b04aacde5a430817e586c0a8c573c4038088d4e3de705a72b800 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-SemiCondensed.ttf) = 207888 -SHA256 (Noto/SansBengali/2.003/NotoSansBengaliUI-Thin.ttf) = a3018fc4db9922c647d00436ee822427cfb7125dc49f55c4eefd9c82a74df117 -SIZE (Noto/SansBengali/2.003/NotoSansBengaliUI-Thin.ttf) = 190228 +TIMESTAMP = 1752266028 +SHA256 (Noto/SansBengali/3.000/LICENSE) = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 +SIZE (Noto/SansBengali/3.000/LICENSE) = 11357 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-Black.ttf) = e1c8744898c2bb6c3b6688b8352049afc4f8e34d6da57a192e6aed6b380f3b6b +SIZE (Noto/SansBengali/3.000/NotoSansBengali-Black.ttf) = 140628 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-Bold.ttf) = b9c780ce6cc5445bfcd12d8ef3b4d642e850300fe774bb4007f66780c0728269 +SIZE (Noto/SansBengali/3.000/NotoSansBengali-Bold.ttf) = 141460 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-Condensed.ttf) = 117293285764f8710cea9e1058814bc5ef87ec5d8dbfc8d60c53a2bc6e2fdbc6 +SIZE (Noto/SansBengali/3.000/NotoSansBengali-Condensed.ttf) = 139060 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-ExtraBold.ttf) = 214844e6b7fac0bd66db3c2a7c3261af348387ea6eec75abec9991c3b262de80 +SIZE (Noto/SansBengali/3.000/NotoSansBengali-ExtraBold.ttf) = 141740 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-ExtraCondensed.ttf) = fc9f50c3df3de209d9874db746624be65119feeb81ce6b891656e1f3043fa39c +SIZE (Noto/SansBengali/3.000/NotoSansBengali-ExtraCondensed.ttf) = 137760 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-ExtraLight.ttf) = 79b6a57c1bcbc1a2b13fc42175064b5afa7f07d7d2f65426b6df2ffd1ccc18c0 +SIZE (Noto/SansBengali/3.000/NotoSansBengali-ExtraLight.ttf) = 138344 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-Light.ttf) = e020b77bf232e1e6accb59bed7e7fdd0277e13c6fb15906efa289161ee03fe56 +SIZE (Noto/SansBengali/3.000/NotoSansBengali-Light.ttf) = 137020 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-Medium.ttf) = da33c174c79e103bee7c2e03c540ae3d54185edcdd3bcf3703b04b65f118e41b +SIZE (Noto/SansBengali/3.000/NotoSansBengali-Medium.ttf) = 145108 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-Regular.ttf) = 08625cf76fecba8e9e36f342813d7f266aba63513cb16e7290fe366c8e27cd4f +SIZE (Noto/SansBengali/3.000/NotoSansBengali-Regular.ttf) = 139712 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-SemiBold.ttf) = 640f109242f4979b699dfc664418ce4bdba99851380bed08f2dfdb0dd72910a5 +SIZE (Noto/SansBengali/3.000/NotoSansBengali-SemiBold.ttf) = 145400 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-SemiCondensed.ttf) = 7ade29e4cee14dac81a90b0c3d91597d20bd5c741c201b578f30ad576fb2e197 +SIZE (Noto/SansBengali/3.000/NotoSansBengali-SemiCondensed.ttf) = 138764 +SHA256 (Noto/SansBengali/3.000/NotoSansBengali-Thin.ttf) = cf1c32c27868013bbf6c974a0466fb658ab0c2c7d4eedbf88cb1fa3b91153454 +SIZE (Noto/SansBengali/3.000/NotoSansBengali-Thin.ttf) = 138352 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-Black.ttf) = 777e2e8e60966d87f0422dd19e83667ee79c6aded4d46eef7a52c64bd3600cd5 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-Black.ttf) = 218108 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-Bold.ttf) = 0d46caf69318377337ca4c4e92907af11ea4bdef5465c8d5cfe17f8771d824a7 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-Bold.ttf) = 212652 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-Condensed.ttf) = 5fc6e7bf113b0a8d34c535f40b9201f4faac85dc8e1e3163c1ea5138c6a24881 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-Condensed.ttf) = 205036 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-ExtraBold.ttf) = 8ef8f627a1259259799d77161a2d449f8d3d6b99271b94ed13372489c3dab504 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-ExtraBold.ttf) = 212972 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-ExtraCondensed.ttf) = 5ea26c8f8976a2c403362a2d2b7fb9e08d69eb32d78762146c48d4515f49bd3a +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-ExtraCondensed.ttf) = 206240 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-ExtraLight.ttf) = 3518235f94b6aa9c3aaf270618ee60743d7717fc20010233b90e8d2a76732065 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-ExtraLight.ttf) = 207340 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-Light.ttf) = fc46651b3e5074e9e5ee6e9a0e2f55c33219f93424a46fa4dd4250cd00ed3c83 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-Light.ttf) = 195944 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-Medium.ttf) = 42dae1396b47f3e1d4f8f86b44f63f686fccbbbb00b35bbf6f62373555ab06e5 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-Medium.ttf) = 208420 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-Regular.ttf) = ab2f54c0922024eb8813c3f33e335f137505861dba38d78195cf32b7c3ed8be2 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-Regular.ttf) = 203732 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-SemiBold.ttf) = c250426cfcc9b7616e87be69a70ec8ac4bd6efdb984d9d6827464d63b87151b5 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-SemiBold.ttf) = 209648 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-SemiCondensed.ttf) = b7b456c23409b04aacde5a430817e586c0a8c573c4038088d4e3de705a72b800 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-SemiCondensed.ttf) = 207888 +SHA256 (Noto/SansBengali/3.000/NotoSansBengaliUI-Thin.ttf) = a3018fc4db9922c647d00436ee822427cfb7125dc49f55c4eefd9c82a74df117 +SIZE (Noto/SansBengali/3.000/NotoSansBengaliUI-Thin.ttf) = 190228 diff --git a/x11-fonts/noto-serif-bengali/Makefile b/x11-fonts/noto-serif-bengali/Makefile index 16a625a64ac2..6efaae1a87b6 100644 --- a/x11-fonts/noto-serif-bengali/Makefile +++ b/x11-fonts/noto-serif-bengali/Makefile @@ -1,5 +1,5 @@ PORTNAME= noto -PORTVERSION= 2.003 +PORTVERSION= 3.000 CATEGORIES= x11-fonts #MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSerifBengali-v${PORTVERSION}/fonts/ \ # https://github.com/notofonts/notofonts.github.io/raw/NotoSerifBengali-v${PORTVERSION}/fonts/NotoSerifBengali/hinted/ttf/:fonts diff --git a/x11-fonts/noto-serif-bengali/distinfo b/x11-fonts/noto-serif-bengali/distinfo index c13e99ba585f..26e22ecfcb5e 100644 --- a/x11-fonts/noto-serif-bengali/distinfo +++ b/x11-fonts/noto-serif-bengali/distinfo @@ -1,75 +1,75 @@ -TIMESTAMP = 1715677692 -SHA256 (Noto/SerifBengali/2.003/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 -SIZE (Noto/SerifBengali/2.003/LICENSE) = 4374 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-Black.ttf) = dcb1c1381e29dd98d073bbf6240d686b41cd45dc2809c99dde8dbbf4d524ac09 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-Black.ttf) = 269460 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-Bold.ttf) = e58cc1c51fa3194ad9b20e24e1a3595cbf97991da5277e060621a3228235bebc -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-Bold.ttf) = 258628 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-Condensed.ttf) = d7023f7126dba7dedc4631226c1999c9b422036b85016475349e711bfb2213f6 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-Condensed.ttf) = 248948 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedBlack.ttf) = 2bd3372ce1e17e466b2b3a8e60a5999e4363c619536500b3607fdc8859c05d43 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedBlack.ttf) = 260604 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedBold.ttf) = 8a779a66d61e7368de6431502f93558f348d4b3bf63db79e7cf11bca2ee566f4 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedBold.ttf) = 255032 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedExtraBold.ttf) = 787f5b69e10630fd15c3296473bce9cb2c9f5c1729eb62f162f860c1b2613203 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedExtraBold.ttf) = 261280 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedExtraLight.ttf) = 9de44ce60edcffc2090ef9e9ef48c52e234223b50f5cb5ce31192e7ad32dba5f -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedExtraLight.ttf) = 221336 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedLight.ttf) = 195fe97b8bcaea2c81a89da0b0f88d4c1eb6e8512471f7e7812301f312b3f4a9 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedLight.ttf) = 241240 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedMedium.ttf) = ae502747405f6e826d2263fe079c1d39d227b7167a23419d0631774352074431 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedMedium.ttf) = 249076 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedSemiBold.ttf) = c69ad8c24193892e272613023d327198b98c87b4b6d2e33bac2d3db30e62ffb7 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedSemiBold.ttf) = 257668 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedThin.ttf) = 081ed9089cdcad4ba2f5f0c1d9e6f428e52785fd3e7c86190e5a54ad21de10b1 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-CondensedThin.ttf) = 226480 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraBold.ttf) = 959110c88edcc106c7b8ae43ab8c743e26a4298c4631266243ca10a840ec1add -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraBold.ttf) = 258752 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensed.ttf) = 942135fef93255520e59e4fe4c6bd49e9e5fbae3726eb2b4151048fab9cd76d0 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensed.ttf) = 247028 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedBlack.ttf) = 2c90a236ed1f90330be3dc304333166322be4b819a899a4e923788b8d9d8b832 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedBlack.ttf) = 253644 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedBold.ttf) = f55835d1eab53905cf44eceb39fa01575a8fda017da3f71d5bab5395353843b0 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedBold.ttf) = 257556 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedExtraBold.ttf) = 9ff76a2602a14dc3fcd3469bebaee0c3e491bf47f069c108b1ad926c5853190c -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedExtraBold.ttf) = 256992 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedExtraLight.ttf) = af132b1cc12495d0d18ef1fcc6e10bab2f9c1b2bba69e29548d1aae7bf47e44f -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedExtraLight.ttf) = 218980 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedLight.ttf) = 6fbd69f769353c97dd0ff6e153db30d9dc68ac5d037d6c48b999ffc9bbfef57a -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedLight.ttf) = 240448 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedMedium.ttf) = 1e8bb91f016b8c24a4aa16cc65427dd81f42fb4255e3c20663a9007346c37830 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedMedium.ttf) = 247696 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedSemiBold.ttf) = 40b1fbfef03cd5eb6c390c73d0cbbb87f908977afbda34fc6c9d4b10050398a8 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedSemiBold.ttf) = 252768 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedThin.ttf) = 3d13cfa726dbf78d3653aa6f157cd8c7a6fa396fb849b22bb92d7b81012d94b5 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraCondensedThin.ttf) = 225684 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraLight.ttf) = 1d6fc05d816b35e4bd54e47c0ae00bd5c94c4f95658f13d39969b2d477bd692e -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-ExtraLight.ttf) = 226068 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-Light.ttf) = 63cb537a5147f894430857569d00b8c7ec4f04634ffe53b70a4bf75ef85270c8 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-Light.ttf) = 233416 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-Medium.ttf) = 90073c42195188bf89c1ff861e85501effbea3ab6e4aaf3b90a6c6e39c33cb2c -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-Medium.ttf) = 256104 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-Regular.ttf) = b0618e272302cdb9e47ffd648e7aa8a09322fd1859b8abd06af6816015b92eec -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-Regular.ttf) = 263696 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiBold.ttf) = 6d5d5f47f48c088d613d5d56d1767bef1adf9e116f6329332a01d20a302ae7a2 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiBold.ttf) = 255024 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensed.ttf) = 09ba4e2073fff4459ec4a2f7e8208ad2012c27b2618b529704f09e36b765c8fd -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensed.ttf) = 252148 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedBlack.ttf) = 41e84318b41903354e02cc51f38c4a0ccd822bc5fd6e5abea2e4d9c2289c1cc5 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedBlack.ttf) = 263020 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedBold.ttf) = 4a079f02c9fd08a814d89bcc6ff3652fd2937f0e09e6e24ccb1ac89e0cdf9217 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedBold.ttf) = 257112 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedExtraBold.ttf) = 2378f01ac2fe0150ac8ded35223110748f2d99cf2a24ba218bad142b35aa67d0 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedExtraBold.ttf) = 259524 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedExtraLight.ttf) = 82727d16fd13712649b3881c757a9b3c0477a796b250cc112f26b25e28731254 -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedExtraLight.ttf) = 223248 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedLight.ttf) = af7283f3cec98d70e62d045030d95fe336c794134bb2931e3d09987d57c3c5bb -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedLight.ttf) = 240720 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedMedium.ttf) = b8454e615c3815cf9550f293c80959bf33cfdfa4c391d72f06d6ed0df9adb05d -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedMedium.ttf) = 250684 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedSemiBold.ttf) = 0aa61a1ca255e0f52dec9f1594550c50b6d3628c8781d5d35cfa1aeee2ad829f -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedSemiBold.ttf) = 257436 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedThin.ttf) = d42ec0f56aeaa8e09e9ecc3d65cc14ab5078f58cfc528c222136771eb4b3512d -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-SemiCondensedThin.ttf) = 228288 -SHA256 (Noto/SerifBengali/2.003/NotoSerifBengali-Thin.ttf) = f66e13c6185c7ab942ec687f0fc9afe434b0c8ffbaaa4169e4841bc03996712c -SIZE (Noto/SerifBengali/2.003/NotoSerifBengali-Thin.ttf) = 235440 +TIMESTAMP = 1752266030 +SHA256 (Noto/SerifBengali/3.000/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/SerifBengali/3.000/LICENSE) = 4374 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-Black.ttf) = dcb1c1381e29dd98d073bbf6240d686b41cd45dc2809c99dde8dbbf4d524ac09 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-Black.ttf) = 269460 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-Bold.ttf) = e58cc1c51fa3194ad9b20e24e1a3595cbf97991da5277e060621a3228235bebc +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-Bold.ttf) = 258628 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-Condensed.ttf) = d7023f7126dba7dedc4631226c1999c9b422036b85016475349e711bfb2213f6 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-Condensed.ttf) = 248948 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedBlack.ttf) = 2bd3372ce1e17e466b2b3a8e60a5999e4363c619536500b3607fdc8859c05d43 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedBlack.ttf) = 260604 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedBold.ttf) = 8a779a66d61e7368de6431502f93558f348d4b3bf63db79e7cf11bca2ee566f4 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedBold.ttf) = 255032 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedExtraBold.ttf) = 787f5b69e10630fd15c3296473bce9cb2c9f5c1729eb62f162f860c1b2613203 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedExtraBold.ttf) = 261280 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedExtraLight.ttf) = 9de44ce60edcffc2090ef9e9ef48c52e234223b50f5cb5ce31192e7ad32dba5f +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedExtraLight.ttf) = 221336 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedLight.ttf) = 195fe97b8bcaea2c81a89da0b0f88d4c1eb6e8512471f7e7812301f312b3f4a9 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedLight.ttf) = 241240 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedMedium.ttf) = ae502747405f6e826d2263fe079c1d39d227b7167a23419d0631774352074431 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedMedium.ttf) = 249076 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedSemiBold.ttf) = c69ad8c24193892e272613023d327198b98c87b4b6d2e33bac2d3db30e62ffb7 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedSemiBold.ttf) = 257668 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedThin.ttf) = 081ed9089cdcad4ba2f5f0c1d9e6f428e52785fd3e7c86190e5a54ad21de10b1 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-CondensedThin.ttf) = 226480 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraBold.ttf) = 959110c88edcc106c7b8ae43ab8c743e26a4298c4631266243ca10a840ec1add +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraBold.ttf) = 258752 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensed.ttf) = 942135fef93255520e59e4fe4c6bd49e9e5fbae3726eb2b4151048fab9cd76d0 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensed.ttf) = 247028 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedBlack.ttf) = 2c90a236ed1f90330be3dc304333166322be4b819a899a4e923788b8d9d8b832 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedBlack.ttf) = 253644 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedBold.ttf) = f55835d1eab53905cf44eceb39fa01575a8fda017da3f71d5bab5395353843b0 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedBold.ttf) = 257556 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedExtraBold.ttf) = 9ff76a2602a14dc3fcd3469bebaee0c3e491bf47f069c108b1ad926c5853190c +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedExtraBold.ttf) = 256992 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedExtraLight.ttf) = af132b1cc12495d0d18ef1fcc6e10bab2f9c1b2bba69e29548d1aae7bf47e44f +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedExtraLight.ttf) = 218980 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedLight.ttf) = 6fbd69f769353c97dd0ff6e153db30d9dc68ac5d037d6c48b999ffc9bbfef57a +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedLight.ttf) = 240448 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedMedium.ttf) = 1e8bb91f016b8c24a4aa16cc65427dd81f42fb4255e3c20663a9007346c37830 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedMedium.ttf) = 247696 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedSemiBold.ttf) = 40b1fbfef03cd5eb6c390c73d0cbbb87f908977afbda34fc6c9d4b10050398a8 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedSemiBold.ttf) = 252768 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedThin.ttf) = 3d13cfa726dbf78d3653aa6f157cd8c7a6fa396fb849b22bb92d7b81012d94b5 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraCondensedThin.ttf) = 225684 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraLight.ttf) = 1d6fc05d816b35e4bd54e47c0ae00bd5c94c4f95658f13d39969b2d477bd692e +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-ExtraLight.ttf) = 226068 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-Light.ttf) = 63cb537a5147f894430857569d00b8c7ec4f04634ffe53b70a4bf75ef85270c8 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-Light.ttf) = 233416 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-Medium.ttf) = 90073c42195188bf89c1ff861e85501effbea3ab6e4aaf3b90a6c6e39c33cb2c +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-Medium.ttf) = 256104 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-Regular.ttf) = b0618e272302cdb9e47ffd648e7aa8a09322fd1859b8abd06af6816015b92eec +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-Regular.ttf) = 263696 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiBold.ttf) = 6d5d5f47f48c088d613d5d56d1767bef1adf9e116f6329332a01d20a302ae7a2 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiBold.ttf) = 255024 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensed.ttf) = 09ba4e2073fff4459ec4a2f7e8208ad2012c27b2618b529704f09e36b765c8fd +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensed.ttf) = 252148 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedBlack.ttf) = 41e84318b41903354e02cc51f38c4a0ccd822bc5fd6e5abea2e4d9c2289c1cc5 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedBlack.ttf) = 263020 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedBold.ttf) = 4a079f02c9fd08a814d89bcc6ff3652fd2937f0e09e6e24ccb1ac89e0cdf9217 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedBold.ttf) = 257112 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedExtraBold.ttf) = 2378f01ac2fe0150ac8ded35223110748f2d99cf2a24ba218bad142b35aa67d0 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedExtraBold.ttf) = 259524 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedExtraLight.ttf) = 82727d16fd13712649b3881c757a9b3c0477a796b250cc112f26b25e28731254 +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedExtraLight.ttf) = 223248 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedLight.ttf) = af7283f3cec98d70e62d045030d95fe336c794134bb2931e3d09987d57c3c5bb +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedLight.ttf) = 240720 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedMedium.ttf) = b8454e615c3815cf9550f293c80959bf33cfdfa4c391d72f06d6ed0df9adb05d +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedMedium.ttf) = 250684 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedSemiBold.ttf) = 0aa61a1ca255e0f52dec9f1594550c50b6d3628c8781d5d35cfa1aeee2ad829f +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedSemiBold.ttf) = 257436 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedThin.ttf) = d42ec0f56aeaa8e09e9ecc3d65cc14ab5078f58cfc528c222136771eb4b3512d +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-SemiCondensedThin.ttf) = 228288 +SHA256 (Noto/SerifBengali/3.000/NotoSerifBengali-Thin.ttf) = f66e13c6185c7ab942ec687f0fc9afe434b0c8ffbaaa4169e4841bc03996712c +SIZE (Noto/SerifBengali/3.000/NotoSerifBengali-Thin.ttf) = 235440 diff --git a/x11-fonts/py-vfblib/Makefile b/x11-fonts/py-vfblib/Makefile index 357f9199c4f1..ca6d9285fb5c 100644 --- a/x11-fonts/py-vfblib/Makefile +++ b/x11-fonts/py-vfblib/Makefile @@ -1,5 +1,5 @@ PORTNAME= vfblib -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.45.1:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}orjson>=3.10.13<4:devel/py-orjson@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.8.0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}orjson>=3.10.15<4:devel/py-orjson@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.14.1:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufolib2>=0.16.0:print/py-ufolib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufonormalizer>=0.6.1:x11-fonts/py-ufonormalizer@${PY_FLAVOR} diff --git a/x11-fonts/py-vfblib/distinfo b/x11-fonts/py-vfblib/distinfo index 30eec18d86d5..55688a29d72d 100644 --- a/x11-fonts/py-vfblib/distinfo +++ b/x11-fonts/py-vfblib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188160 -SHA256 (vfblib-0.9.5.tar.gz) = 29495aff8658a9d198092bd187d001eae3463fd376cfa4ba42f1b62242739c1d -SIZE (vfblib-0.9.5.tar.gz) = 7795680 +TIMESTAMP = 1752266182 +SHA256 (vfblib-0.9.6.tar.gz) = 038f19fe14d686801974747fff8d423f4d09cf0f174487c4c8ac13e977e7b29b +SIZE (vfblib-0.9.6.tar.gz) = 7831409 diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 359143fef401..6240dd458481 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -1,6 +1,5 @@ PORTNAME= muffin -PORTVERSION= 5.4.5 -PORTREVISION= 6 +DISTVERSION= 6.4.1 CATEGORIES= x11-wm gnome DIST_SUBDIR= gnome @@ -20,39 +19,79 @@ LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ libcinnamon-desktop.so:x11/cinnamon-desktop \ libxkbcommon.so:x11/libxkbcommon \ libcanberra.so:audio/libcanberra \ - libdbus-1.so:devel/dbus \ - libstartup-notification-1.so:x11/startup-notification \ - libpipewire-0.3.so:multimedia/pipewire \ - libfontconfig.so:x11-fonts/fontconfig -RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config + libdbus-1.so:devel/dbus +RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config \ + zenity>0:x11/zenity USES= compiler:c11 gettext-tools gl gnome localbase meson pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint -USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 introspection pango -USE_XORG= ice sm x11 xau xcb xcomposite xcursor xdamage xext xfixes xi xinerama \ +USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 pango +USE_XORG= ice x11 xau xcb xcomposite xcursor xdamage xext xfixes xi xinerama \ xkbfile xrandr xrender xtst USE_GL= egl gl glesv2 USE_LDCONFIG= yes -MESON_ARGS= -Dcore_tests=false +MESON_ARGS= -Dnative_backend=false GLIB_SCHEMAS= org.cinnamon.muffin.gschema.xml -OPTIONS_DEFINE= TEST UDEV WACOM -OPTIONS_DEFAULT= WACOM +OPTIONS_DEFINE= EGL_DEVICE INTROSPECTION PANGOFT2 REMOTE SM STARTUP \ + TEST UDEV WACOM WAYLAND WAYLAND_EGL +OPTIONS_DEFAULT= INTROSPECTION PANGOFT2 REMOTE SM STARTUP UDEV WACOM +OPTIONS_SUB= yes -TEST_MESON_TRUE= cogl_tests clutter_tests +EGL_DEVICE_DESC= Enable EGLDevice and EGLStream renderer support +EGL_DEVICE_MESON_TRUE= egl_device -UDEV_DESC= Enable udev support when using the X11 backend (EXPERIMENTAL) +INTROSPECTION_DESC= Enable GObject introspection +INTROSPECTION_MESON_TRUE= introspection +INTROSPECTION_USE= GNOME=introspection + +PANGOFT2_DESC= Enable PangoFt2 support +PANGOFT2_MESON_TRUE= pango_ft2 +PANGOFT2_USE= GNOME=pangoft2 + +REMOTE_DESC= Enable remote desktop and screen cast support +REMOTE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire +REMOTE_MESON_TRUE= remote_desktop + +SM_DESC= Enable X11 session management support +SM_MESON_TRUE= sm +SM_USE= XORG=sm + +STARTUP_DESC= Enable startup notification support +STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification +STARTUP_MESON_TRUE= startup_notification + +TEST_BUILD_DEPENDS= bash:shells/bash +TEST_MESON_TRUE= tests + +UDEV_DESC= Enable udev support when using the X11 backend UDEV_LIB_DEPENDS= libgudev-1.0.so:devel/libgudev \ libudev.so:devel/libudev-devd UDEV_MESON_TRUE= udev -WACOM_DESC= Tablet support with libwacom +WACOM_DESC= Tablet support with libwacom WACOM_LIB_DEPENDS= libwacom.so:x11/libwacom WACOM_MESON_TRUE= libwacom +WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \ + wayland-protocols>0:graphics/wayland-protocols \ + Xwayland:x11-servers/xwayland +WAYLAND_LIB_DEPENDS= libwayland-server.so:graphics/wayland +WAYLAND_MESON_TRUE= core_tests wayland + +WAYLAND_EGL_DESC= Enable Wayland EGLStream support client support +WAYLAND_EGL_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/wayland-eglstream-protocols.pc:graphics/egl-wayland +WAYLAND_EGL_MESON_TRUE= wayland_eglstream +WAYLAND_EGL_IMPLIES= wayland + +post-patch: + @${REINPLACE_CMD} -e 's/<drm_fourcc.h>/<libdrm\/drm_fourcc.h>/' \ + ${WRKSRC}/src/wayland/meta-wayland-dma-buf.c \ + ${WRKSRC}/src/wayland/meta-wayland-buffer.c + .include <bsd.port.mk> diff --git a/x11-wm/muffin/distinfo b/x11-wm/muffin/distinfo index cdab002983cf..973d072752a6 100644 --- a/x11-wm/muffin/distinfo +++ b/x11-wm/muffin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660022739 -SHA256 (gnome/linuxmint-muffin-5.4.5_GH0.tar.gz) = e02802d72c9d5d0cdd62194528c0aff80a2e6fa5f74b49191332f316516acdb0 -SIZE (gnome/linuxmint-muffin-5.4.5_GH0.tar.gz) = 4513483 +TIMESTAMP = 1737348653 +SHA256 (gnome/linuxmint-muffin-6.4.1_GH0.tar.gz) = 3c4ef0139d9bbaf7ac17f39dd06b6397c175614a2eb6c55d463024a457293808 +SIZE (gnome/linuxmint-muffin-6.4.1_GH0.tar.gz) = 4523777 diff --git a/x11-wm/muffin/pkg-plist b/x11-wm/muffin/pkg-plist index a70613e4fbe2..28f1881bc711 100644 --- a/x11-wm/muffin/pkg-plist +++ b/x11-wm/muffin/pkg-plist @@ -111,6 +111,7 @@ include/muffin/clutter/clutter/deprecated/clutter-stage.h include/muffin/clutter/clutter/deprecated/clutter-state.h include/muffin/clutter/clutter/deprecated/clutter-timeline.h include/muffin/clutter/clutter/x11/clutter-x11.h +%%WAYLAND%%include/muffin/cogl/cogl/cogl-wayland-server.h include/muffin/cogl/cogl-pango/cogl-pango.h include/muffin/cogl/cogl-path/cogl-path-enum-types.h include/muffin/cogl/cogl-path/cogl-path-functions.h @@ -229,18 +230,18 @@ include/muffin/meta/workspace.h lib/libmuffin.so lib/libmuffin.so.0 lib/libmuffin.so.0.0.0 -lib/muffin/Cally-0.gir -lib/muffin/Cally-0.typelib -lib/muffin/Clutter-0.gir -lib/muffin/Clutter-0.typelib -lib/muffin/ClutterX11-0.gir -lib/muffin/ClutterX11-0.typelib -lib/muffin/Cogl-0.gir -lib/muffin/Cogl-0.typelib -lib/muffin/CoglPango-0.gir -lib/muffin/CoglPango-0.typelib -lib/muffin/Meta-0.gir -lib/muffin/Meta-0.typelib +%%INTROSPECTION%%lib/muffin/Cally-0.gir +%%INTROSPECTION%%lib/muffin/Cally-0.typelib +%%INTROSPECTION%%lib/muffin/Clutter-0.gir +%%INTROSPECTION%%lib/muffin/Clutter-0.typelib +%%INTROSPECTION%%lib/muffin/ClutterX11-0.gir +%%INTROSPECTION%%lib/muffin/ClutterX11-0.typelib +%%INTROSPECTION%%lib/muffin/Cogl-0.gir +%%INTROSPECTION%%lib/muffin/Cogl-0.typelib +%%INTROSPECTION%%lib/muffin/CoglPango-0.gir +%%INTROSPECTION%%lib/muffin/CoglPango-0.typelib +%%INTROSPECTION%%lib/muffin/Meta-0.gir +%%INTROSPECTION%%lib/muffin/Meta-0.typelib lib/muffin/libmuffin-clutter-0.so lib/muffin/libmuffin-clutter-0.so.0 lib/muffin/libmuffin-clutter-0.so.0.0.0 diff --git a/x11/cinnamon-desktop/Makefile b/x11/cinnamon-desktop/Makefile index 839a763292a0..7b45a0f70a5d 100644 --- a/x11/cinnamon-desktop/Makefile +++ b/x11/cinnamon-desktop/Makefile @@ -1,6 +1,5 @@ PORTNAME= cinnamon-desktop -PORTVERSION= 5.4.2 -PORTREVISION= 5 +DISTVERSION= 6.4.1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -14,13 +13,16 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config \ - libxkbfile>=0:x11/libxkbfile -LIB_DEPENDS= libpulse.so:audio/pulseaudio + libxkbfile>=0:x11/libxkbfile \ + iso-codes>=0:misc/iso-codes +LIB_DEPENDS= libpulse.so:audio/pulseaudio \ + libudev.so:devel/libudev-devd RUN_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config \ - libxkbfile>=0:x11/libxkbfile + libxkbfile>=0:x11/libxkbfile \ + iso-codes>=0:misc/iso-codes USES= gettext gnome localbase meson pkgconfig python:build shebangfix xorg -USE_GNOME= cairo gdkpixbuf gtk30 intltool introspection +USE_GNOME= cairo gdkpixbuf glib20 gtk30 introspection USE_XORG= x11 xext xrandr USE_LDCONFIG= yes @@ -53,6 +55,8 @@ GLIB_SCHEMAS= org.cinnamon.desktop.a11y.applications.gschema.xml \ org.cinnamon.desktop.thumbnailers.gschema.xml \ org.cinnamon.desktop.wm.preferences.gschema.xml +MESON_ARGS= -Dsystemd=disabled + OPTIONS_DEFINE= ALSA ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib diff --git a/x11/cinnamon-desktop/distinfo b/x11/cinnamon-desktop/distinfo index 607d949b3e3b..e83fe84552c6 100644 --- a/x11/cinnamon-desktop/distinfo +++ b/x11/cinnamon-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660019817 -SHA256 (gnome/linuxmint-cinnamon-desktop-5.4.2_GH0.tar.gz) = 862828d97518becf9dd085d76cae9d65090811c82f1dab41392fe89a6b927371 -SIZE (gnome/linuxmint-cinnamon-desktop-5.4.2_GH0.tar.gz) = 502072 +TIMESTAMP = 1735677829 +SHA256 (gnome/linuxmint-cinnamon-desktop-6.4.1_GH0.tar.gz) = 0e9af48b97910302a1130424a05c63b2e7aacb4ce6ae7a1d53c71bcd157a3a8f +SIZE (gnome/linuxmint-cinnamon-desktop-6.4.1_GH0.tar.gz) = 509746 diff --git a/x11/cinnamon-desktop/files/patch-libcvc_gvc-channel-map.c b/x11/cinnamon-desktop/files/patch-libcvc_gvc-channel-map.c deleted file mode 100644 index 4bdf7e1ea04f..000000000000 --- a/x11/cinnamon-desktop/files/patch-libcvc_gvc-channel-map.c +++ /dev/null @@ -1,31 +0,0 @@ -diff --git libcvc/gvc-channel-map.c libcvc/gvc-channel-map.c -index 7f14c8b..69682ac 100644 ---- libcvc/gvc-channel-map.c -+++ libcvc/gvc-channel-map.c -@@ -109,7 +109,7 @@ gvc_channel_map_set_balance (GvcChannelMap *map, - { - pa_cvolume cv; - -- g_return_val_if_fail (GVC_IS_CHANNEL_MAP (map), NULL); -+ g_return_if_fail (GVC_IS_CHANNEL_MAP (map)); - - if (!gvc_channel_map_can_balance (map)) - return; -@@ -149,7 +149,7 @@ gvc_channel_map_set_fade (GvcChannelMap *map, - { - pa_cvolume cv; - -- g_return_val_if_fail (GVC_IS_CHANNEL_MAP (map), NULL); -+ g_return_if_fail (GVC_IS_CHANNEL_MAP (map)); - - if (!gvc_channel_map_can_fade (map)) - return; -@@ -191,7 +191,7 @@ gvc_channel_map_set_lfe (GvcChannelMap *map, - { - pa_cvolume cv; - -- g_return_val_if_fail (GVC_IS_CHANNEL_MAP (map), NULL); -+ g_return_if_fail (GVC_IS_CHANNEL_MAP (map)); - - if (!gvc_channel_map_has_lfe (map)) - return; diff --git a/x11/cinnamon-desktop/pkg-plist b/x11/cinnamon-desktop/pkg-plist index 0dee9904a389..90b7bfcd1604 100644 --- a/x11/cinnamon-desktop/pkg-plist +++ b/x11/cinnamon-desktop/pkg-plist @@ -3,11 +3,12 @@ include/cinnamon-desktop/libcinnamon-desktop/gnome-bg-crossfade.h include/cinnamon-desktop/libcinnamon-desktop/gnome-bg.h include/cinnamon-desktop/libcinnamon-desktop/gnome-desktop-thumbnail.h include/cinnamon-desktop/libcinnamon-desktop/gnome-desktop-utils.h -include/cinnamon-desktop/libcinnamon-desktop/gnome-installer.h +include/cinnamon-desktop/libcinnamon-desktop/gnome-idle-monitor.h include/cinnamon-desktop/libcinnamon-desktop/gnome-pnp-ids.h include/cinnamon-desktop/libcinnamon-desktop/gnome-rr-config.h include/cinnamon-desktop/libcinnamon-desktop/gnome-rr-labeler.h include/cinnamon-desktop/libcinnamon-desktop/gnome-rr.h +include/cinnamon-desktop/libcinnamon-desktop/gnome-systemd.h include/cinnamon-desktop/libcinnamon-desktop/gnome-wall-clock.h include/cinnamon-desktop/libcinnamon-desktop/gnome-xkb-info.h include/cinnamon-desktop/libcvc/gvc-channel-map.h diff --git a/x11/cinnamon-menus/Makefile b/x11/cinnamon-menus/Makefile index a492ef449fdd..73b521ba2479 100644 --- a/x11/cinnamon-menus/Makefile +++ b/x11/cinnamon-menus/Makefile @@ -1,5 +1,5 @@ PORTNAME= cinnamon-menus -PORTVERSION= 5.4.0 +DISTVERSION= 6.4.0 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -18,7 +18,11 @@ USE_GNOME= glib20 introspection:build USE_GITHUB= yes GH_ACCOUNT= linuxmint - USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc +DOCS_MESON_TRUE= enable_docs + .include <bsd.port.mk> diff --git a/x11/cinnamon-menus/distinfo b/x11/cinnamon-menus/distinfo index 542c41805ba7..b203e2b6e9a3 100644 --- a/x11/cinnamon-menus/distinfo +++ b/x11/cinnamon-menus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656716842 -SHA256 (gnome/linuxmint-cinnamon-menus-5.4.0_GH0.tar.gz) = 47eb864105711c28c4851b64bcc82aa5701095996698db170b86be9ebd914e07 -SIZE (gnome/linuxmint-cinnamon-menus-5.4.0_GH0.tar.gz) = 96312 +TIMESTAMP = 1735837360 +SHA256 (gnome/linuxmint-cinnamon-menus-6.4.0_GH0.tar.gz) = 9cad5ac61900492f66c91810fd13bed9dc37b49ec0b9bbc0bbe9ebf48ee45452 +SIZE (gnome/linuxmint-cinnamon-menus-6.4.0_GH0.tar.gz) = 96524 diff --git a/x11/cinnamon-menus/pkg-plist b/x11/cinnamon-menus/pkg-plist index 40191c9931a3..64f102fd6a87 100644 --- a/x11/cinnamon-menus/pkg-plist +++ b/x11/cinnamon-menus/pkg-plist @@ -6,3 +6,19 @@ lib/libcinnamon-menu-3.so.0.0.1 lib/girepository-1.0/CMenu-3.0.typelib libdata/pkgconfig/libcinnamon-menu-3.0.pc share/gir-1.0/CMenu-3.0.gir +%%PORTDOCS%%share/gtk-doc/html/cmenu/GMenuTree.html +%%PORTDOCS%%share/gtk-doc/html/cmenu/annotation-glossary.html +%%PORTDOCS%%share/gtk-doc/html/cmenu/api-index-full.html +%%PORTDOCS%%share/gtk-doc/html/cmenu/ch01.html +%%PORTDOCS%%share/gtk-doc/html/cmenu/cmenu.devhelp2 +%%PORTDOCS%%share/gtk-doc/html/cmenu/home.png +%%PORTDOCS%%share/gtk-doc/html/cmenu/index.html +%%PORTDOCS%%share/gtk-doc/html/cmenu/ix02.html +%%PORTDOCS%%share/gtk-doc/html/cmenu/left-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/cmenu/left.png +%%PORTDOCS%%share/gtk-doc/html/cmenu/pt01.html +%%PORTDOCS%%share/gtk-doc/html/cmenu/right-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/cmenu/right.png +%%PORTDOCS%%share/gtk-doc/html/cmenu/style.css +%%PORTDOCS%%share/gtk-doc/html/cmenu/up-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/cmenu/up.png diff --git a/x11/cinnamon-screensaver/Makefile b/x11/cinnamon-screensaver/Makefile index 6b4de701e272..906339abc9d2 100644 --- a/x11/cinnamon-screensaver/Makefile +++ b/x11/cinnamon-screensaver/Makefile @@ -1,6 +1,5 @@ PORTNAME= cinnamon-screensaver -PORTVERSION= 5.4.2 -PORTREVISION= 3 +DISTVERSION= 6.4.0 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -13,7 +12,6 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB -BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas LIB_DEPENDS= libaccountsservice.so:sysutils/accountsservice \ libcinnamon-desktop.so:x11/cinnamon-desktop \ libdbus-glib-1.so:devel/dbus-glib \ @@ -24,14 +22,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/pam_gnome_keyring.so:security/gnome-keyring \ ${PYTHON_PKGNAMEPREFIX}python-xapp>0:x11/py-python-xapp@${PY_FLAVOR} \ ${LOCALBASE}/libexec/unix-selfauth-helper:security/unix-selfauth-helper -USES= gettext-tools gnome meson pkgconfig python shebangfix xorg +USES= gnome meson pkgconfig python shebangfix xorg localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= linuxmint -USE_XORG= x11 xext xinerama xrandr xscrnsaver +USE_XORG= x11 xext xrandr -USE_GNOME= cairo gdkpixbuf glib20 intltool introspection:build libgnomekbd pygobject3 +USE_GNOME= cairo gdkpixbuf glib20 gtk30 introspection:build pygobject3 SHEBANG_GLOB= *.py BINARY_ALIAS= python3=${PYTHON_CMD} @@ -40,9 +38,18 @@ USE_LDCONFIG= yes SUB_FILES+= cinnamon-screensaver.pam +OPTIONS_DEFINE= LOCKING SETRES XINERAMA +OPTIONS_DEFAULT= LOCKING XINERAMA + +LOCKING_DESC= Compile in support for locking the display +SETRES_DESC= Use setresuid/setresgid in the setuid.c helper + +LOCKING_MESON_TRUE= locking +SETRES_MESON_TRUE= setres +XINERAMA_USE= XORG=xinerama +XINERAMA_MESON_TRUE= xinerama + post-patch: - @${REINPLACE_CMD} -e 's|/usr/lib|${PREFIX}/lib|g' \ - ${WRKSRC}/src/pamhelper/authClient.py @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/src/pamhelper/cinnamon-screensaver-pam-helper.c \ ${WRKSRC}/libcscreensaver/test-passwd.c \ diff --git a/x11/cinnamon-screensaver/distinfo b/x11/cinnamon-screensaver/distinfo index fa7052a69e99..3cc55efde9a6 100644 --- a/x11/cinnamon-screensaver/distinfo +++ b/x11/cinnamon-screensaver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660022189 -SHA256 (gnome/linuxmint-cinnamon-screensaver-5.4.2_GH0.tar.gz) = 7ae54b1fc83fff3082b3b43bf5bf01f7cf49eb35cd6b5b42c0e454e2fd619748 -SIZE (gnome/linuxmint-cinnamon-screensaver-5.4.2_GH0.tar.gz) = 154799 +TIMESTAMP = 1735838597 +SHA256 (gnome/linuxmint-cinnamon-screensaver-6.4.0_GH0.tar.gz) = e985b68981482b7ead6aef55988937958539221d752f9a4feb7ced9ac32fe422 +SIZE (gnome/linuxmint-cinnamon-screensaver-6.4.0_GH0.tar.gz) = 160693 diff --git a/x11/cinnamon-screensaver/pkg-plist b/x11/cinnamon-screensaver/pkg-plist index 7b8e7c7faa89..1afd45d1deac 100644 --- a/x11/cinnamon-screensaver/pkg-plist +++ b/x11/cinnamon-screensaver/pkg-plist @@ -2,13 +2,10 @@ bin/cinnamon-screensaver bin/cinnamon-screensaver-command bin/cinnamon-unlock-desktop etc/pam.d/cinnamon-screensaver -lib/girepository-1.0/CScreensaver-1.0.typelib -lib/libcscreensaver.so -lib/libcscreensaver.so.0 -lib/libcscreensaver.so.0.0.0 -libdata/pkgconfig/cscreensaver.pc -@(,,4555) libexec/cinnamon-screensaver-pam-helper -libexec/cs-backup-locker +libexec/cinnamon-screensaver/girepository-1.0/CScreensaver-1.0.typelib +libexec/cinnamon-screensaver/libcscreensaver.so +@(,,4555) libexec/cinnamon-screensaver/cinnamon-screensaver-pam-helper +libexec/cinnamon-screensaver/cs-backup-locker %%DATADIR%%/__init__.py %%DATADIR%%/albumArt.py %%DATADIR%%/audioPanel.py @@ -28,6 +25,7 @@ libexec/cs-backup-locker %%DATADIR%%/dbusdepot/loginInterface.py %%DATADIR%%/dbusdepot/logindClient.py %%DATADIR%%/dbusdepot/mediaPlayerWatcher.py +%%DATADIR%%/dbusdepot/muffinClient.py %%DATADIR%%/dbusdepot/nameBlocker.py %%DATADIR%%/dbusdepot/sessionClient.py %%DATADIR%%/dbusdepot/uPowerClient.py @@ -66,5 +64,7 @@ share/gir-1.0/CScreensaver-1.0.gir share/icons/hicolor/scalable/actions/screensaver-switch-users-symbolic.svg share/icons/hicolor/scalable/actions/screensaver-unlock-symbolic.svg share/icons/hicolor/scalable/apps/csr-backup-locker-icon.svg +share/icons/hicolor/scalable/status/cinnamon-screensaver-view-conceal.svg +share/icons/hicolor/scalable/status/cinnamon-screensaver-view-reveal.svg share/icons/hicolor/scalable/status/screensaver-blank.svg share/icons/hicolor/scalable/status/screensaver-notification-symbolic.svg diff --git a/x11/cinnamon-session/Makefile b/x11/cinnamon-session/Makefile index b7883cac3edf..126615f142b8 100644 --- a/x11/cinnamon-session/Makefile +++ b/x11/cinnamon-session/Makefile @@ -1,6 +1,5 @@ PORTNAME= cinnamon-session -PORTVERSION= 5.4.0 -PORTREVISION= 5 +DISTVERSION= 6.4.0 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -10,26 +9,28 @@ WWW= https://github.com/linuxmint/cinnamon-session LICENSE= GPLv2 -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib \ +LIB_DEPENDS= libcinnamon-desktop.so:x11/cinnamon-desktop \ libxapp.so:x11/xapp \ libcanberra.so:audio/libcanberra -RUN_DEPENDS= console-kit-daemon:sysutils/consolekit2 +RUN_DEPENDS= console-kit-daemon:sysutils/consolekit2 \ + ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} -USES= gl gnome meson pkgconfig python:build shebangfix xorg +USES= gl gnome meson pkgconfig shebangfix xorg python:build USE_GITHUB= yes GH_ACCOUNT= linuxmint -SHEBANG_FILES= data/meson_install_schemas.py +SHEBANG_FILES= data/meson_install_schemas.py \ + cinnamon-session-quit/cinnamon-session-quit.py -USE_GNOME= cairo gdkpixbuf gtk30 +USE_GNOME= cairo gdkpixbuf glib20 gtk30 pango USE_XORG= ice sm x11 xau xcomposite xext xrender xtrans xtst USE_GL= gl - GLIB_SCHEMAS= org.cinnamon.SessionManager.gschema.xml -OPTIONS_DEFINE= IPV6 +MESON_ARGS= -Dxtrans=true + +OPTIONS_DEFINE= IPV6 OPTIONS_DEFAULT= IPV6 IPV6_MESON_TRUE= ipv6 diff --git a/x11/cinnamon-session/distinfo b/x11/cinnamon-session/distinfo index 61afde6aceaf..b48aea7b28e7 100644 --- a/x11/cinnamon-session/distinfo +++ b/x11/cinnamon-session/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656715196 -SHA256 (gnome/linuxmint-cinnamon-session-5.4.0_GH0.tar.gz) = c3c9351aecebe2abbb5d61663ad19af56fc6413ad6cddb5d753a614b23ec547d -SIZE (gnome/linuxmint-cinnamon-session-5.4.0_GH0.tar.gz) = 199698 +TIMESTAMP = 1736186381 +SHA256 (gnome/linuxmint-cinnamon-session-6.4.0_GH0.tar.gz) = 464075d920df360b5ad94f72395a09b5fbf8b14f0190406ec76055a17659e243 +SIZE (gnome/linuxmint-cinnamon-session-6.4.0_GH0.tar.gz) = 165993 diff --git a/x11/cinnamon-session/pkg-plist b/x11/cinnamon-session/pkg-plist index 3911dab65623..3c0eef38d496 100644 --- a/x11/cinnamon-session/pkg-plist +++ b/x11/cinnamon-session/pkg-plist @@ -1,10 +1,13 @@ bin/cinnamon-session bin/cinnamon-session-quit +libexec/cinnamon-session-binary libexec/cinnamon-session-check-accelerated libexec/cinnamon-session-check-accelerated-helper share/man/man1/cinnamon-session-quit.1.gz share/man/man1/cinnamon-session.1.gz -%%DATADIR%%/csm-inhibit-dialog.glade +%%DATADIR%%/cinnamon-session-quit.glade +%%DATADIR%%/cinnamon-session-quit.py +%%DATADIR%%/config.py %%DATADIR%%/hardware-compatibility share/icons/hicolor/16x16/apps/cinnamon-session-properties.png share/icons/hicolor/22x22/apps/cinnamon-session-properties.png diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index 6261c84f1904..b97ed97c9826 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -1,6 +1,5 @@ PORTNAME= cinnamon -PORTVERSION= 5.4.9 -PORTREVISION= 8 +DISTVERSION= 6.4.10 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -13,15 +12,17 @@ WWW= https://github.com/linuxmint/cinnamon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/EGL/eglmesaext.h:graphics/mesa-dri +BUILD_DEPENDS= ${LOCALBASE}/include/EGL/eglmesaext.h:graphics/mesa-dri \ + ${PYTHON_PKGNAMEPREFIX}libsass>0:www/py-libsass@${PY_FLAVOR} LIB_DEPENDS= libcjs.so:lang/cjs \ libmuffin.so:x11-wm/muffin \ libcinnamon-menu-3.so:x11/cinnamon-menus \ libdbus-1.so:devel/dbus \ libpolkit-agent-1.so:sysutils/polkit \ libatk-bridge-2.0.so:accessibility/at-spi2-core \ - libsoup-2.4.so:devel/libsoup \ - libxapp.so:x11/xapp + libxapp.so:x11/xapp \ + libgcr-base-3.so:security/gcr3 \ + libcinnamon-desktop.so:x11/cinnamon-desktop RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ gnome-themes-extra>3.0.0:x11-themes/gnome-themes-extra \ caribou>0:accessibility/caribou \ @@ -45,9 +46,18 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${LOCALBASE}/lib/girepository-1.0/GSound-1.0.typelib:audio/gsound \ gnome-backgrounds>0:x11-themes/gnome-backgrounds \ metacity:x11-wm/metacity \ - tint2:x11/tint - -USES= compiler:c11 cpe gettext-runtime gettext-tools:run gl gnome gstreamer \ + tint2:x11/tint \ + lspci:sysutils/pciutils \ + ${LOCALBASE}/libexec/polkit-gnome-authentication-agent-1:sysutils/polkit-gnome \ + ${LOCALBASE}/libexec/cups-pk-helper-mechanism:print/cups-pk-helper \ + ${PYTHON_PKGNAMEPREFIX}tinycss2>0:textproc/py-tinycss2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \ + xdg-open:devel/xdg-utils \ + xdg-user-dirs-gtk>0:x11/xdg-user-dirs-gtk \ + inxi:sysutils/inxi \ + wget:ftp/wget + +USES= compiler:c11 cpe gettext-runtime gettext-tools:run gl gnome \ meson perl5 pkgconfig python shebangfix xorg CPE_VENDOR= linuxmint USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool introspection libxml2 pygobject3 @@ -59,21 +69,28 @@ USE_GITHUB= yes GH_ACCOUNT= linuxmint SHEBANG_GLOB= *.py -SHEBANG_FILES= files/* src/data-to-c.pl +SHEBANG_FILES= files/* src/data-to-c.pl data/theme/parse-sass.sh USE_LDCONFIG= yes +# These libs are found via rpath mechanism +NO_SHLIB_REQUIRES_GLOB= libmuffin-clutter-* libmuffin-cogl-* BINARY_ALIAS= python3=${PYTHON_CMD} MESON_ARGS= -Ddisable_networkmanager=true GLIB_SCHEMAS= org.cinnamon.gschema.xml -OPTIONS_DEFINE= DOCS NLS -OPTIONS_EXCLUDE= DOCS +OPTIONS_DEFINE= DOCS NLS WAYLAND RECORDER +OPTIONS_DEFAULT= RECORDER OPTIONS_SUB= yes +RECORDER_DESC= Build the cinnamon recorder into source + DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc DOCS_MESON_TRUE= docs +WAYLAND_MESON_TRUE= wayland +RECORDER_MESON_TRUE= build_recorder +RECORDER_USES= gstreamer NLS_RUN_DEPENDS= cinnamon-translations>0:misc/cinnamon-translations @@ -94,15 +111,43 @@ post-patch: ${XARGS} ${REINPLACE_CMD} -e "s|/usr/lib|${PREFIX}/lib|g" @${FIND} ${WRKSRC} -name \* -type f | ${XARGS} ${EGREP} -l "/usr/bin" | \ - ${XARGS} ${REINPLACE_CMD} -e "s|/usr/bin|${PREFIX}/bin|g" + ${XARGS} ${REINPLACE_CMD} -e '\x/usr/bin/passwdx!s|/usr/bin|${PREFIX}/bin|g' + + @${REINPLACE_CMD} -e "/prefixes = /s|'/usr'|'${PREFIX}'|" \ + ${WRKSRC}/files/usr/bin/xlet-about-dialog + # Stop loading network-manager applet by default + @${REINPLACE_CMD} -e "s|, 'panel1:right:7:network@cinnamon.org'||" \ + ${WRKSRC}/data/org.cinnamon.gschema.xml + + # Fix build with no network-manager @${REINPLACE_CMD} -e '/cs-bluetooth/d; /cs-network/d' \ ${WRKSRC}/files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py + @${REINPLACE_CMD} -e 's/nm-applet;//' \ + ${WRKSRC}/meson.build + + @${REINPLACE_CMD} -e '/imports.ui.networkAgent/d' \ + ${WRKSRC}/js/ui/main.js + # End of Fix build with no network-manager + + # Fix symlink installation + @${REINPLACE_CMD} -e "s|DESTDIR|MESON_INSTALL_DESTDIR_PREFIX|" \ + ${WRKSRC}/install-scripts/add_symlink.py + # Some python files use #! /usr/bin/python (note the space between the bang and the python interpreter @${FIND} ${WRKSRC} -name \* -type f | ${XARGS} ${EGREP} -l "#!.*\/usr\/bin\/python" | \ ${XARGS} ${REINPLACE_CMD} -e "s|#!.*python.*|#!/usr/bin/env python|g" + # Fix applets that try to exec just python3 + @${REINPLACE_CMD} -e "/'python3[' ]/s|python3|${PYTHON_CMD}|" \ + ${WRKSRC}/files/usr/share/cinnamon/applets/printers@cinnamon.org/applet.js \ + ${WRKSRC}/files/usr/share/cinnamon/applets/grouped-window-list@cinnamon.org/menus.js + + # Fix system lp(1) overlapping with cups' lp(1) + @${REINPLACE_CMD} -e "/'lp'/s|lp|${PREFIX}/bin/lp|" \ + ${WRKSRC}/files/usr/share/cinnamon/applets/printers@cinnamon.org/applet.js + # gtk-doc builds erroneous documentation files otherwise @${FIND} ${WRKSRC} -name '*.orig' -type f -delete @${FIND} ${WRKSRC} -name '*.bak' -type f -delete diff --git a/x11/cinnamon/distinfo b/x11/cinnamon/distinfo index 88eb442ad3e0..267ad77e131a 100644 --- a/x11/cinnamon/distinfo +++ b/x11/cinnamon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660060329 -SHA256 (gnome/linuxmint-cinnamon-5.4.9_GH0.tar.gz) = 19c5e85f65baacc79f961cbcebb20fb0050ad6f21678638a9dd1868d197b4727 -SIZE (gnome/linuxmint-cinnamon-5.4.9_GH0.tar.gz) = 2468335 +TIMESTAMP = 1752081962 +SHA256 (gnome/linuxmint-cinnamon-6.4.10_GH0.tar.gz) = eff6d55ec2b6443cec5b829df6240b329fbfa77aafd2064a60fdde2fc5b59f34 +SIZE (gnome/linuxmint-cinnamon-6.4.10_GH0.tar.gz) = 2592994 diff --git a/x11/cinnamon/files/patch-docs_reference_cinnamon_meson.build b/x11/cinnamon/files/patch-docs_reference_cinnamon_meson.build new file mode 100644 index 000000000000..10cdab7f29d7 --- /dev/null +++ b/x11/cinnamon/files/patch-docs_reference_cinnamon_meson.build @@ -0,0 +1,13 @@ +--- docs/reference/cinnamon/meson.build.orig 2025-02-09 15:54:24 UTC ++++ docs/reference/cinnamon/meson.build +@@ -11,6 +11,10 @@ endif + ignore += 'cinnamon-recorder.h' + endif + ++if not have_networkmanager ++ ignore += 'cinnamon-network-agent.h' ++endif ++ + gnome.gtkdoc( + 'cinnamon', + mode: 'xml', diff --git a/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings-users_cinnamon-settings-users.py b/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings-users_cinnamon-settings-users.py new file mode 100644 index 000000000000..0ee26614724f --- /dev/null +++ b/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings-users_cinnamon-settings-users.py @@ -0,0 +1,59 @@ +--- files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py.orig 2025-07-10 21:12:25 UTC ++++ files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py +@@ -255,7 +255,7 @@ class PasswordDialog(Gtk.Dialog): + self.user.set_password(newpass, "") + mask = self.group_mask.get_text() + if "nopasswdlogin" in mask: +- subprocess.call(["gpasswd", "-d", self.user.get_user_name(), "nopasswdlogin"]) ++ subprocess.call(["pw", "groupmod", "nopasswdlogin", "-d", self.user.get_user_name()]) + mask = mask.split(", ") + mask.remove("nopasswdlogin") + mask = ", ".join(mask) +@@ -620,7 +620,7 @@ class Module: + response = dialog.run() + if response == Gtk.ResponseType.OK: + groups = dialog.get_selected_groups() +- subprocess.call(["usermod", user.get_user_name(), "-G", ",".join(groups)]) ++ subprocess.call(["pw", "usermod", user.get_user_name(), "-G", ",".join(groups)]) + groups.sort() + self.groups_label.set_text(", ".join(groups)) + dialog.destroy() +@@ -900,9 +900,9 @@ class Module: + piter = self.users.append(None, [new_user, pixbuf, description]) + # Add the user to his/her own group and sudo if Administrator was selected + if dialog.account_type_combo.get_active() == 1: +- subprocess.call(["usermod", username, "-G", "%s,sudo,nopasswdlogin" % username]) ++ subprocess.call(["pw", "usermod", username, "-G", "%s,sudo,nopasswdlogin" % username]) + else: +- subprocess.call(["usermod", username, "-G", "%s,nopasswdlogin" % username]) ++ subprocess.call(["pw", "usermod", username, "-G", "%s,nopasswdlogin" % username]) + self.load_groups() + dialog.destroy() + +@@ -947,7 +947,7 @@ class Module: + d.set_default_response(Gtk.ResponseType.NO) + r = d.run() + if r == Gtk.ResponseType.YES: +- subprocess.call(["groupdel", group]) ++ subprocess.call(["pw", "groupdel", group]) + self.load_groups() + d.destroy() + +@@ -955,7 +955,7 @@ class Module: + dialog = GroupDialog(_("Group Name"), "", self.window) + response = dialog.run() + if response == Gtk.ResponseType.OK: +- subprocess.call(["groupadd", dialog.entry.get_text().lower()]) ++ subprocess.call(["pw", "groupadd", dialog.entry.get_text().lower()]) + self.load_groups() + dialog.destroy() + +@@ -966,7 +966,7 @@ class Module: + dialog = GroupDialog(_("Group Name"), group, self.window) + response = dialog.run() + if response == Gtk.ResponseType.OK: +- subprocess.call(["groupmod", group, "-n", dialog.entry.get_text().lower()]) ++ subprocess.call(["pw", "groupmod", group, "-l", dialog.entry.get_text().lower()]) + self.load_groups() + dialog.destroy() + diff --git a/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings_bin_capi.py b/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings_bin_capi.py index 8ea487050de1..92fb927f975a 100644 --- a/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings_bin_capi.py +++ b/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings_bin_capi.py @@ -1,39 +1,13 @@ ---- files/usr/share/cinnamon/cinnamon-settings/bin/capi.py.orig 2022-06-21 15:01:39 UTC +--- files/usr/share/cinnamon/cinnamon-settings/bin/capi.py.orig 2025-07-10 16:06:25 UTC +++ files/usr/share/cinnamon/cinnamon-settings/bin/capi.py -@@ -27,31 +27,11 @@ class CManager(): - self.extension_point = Gio.io_extension_point_register ("cinnamon-control-center-1") - self.modules = [] +@@ -30,7 +30,9 @@ class CManager: + # get the arch-specific triplet, e.g. 'x86_64-linux-gnu' or 'arm-linux-gnueabihf' + # see also: https://wiki.debian.org/Python/MultiArch + triplet = sysconfig.get_config_var('MULTIARCH') +- paths = ["/usr/lib", "/usr/lib64", f"/usr/lib/{triplet}"] ++ paths = ["/usr/lib", "/usr/lib64"] ++ if triplet: ++ paths.append(f"/usr/lib/{triplet}") -- architecture = platform.machine() -- # get the arch-specific triplet, e.g. 'x86_64-linux-gnu' or 'arm-linux-gnueabihf' -- # see also: https://wiki.debian.org/Python/MultiArch -- triplet = sysconfig.get_config_var('MULTIARCH') -- paths = ["/usr/lib", f"/usr/lib/{triplet}"] -- -- # On x86 archs, iterate through multiple paths -- # For instance, on a Mint i686 box, the path is actually /usr/lib/i386-linux-gnu -- x86archs = ["i386", "i486", "i586", "i686"] -- if architecture in x86archs: -- for arch in x86archs: -- paths += ["/usr/lib/%s" % arch] -- elif architecture == "x86_64": -- paths += ["/usr/lib/x86_64", "/usr/lib64"] -- else: -- paths += ["/usr/lib/%s" % architecture] -- -- for path in paths: -- if not os.path.islink(path): -- path = os.path.join(path, "cinnamon-control-center-1/panels") -- if os.path.exists(path): -- try: -- self.modules = self.modules + Gio.io_modules_load_all_in_directory(path) -- except Exception as e: -- print("capi failed to load multiarch modules from %s: " % path, e) -+ path = os.path.join("/usr/lib", "cinnamon-control-center-1/panels") -+ try: -+ self.modules = self.modules + Gio.io_modules_load_all_in_directory(path) -+ except Exception as e: -+ print("capi failed to load multiarch modules from %s: " % path, e) - - def get_c_widget(self, mod_id): - extension = self.extension_point.get_extension_by_name(mod_id) + # On x86 archs, iterate through multiple paths + # For instance, on a Mint i686 box, the path is actually /usr/lib/i386-linux-gnu diff --git a/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings_modules_cs__info.py b/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings_modules_cs__info.py new file mode 100644 index 000000000000..3cc8afe08f48 --- /dev/null +++ b/x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings_modules_cs__info.py @@ -0,0 +1,41 @@ +--- files/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py.orig 2025-07-10 21:17:21 UTC ++++ files/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py +@@ -54,8 +54,11 @@ def getDiskSize(): + def getDiskSize(): + disksize = 0 + try: +- out = getProcessOut(("lsblk", "--json", "--output", "size", "--bytes", "--nodeps")) +- jsonobj = loads(''.join(out)) ++ out = getProcessOut(("geom", "disk", "list")) ++ jsonobj = {'blockdevices': []} ++ for disk in out: ++ if "Mediasize:" in disk: ++ jsonobj['blockdevices'].append({'size': disk.split()[1]}) + except Exception: + return _("Unknown size"), False + +@@ -71,13 +74,12 @@ def getProcInfos(): + # Source: https://github.com/dylanaraps/neofetch/blob/6dd85d67fc0d4ede9248f2df31b2cd554cca6c2f/neofetch#L2163 + cpudetect = ("model name", "Hardware", "Processor", "cpu model", "chip type", "cpu type") + infos = [ +- ("/proc/cpuinfo", [("cpu_name", cpudetect), ("cpu_siblings", ("siblings",)), ("cpu_cores", ("cpu cores",))]), +- ("/proc/meminfo", [("mem_total", ("MemTotal",))]) ++ ("hw", [("cpu_name", ("hw.model",)), ("cpu_cores", ("hw.ncpu",)), ("mem_total", ("hw.physmem",))]), + ] + + result = {} + for (proc, pairs) in infos: +- for line in getProcessOut(("cat", proc)): ++ for line in getProcessOut(("sysctl", proc)): + for (key, start) in pairs: + for item in start: + if line.startswith(item): +@@ -122,7 +124,7 @@ def createSystemInfos(): + if memunit == "kB": + infos.append((_("Memory"), '%.1f %s' % ((float(memsize)/(1024*1024)), _("GiB")))) + else: +- infos.append((_("Memory"), procInfos['mem_total'])) ++ infos.append((_("Memory"), '%.1f %s' % ((float(memsize)/(1024*1024*1024)), _("GiB")))) + + diskSize, multipleDisks = getDiskSize() + if multipleDisks: diff --git a/x11/cinnamon/pkg-plist b/x11/cinnamon/pkg-plist index 877786656bc5..f27549e838d2 100644 --- a/x11/cinnamon/pkg-plist +++ b/x11/cinnamon/pkg-plist @@ -1,9 +1,7 @@ bin/cinnamon bin/cinnamon-calendar-server -bin/cinnamon-close-dialog bin/cinnamon-dbus-command bin/cinnamon-desktop-editor -bin/cinnamon-display-changes-dialog bin/cinnamon-file-dialog bin/cinnamon-hover-click bin/cinnamon-install-spice @@ -26,6 +24,7 @@ bin/cinnamon2d bin/xlet-about-dialog bin/xlet-settings etc/xdg/menus/cinnamon-applications.menu +etc/xdg/menus/cinnamon-applications-merged lib/cinnamon/Cinnamon-0.1.typelib lib/cinnamon/St-1.0.typelib lib/cinnamon/libcinnamon.so @@ -45,8 +44,6 @@ share/man/man1/cinnamon-screensaver-lock-dialog.1.gz share/man/man1/cinnamon-settings.1.gz share/man/man1/cinnamon.1.gz share/man/man1/cinnamon2d.1.gz -share/man/man1/gnome-session-cinnamon.1.gz -share/man/man1/gnome-session-cinnamon2d.1.gz share/applications/cinnamon-killer-daemon.desktop share/applications/cinnamon-menu-editor.desktop share/applications/cinnamon-onscreen-keyboard.desktop @@ -65,7 +62,6 @@ share/applications/cinnamon-settings-info.desktop share/applications/cinnamon-settings-keyboard.desktop share/applications/cinnamon-settings-mouse.desktop share/applications/cinnamon-settings-notifications.desktop -share/applications/cinnamon-settings-online-accounts.desktop share/applications/cinnamon-settings-panel.desktop share/applications/cinnamon-settings-power.desktop share/applications/cinnamon-settings-privacy.desktop @@ -82,6 +78,87 @@ share/applications/cinnamon-settings-workspaces.desktop share/applications/cinnamon-settings.desktop share/applications/cinnamon.desktop share/applications/cinnamon2d.desktop +share/applications/cinnamon-settings-actions.desktop +share/applications/cinnamon-settings-gestures.desktop +share/applications/cinnamon-settings-nightlight.desktop +%%WAYLAND%%share/applications/cinnamon-wayland.desktop +%%WAYLAND%%%%DATADIR%%-session/sessions/cinnamon-wayland.session +%%DATADIR%%/Cinnamon-0.1.gir +%%DATADIR%%/St-1.0.gir +%%DATADIR%%/applets/cornerbar@cinnamon.org/applet.js +%%DATADIR%%/applets/cornerbar@cinnamon.org/metadata.json +%%DATADIR%%/applets/cornerbar@cinnamon.org/settings-schema.json +%%DATADIR%%/applets/grouped-window-list@cinnamon.org/state.js +%%DATADIR%%/applets/grouped-window-list@cinnamon.org/workspace.js +%%DATADIR%%/applets/inhibit@cinnamon.org/icons/inhibit-active-notifications-disabled-symbolic.svg +%%DATADIR%%/applets/inhibit@cinnamon.org/icons/inhibit-notification-active-symbolic.svg +%%DATADIR%%/applets/inhibit@cinnamon.org/icons/inhibit-notification-symbolic.svg +%%DATADIR%%/applets/inhibit@cinnamon.org/icons/inhibit-notifications-disabled-symbolic.svg +%%DATADIR%%/applets/inhibit@cinnamon.org/settings-schema.json +%%DATADIR%%/cinnamon-settings/appearance-dark.svg +%%DATADIR%%/cinnamon-settings/appearance-light.svg +%%DATADIR%%/cinnamon-settings/appearance-mixed.svg +%%DATADIR%%/cinnamon-settings/color_dot.svg +%%DATADIR%%/cinnamon-settings/modules/cs_actions.py +%%DATADIR%%/cinnamon-settings/modules/cs_gestures.py +%%DATADIR%%/cinnamon-settings/modules/cs_nightlight.py +%%DATADIR%%/cinnamon-settings/themes.ui +%%DATADIR%%/js/misc/portalHandlers.js +%%DATADIR%%/js/ui/audioDeviceSelection.js +%%DATADIR%%/js/ui/barLevel.js +%%DATADIR%%/js/ui/closeDialog.js +%%DATADIR%%/js/ui/dialog.js +%%DATADIR%%/js/ui/endSessionDialog.js +%%DATADIR%%/js/ui/gestures/ToucheggTypes.js +%%DATADIR%%/js/ui/gestures/actions.js +%%DATADIR%%/js/ui/gestures/gesturesManager.js +%%DATADIR%%/js/ui/gestures/mprisController.js +%%DATADIR%%/js/ui/keyringPrompt.js +%%DATADIR%%/js/ui/locatePointer.js +%%DATADIR%%/js/ui/monitorLabeler.js +%%DATADIR%%/js/ui/networkAgent.js +%%DATADIR%%/js/ui/polkitAuthenticationAgent.js +%%DATADIR%%/js/ui/ripples.js +%%DATADIR%%/js/ui/userWidget.js +%%DATADIR%%/js/ui/workspaceOsd.js +%%DATADIR%%/theme/add-workspace-hover.svg +%%DATADIR%%/theme/add-workspace.svg +%%DATADIR%%/theme/calendar-arrow-left-hover.svg +%%DATADIR%%/theme/calendar-arrow-right-hover.svg +%%DATADIR%%/theme/radio-off.svg +%%DATADIR%%/theme/radio.svg +%%DATADIR%%/theme/toggle-off.svg +%%DATADIR%%/theme/toggle-on.svg +%%DATADIR%%/theme/trash-icon.svg +%%DATADIR%%/thumbnails/cursors/Bibata-Modern-Amber.png +%%DATADIR%%/thumbnails/cursors/Bibata-Modern-Classic.png +%%DATADIR%%/thumbnails/cursors/Bibata-Modern-Ice.png +%%DATADIR%%/thumbnails/cursors/Bibata-Original-Classic.png +%%DATADIR%%/thumbnails/cursors/Bibata-Original-Ice.png +%%DATADIR%%/thumbnails/cursors/Breeze_Snow.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Black.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Blue.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Green.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Orange.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Red.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Slim-Black.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Slim-Blue.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Slim-Green.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Slim-Orange.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Slim-Red.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-Slim-White.png +%%DATADIR%%/thumbnails/cursors/ComixCursors-White.png +%%DATADIR%%/thumbnails/cursors/Paper.png +%%DATADIR%%/thumbnails/cursors/Yaru.png +%%DATADIR%%/thumbnails/cursors/breeze_cursors.png +%%DATADIR%%/thumbnails/cursors/handhelds.png +%%DATADIR%%/thumbnails/cursors/oxy-black.png +%%DATADIR%%/thumbnails/cursors/oxy-blue.png +%%DATADIR%%/thumbnails/cursors/oxy-white.png +%%DATADIR%%/thumbnails/cursors/oxy-yellow.png +%%DATADIR%%/thumbnails/cursors/oxy-zion.png +%%DATADIR%%/thumbnails/cursors/redglass.png +%%DATADIR%%/thumbnails/cursors/whiteglass.png %%DATADIR%%-session/sessions/cinnamon.session %%DATADIR%%-session/sessions/cinnamon2d.session %%DATADIR%%/applets/a11y@cinnamon.org/applet.js @@ -99,7 +176,6 @@ share/applications/cinnamon2d.desktop %%DATADIR%%/applets/favorites@cinnamon.org/metadata.json %%DATADIR%%/applets/favorites@cinnamon.org/settings-schema.json %%DATADIR%%/applets/grouped-window-list@cinnamon.org/appGroup.js -%%DATADIR%%/applets/grouped-window-list@cinnamon.org/appList.js %%DATADIR%%/applets/grouped-window-list@cinnamon.org/applet.js %%DATADIR%%/applets/grouped-window-list@cinnamon.org/constants.js %%DATADIR%%/applets/grouped-window-list@cinnamon.org/icons/news-symbolic.svg @@ -254,10 +330,8 @@ share/applications/cinnamon2d.desktop %%DATADIR%%/cinnamon-settings/bin/imtools.py %%DATADIR%%/cinnamon-settings/bin/proxygsettings.py %%DATADIR%%/cinnamon-settings/bin/scrollbar-test-widget.glade -%%DATADIR%%/cinnamon-settings/bin/scrollbar-test-widget.py %%DATADIR%%/cinnamon-settings/bin/tweenEquations.py %%DATADIR%%/cinnamon-settings/bin/util.py -%%DATADIR%%/cinnamon-settings/cinnamon-online-accounts-info.ui %%DATADIR%%/cinnamon-settings/cinnamon-settings.py %%DATADIR%%/cinnamon-settings/cinnamon-settings.ui %%DATADIR%%/cinnamon-settings/config.py @@ -279,7 +353,6 @@ share/applications/cinnamon2d.desktop %%DATADIR%%/cinnamon-settings/modules/cs_keyboard.py %%DATADIR%%/cinnamon-settings/modules/cs_mouse.py %%DATADIR%%/cinnamon-settings/modules/cs_notifications.py -%%DATADIR%%/cinnamon-settings/modules/cs_online_accounts.py %%DATADIR%%/cinnamon-settings/modules/cs_panel.py %%DATADIR%%/cinnamon-settings/modules/cs_power.py %%DATADIR%%/cinnamon-settings/modules/cs_privacy.py @@ -352,7 +425,6 @@ share/applications/cinnamon2d.desktop %%DATADIR%%/js/misc/pointerTracker.js %%DATADIR%%/js/misc/screenSaver.js %%DATADIR%%/js/misc/signalManager.js -%%DATADIR%%/js/misc/state.js %%DATADIR%%/js/misc/timers.js %%DATADIR%%/js/misc/util.js %%DATADIR%%/js/misc/windowUtils.js @@ -429,35 +501,16 @@ share/applications/cinnamon2d.desktop %%DATADIR%%/sounds/bell.ogg %%DATADIR%%/sounds/togglekeys-sound-off.ogg %%DATADIR%%/sounds/togglekeys-sound-on.ogg -%%DATADIR%%/theme/add-workspace-hover.png -%%DATADIR%%/theme/add-workspace.png %%DATADIR%%/theme/calendar-arrow-left.svg %%DATADIR%%/theme/calendar-arrow-right.svg -%%DATADIR%%/theme/calendar-selected.svg -%%DATADIR%%/theme/calendar-today-selected.svg -%%DATADIR%%/theme/calendar-today.svg %%DATADIR%%/theme/checkbox-off.svg %%DATADIR%%/theme/checkbox.svg %%DATADIR%%/theme/cinnamon.css -%%DATADIR%%/theme/close-window-hover.svg -%%DATADIR%%/theme/close-window.svg %%DATADIR%%/theme/close.svg %%DATADIR%%/theme/corner-ripple.png %%DATADIR%%/theme/menu-symbolic.svg -%%DATADIR%%/theme/overview-hover.png -%%DATADIR%%/theme/overview.png -%%DATADIR%%/theme/process-working.svg -%%DATADIR%%/theme/radiobutton-off.svg -%%DATADIR%%/theme/radiobutton.svg -%%DATADIR%%/theme/scroll-hhandle.svg -%%DATADIR%%/theme/scroll-vhandle.svg %%DATADIR%%/theme/thumbnail-generic.png %%DATADIR%%/theme/thumbnail.png -%%DATADIR%%/theme/toggle-off-intl.svg -%%DATADIR%%/theme/toggle-off-us.svg -%%DATADIR%%/theme/toggle-on-intl.svg -%%DATADIR%%/theme/toggle-on-us.svg -%%DATADIR%%/theme/trash-icon.png %%DATADIR%%/thumbnails/cinnamon/unknown.png %%DATADIR%%/thumbnails/cursors/Adwaita.png %%DATADIR%%/thumbnails/cursors/DMZ-Black.png @@ -512,8 +565,6 @@ share/desktop-directories/cinnamon-utility.directory %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-misc-docInfo.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-misc-signalManager-SignalManager.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-misc-signalManager-section.html -%%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-misc-state-section.html -%%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-misc-state.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-misc-util-section.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-misc-util.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-ui-applet-Applet.html @@ -523,6 +574,7 @@ share/desktop-directories/cinnamon-utility.directory %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-ui-applet-MenuItem.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-ui-applet-TextApplet.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-ui-applet-TextIconApplet.html +%%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-ui-applet-PopupResizeHandler.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-ui-applet-section.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-ui-appletManager-section.html %%PORTDOCS%%share/gtk-doc/html/cinnamon-js/cinnamon-js-ui-appletManager.html @@ -677,7 +729,6 @@ share/desktop-directories/cinnamon-utility.directory %%PORTDOCS%%share/gtk-doc/html/cinnamon/ch03.html %%PORTDOCS%%share/gtk-doc/html/cinnamon/ch04.html %%PORTDOCS%%share/gtk-doc/html/cinnamon/ch05.html -%%PORTDOCS%%share/gtk-doc/html/cinnamon/ch06.html %%PORTDOCS%%share/gtk-doc/html/cinnamon/cinnamon-cinnamon-tray-manager.html %%PORTDOCS%%share/gtk-doc/html/cinnamon/cinnamon-cinnamon-util.html %%PORTDOCS%%share/gtk-doc/html/cinnamon/cinnamon-cinnamon-wm.html @@ -779,6 +830,21 @@ share/icons/hicolor/scalable/emblems/cs-xlet-installed.svg share/icons/hicolor/scalable/emblems/cs-xlet-running.svg share/icons/hicolor/scalable/emblems/cs-xlet-system.svg share/icons/hicolor/scalable/emblems/cs-xlet-update.svg +share/desktop-directories/cinnamon-science.directory +share/glib-2.0/schemas/org.cinnamon.gestures.gschema.xml +share/icons/hicolor/scalable/actions/view-conceal-symbolic.svg +share/icons/hicolor/scalable/actions/view-reveal-symbolic.svg +%%WAYLAND%%share/icons/hicolor/scalable/apps/cinnamon-wayland_badge-symbolic.svg +share/icons/hicolor/scalable/apps/cinnamon2d_badge-symbolic.svg +share/icons/hicolor/scalable/apps/cinnamon_badge-symbolic.svg +share/icons/hicolor/scalable/categories/cinnamon-all-applications-symbolic.svg +share/icons/hicolor/scalable/categories/cs-actions.svg +share/icons/hicolor/scalable/categories/cs-gestures.svg +share/icons/hicolor/scalable/categories/cs-nightlight.svg +share/man/man1/cinnamon-session-cinnamon.1.gz +share/man/man1/cinnamon-session-cinnamon2d.1.gz +%%WAYLAND%%share/wayland-sessions/cinnamon-wayland.desktop +share/xdg-desktop-portal/x-cinnamon-portals.conf share/polkit-1/actions/org.cinnamon.settings-users.policy share/xsessions/cinnamon.desktop share/xsessions/cinnamon2d.desktop diff --git a/x11/py-python-xapp/Makefile b/x11/py-python-xapp/Makefile index 4cedbf58113e..8e16f3093490 100644 --- a/x11/py-python-xapp/Makefile +++ b/x11/py-python-xapp/Makefile @@ -1,6 +1,5 @@ PORTNAME= python-xapp -DISTVERSION= 2.4.1 -PORTREVISION= 1 +DISTVERSION= 2.4.2 CATEGORIES= x11 gnome PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= gnome diff --git a/x11/py-python-xapp/distinfo b/x11/py-python-xapp/distinfo index d78cd164de61..18854ef67c69 100644 --- a/x11/py-python-xapp/distinfo +++ b/x11/py-python-xapp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716277794 -SHA256 (gnome/linuxmint-python3-xapp-2.4.1_GH0.tar.gz) = d994f922a9816c71d9b565f4b2552cba4ca33011efb1203fb8199d9b2d0d7f3d -SIZE (gnome/linuxmint-python3-xapp-2.4.1_GH0.tar.gz) = 21181 +TIMESTAMP = 1735622936 +SHA256 (gnome/linuxmint-python3-xapp-2.4.2_GH0.tar.gz) = 39e4c3f06732e9d197b9aed31444653da2976c1d66dded870b52cc9782f2237d +SIZE (gnome/linuxmint-python3-xapp-2.4.2_GH0.tar.gz) = 21482 diff --git a/x11/remontoire/Makefile b/x11/remontoire/Makefile index e47082e7e866..09c18e22b287 100644 --- a/x11/remontoire/Makefile +++ b/x11/remontoire/Makefile @@ -1,25 +1,29 @@ PORTNAME= remontoire -DISTVERSION= 1.4.0 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.4 CATEGORIES= x11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= Keybinding viewer for i3 and other programs WWW= https://github.com/regolith-linux/remontoire LICENSE= GPLv3 +BUILD_DEPENDS= appstream-util:devel/appstream-glib LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libjson-glib-1.0.so:devel/json-glib -USES= gettext-tools gnome meson pkgconfig python:build shebangfix vala:build +USES= desktop-file-utils gettext-tools gnome meson pkgconfig \ + python:build shebangfix vala:build USE_GITHUB= yes -USE_GNOME= gtk30 GH_ACCOUNT= regolith-linux +USE_GNOME= gtk30 +GLIB_SCHEMAS= org.regolith-linux.remontoire.gschema.xml + SHEBANG_FILES= build-aux/meson/postinstall.py + PLIST_FILES= bin/${PORTNAME} \ share/appdata/org.regolith-linux.remontoire.appdata.xml \ share/applications/org.regolith-linux.remontoire.desktop -GLIB_SCHEMAS= org.regolith-linux.remontoire.gschema.xml .include <bsd.port.mk> diff --git a/x11/remontoire/distinfo b/x11/remontoire/distinfo index 0d2db9199787..92690cc1ebea 100644 --- a/x11/remontoire/distinfo +++ b/x11/remontoire/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602948600 -SHA256 (regolith-linux-remontoire-1.4.0_GH0.tar.gz) = 35777a10a753b15debe64867deca2332733f6bee6b85936e75e0e0514aa900da -SIZE (regolith-linux-remontoire-1.4.0_GH0.tar.gz) = 25130 +TIMESTAMP = 1752440082 +SHA256 (regolith-linux-remontoire-v1.4.4_GH0.tar.gz) = a54ebc08e6d4f63806df2dc0f88e4ef57433aa2d7712b36ddb788cc81c943016 +SIZE (regolith-linux-remontoire-v1.4.4_GH0.tar.gz) = 41267 diff --git a/x11/xapp/Makefile b/x11/xapp/Makefile index cea1e537bb49..e0c3b57618a5 100644 --- a/x11/xapp/Makefile +++ b/x11/xapp/Makefile @@ -1,6 +1,5 @@ PORTNAME= xapp -PORTVERSION= 2.8.2 -PORTREVISION= 1 +DISTVERSION= 2.8.9 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -14,25 +13,44 @@ LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu RUN_DEPENDS= bash:shells/bash -USES= gettext-tools gnome meson pkgconfig python shebangfix vala:build xorg +USES= gettext-tools gnome meson pkgconfig python shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint -USE_GNOME= cairo gdkpixbuf glib20 gtk-update-icon-cache gtk30 \ - intltool introspection:build libgnomekbd pygobject3 +USE_GNOME= cairo gdkpixbuf glib20 gtk30 libgnomekbd USE_LDCONFIG= yes USE_XORG= x11 GLIB_SCHEMAS= org.x.apps.gschema.xml -SHEBANG_FILES= data libxapp meson-scripts schemas scripts status-applets \ - test-scripts +SHEBANG_FILES= data schemas scripts status-applets test-scripts PLIST_SUB+= LIBVERSION=${PORTVERSION} PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags -OPTIONS_DEFINE= DOCS -OPTIONS_SUB= yes +BINARY_ALIAS= python3=${PYTHON_CMD} + +OPTIONS_DEFINE= DOCS INTROSPECTION MATE STATUS VAPI XFCE +OPTIONS_DEFAULT= INTROSPECTION MATE STATUS VAPI XFCE +OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc -DOCS_MESON_ON= -Ddocs=true +DOCS_MESON_TRUE= docs + +INTROSPECTION_DESC= Enable GObject introspection +INTROSPECTION_MESON_TRUE= introspection +INTROSPECTION_USE= GNOME=pygobject3,introspection:build + +MATE_DESC= Install mate specific items +MATE_MESON_TRUE= mate + +STATUS_DESC= Build the XApp StatusNotifier service +STATUS_MESON_TRUE= status-notifier + +VAPI_DESC= Enable Vala bindings +VAPI_MESON_TRUE= vapi +VAPI_USES= vala:build +VAPI_IMPLIES= INTROSPECTION + +XFCE_DESC= Install xfce specific items +XFCE_MESON_TRUE= xfce .include <bsd.port.mk> diff --git a/x11/xapp/distinfo b/x11/xapp/distinfo index 6dbec6861fcc..00419dd36ad1 100644 --- a/x11/xapp/distinfo +++ b/x11/xapp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716275951 -SHA256 (gnome/linuxmint-xapp-2.8.2_GH0.tar.gz) = 07b00d02d2bdd93c043e370305071df80f21ded6404f7309b590a8f896e635b2 -SIZE (gnome/linuxmint-xapp-2.8.2_GH0.tar.gz) = 272539 +TIMESTAMP = 1752081537 +SHA256 (gnome/linuxmint-xapp-2.8.9_GH0.tar.gz) = cc2de98f8b2c73f7611af770d398a05560c4419b9390000464b8bcd517c70375 +SIZE (gnome/linuxmint-xapp-2.8.9_GH0.tar.gz) = 276821 diff --git a/x11/xapp/pkg-plist b/x11/xapp/pkg-plist index 9e039328b5f6..1795c71e19e2 100644 --- a/x11/xapp/pkg-plist +++ b/x11/xapp/pkg-plist @@ -1,9 +1,9 @@ bin/pastebin bin/upload-system-info bin/xapp-gpu-offload -bin/xfce4-set-wallpaper +%%XFCE%%bin/xfce4-set-wallpaper etc/X11/xinit/xinitrc.d/80xapp-gtk3-module.sh -etc/xdg/autostart/xapp-sn-watcher.desktop +%%STATUS%%etc/xdg/autostart/xapp-sn-watcher.desktop include/xapp/libxapp/xapp-dark-mode-manager.h include/xapp/libxapp/xapp-favorites.h include/xapp/libxapp/xapp-gpu-offload-helper.h @@ -20,50 +20,50 @@ include/xapp/libxapp/xapp-statusicon-interface.h include/xapp/libxapp/xapp-style-manager.h include/xapp/libxapp/xapp-util.h include/xapp/libxapp/xapp-visibility-group.h -lib/girepository-1.0/XApp-1.0.typelib +%%INTROSPECTION%%lib/girepository-1.0/XApp-1.0.typelib lib/gtk-3.0/modules/libxapp-gtk3-module.so lib/libxapp.so lib/libxapp.so.1 lib/libxapp.so.%%LIBVERSION%% -%%PYTHON_SITELIBDIR%%/gi/overrides/XApp.py -lib/xapps/xapp-sn-watcher +%%INTROSPECTION%%%%PYTHON_SITELIBDIR%%/gi/overrides/XApp.py +%%STATUS%%lib/xapps/xapp-sn-watcher libdata/pkgconfig/xapp.pc -libexec/xapps/applet_constants.py -libexec/xapps/mate-xapp-status-applet.py -share/dbus-1/services/org.mate.panel.applet.MateXAppStatusAppletFactory.service -share/dbus-1/services/org.x.StatusNotifierWatcher.service -share/gir-1.0/XApp-1.0.gir +%%MATE%%libexec/xapps/applet_constants.py +%%MATE%%libexec/xapps/mate-xapp-status-applet.py +%%MATE%%share/dbus-1/services/org.mate.panel.applet.MateXAppStatusAppletFactory.service +%%STATUS%%share/dbus-1/services/org.x.StatusNotifierWatcher.service +%%INTROSPECTION%%share/gir-1.0/XApp-1.0.gir share/glade/catalogs/xapp-glade-catalog.xml -%%DOCS%%share/gtk-doc/html/libxapp/XAppDarkModeManager.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppFavorites.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppGpuOffloadHelper.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppGtkWindow.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppIconChooserButton.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppIconChooserDialog.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppKbdLayoutController.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppMonitorBlanker.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppObjectManagerClient.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppPreferencesWindow.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppStackSidebar.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppStatusIcon.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppStatusIconMonitor.html -%%DOCS%%share/gtk-doc/html/libxapp/XAppVisibilityGroup.html -%%DOCS%%share/gtk-doc/html/libxapp/annotation-glossary.html -%%DOCS%%share/gtk-doc/html/libxapp/api-index-full.html -%%DOCS%%share/gtk-doc/html/libxapp/ch01.html -%%DOCS%%share/gtk-doc/html/libxapp/deprecated-api-index.html -%%DOCS%%share/gtk-doc/html/libxapp/home.png -%%DOCS%%share/gtk-doc/html/libxapp/index.html -%%DOCS%%share/gtk-doc/html/libxapp/left-insensitive.png -%%DOCS%%share/gtk-doc/html/libxapp/left.png -%%DOCS%%share/gtk-doc/html/libxapp/libxapp-xapp-util.html -%%DOCS%%share/gtk-doc/html/libxapp/libxapp.devhelp2 -%%DOCS%%share/gtk-doc/html/libxapp/object-tree.html -%%DOCS%%share/gtk-doc/html/libxapp/right-insensitive.png -%%DOCS%%share/gtk-doc/html/libxapp/right.png -%%DOCS%%share/gtk-doc/html/libxapp/style.css -%%DOCS%%share/gtk-doc/html/libxapp/up-insensitive.png -%%DOCS%%share/gtk-doc/html/libxapp/up.png +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppDarkModeManager.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppFavorites.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppGpuOffloadHelper.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppGtkWindow.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppIconChooserButton.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppIconChooserDialog.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppKbdLayoutController.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppMonitorBlanker.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppObjectManagerClient.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppPreferencesWindow.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppStackSidebar.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppStatusIcon.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppStatusIconMonitor.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/XAppVisibilityGroup.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/annotation-glossary.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/api-index-full.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/ch01.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/deprecated-api-index.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/home.png +%%PORTDOCS%%share/gtk-doc/html/libxapp/index.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/left-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxapp/left.png +%%PORTDOCS%%share/gtk-doc/html/libxapp/libxapp-xapp-util.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/libxapp.devhelp2 +%%PORTDOCS%%share/gtk-doc/html/libxapp/object-tree.html +%%PORTDOCS%%share/gtk-doc/html/libxapp/right-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxapp/right.png +%%PORTDOCS%%share/gtk-doc/html/libxapp/style.css +%%PORTDOCS%%share/gtk-doc/html/libxapp/up-insensitive.png +%%PORTDOCS%%share/gtk-doc/html/libxapp/up.png share/icons/hicolor/scalable/actions/add-files-to-archive-symbolic.svg share/icons/hicolor/scalable/actions/category-search-symbolic.svg share/icons/hicolor/scalable/actions/extract-archive-symbolic.svg @@ -107,24 +107,30 @@ share/icons/hicolor/scalable/places/xapp-user-favorites.svg share/locale/af/LC_MESSAGES/xapp.mo share/locale/am/LC_MESSAGES/xapp.mo share/locale/ar/LC_MESSAGES/xapp.mo +share/locale/ast/LC_MESSAGES/xapp.mo share/locale/az/LC_MESSAGES/xapp.mo share/locale/be/LC_MESSAGES/xapp.mo share/locale/ber/LC_MESSAGES/xapp.mo share/locale/bg/LC_MESSAGES/xapp.mo share/locale/bn/LC_MESSAGES/xapp.mo +share/locale/br/LC_MESSAGES/xapp.mo share/locale/ca/LC_MESSAGES/xapp.mo share/locale/ca@valencia/LC_MESSAGES/xapp.mo +share/locale/ckb/LC_MESSAGES/xapp.mo share/locale/cs/LC_MESSAGES/xapp.mo share/locale/cy/LC_MESSAGES/xapp.mo share/locale/da/LC_MESSAGES/xapp.mo share/locale/de/LC_MESSAGES/xapp.mo share/locale/el/LC_MESSAGES/xapp.mo +share/locale/en_CA/LC_MESSAGES/xapp.mo share/locale/en_GB/LC_MESSAGES/xapp.mo share/locale/eo/LC_MESSAGES/xapp.mo share/locale/es/LC_MESSAGES/xapp.mo share/locale/et/LC_MESSAGES/xapp.mo share/locale/eu/LC_MESSAGES/xapp.mo +share/locale/fa/LC_MESSAGES/xapp.mo share/locale/fi/LC_MESSAGES/xapp.mo +share/locale/fil/LC_MESSAGES/xapp.mo share/locale/fr/LC_MESSAGES/xapp.mo share/locale/fr_CA/LC_MESSAGES/xapp.mo share/locale/he/LC_MESSAGES/xapp.mo @@ -146,6 +152,7 @@ share/locale/la/LC_MESSAGES/xapp.mo share/locale/lt/LC_MESSAGES/xapp.mo share/locale/mai/LC_MESSAGES/xapp.mo share/locale/ms/LC_MESSAGES/xapp.mo +share/locale/nb/LC_MESSAGES/xapp.mo share/locale/nl/LC_MESSAGES/xapp.mo share/locale/oc/LC_MESSAGES/xapp.mo share/locale/pl/LC_MESSAGES/xapp.mo @@ -155,16 +162,20 @@ share/locale/ro/LC_MESSAGES/xapp.mo share/locale/ru/LC_MESSAGES/xapp.mo share/locale/sk/LC_MESSAGES/xapp.mo share/locale/sl/LC_MESSAGES/xapp.mo +share/locale/sn/LC_MESSAGES/xapp.mo share/locale/sr/LC_MESSAGES/xapp.mo share/locale/sr@latin/LC_MESSAGES/xapp.mo share/locale/sv/LC_MESSAGES/xapp.mo +share/locale/te/LC_MESSAGES/xapp.mo +share/locale/th/LC_MESSAGES/xapp.mo share/locale/tr/LC_MESSAGES/xapp.mo share/locale/uk/LC_MESSAGES/xapp.mo share/locale/uz/LC_MESSAGES/xapp.mo +share/locale/vi/LC_MESSAGES/xapp.mo share/locale/zgh/LC_MESSAGES/xapp.mo share/locale/zh_CN/LC_MESSAGES/xapp.mo share/locale/zh_HK/LC_MESSAGES/xapp.mo share/locale/zh_TW/LC_MESSAGES/xapp.mo -share/mate-panel/applets/org.x.MateXAppStatusApplet.mate-panel-applet -share/vala/vapi/xapp.deps -share/vala/vapi/xapp.vapi +%%MATE%%share/mate-panel/applets/org.x.MateXAppStatusApplet.mate-panel-applet +%%VAPI%%share/vala/vapi/xapp.deps +%%VAPI%%share/vala/vapi/xapp.vapi |