Commit graph

636413 commits

Author SHA1 Message Date
Po-Chuan Hsieh
772b1e2605
devel/py-annotated-types: Update to 0.6.0
Changes:	https://github.com/annotated-types/annotated-types/releases
2023-10-08 19:54:49 +08:00
Po-Chuan Hsieh
b73df4d1fd
devel/py-anndata: Update to 0.10.0
Changes:	https://github.com/scverse/anndata/tree/main/docs/release-notes
		https://anndata.readthedocs.io/en/latest/release-notes/index.html
2023-10-08 19:54:48 +08:00
Po-Chuan Hsieh
6c79d53e96
databases/py-apsw: Update to 3.43.1.1
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2023-10-08 19:54:47 +08:00
Po-Chuan Hsieh
348dfee84f
converters/py-zfec: Update to 1.5.7.3
Changes:	https://github.com/tahoe-lafs/zfec/releases
2023-10-08 19:54:46 +08:00
Po-Chuan Hsieh
a1d111d5fe
archivers/py-blosc2: Update to 2.2.9
Changes:	https://github.com/Blosc/python-blosc2/releases
2023-10-08 19:54:45 +08:00
Po-Chuan Hsieh
aee34cda87
archivers/c-blosc2: Update to 2.10.5
Changes:	https://github.com/Blosc/c-blosc2/releases
		https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md
2023-10-08 19:54:44 +08:00
Po-Chuan Hsieh
842ec57030
www/npm-node16: Update to 9.9.0
- Convert from slave port to normal port: npm 10.x requires node 18+

Changes:	https://github.com/npm/cli/releases
2023-10-08 19:54:43 +08:00
Po-Chuan Hsieh
1d22f1275f
www/npm: Update to 10.2.0
Changes:	https://github.com/npm/cli/releases
2023-10-08 19:54:40 +08:00
Po-Chuan Hsieh
7e9e394b00
www/node20: Use .tar.xz instead of .tar.gz
Reported by:	danfe
2023-10-08 19:54:37 +08:00
Po-Chuan Hsieh
ede90a4e86
www/node18: Use .tar.xz instead of .tar.gz
Reported by:	danfe
2023-10-08 19:54:34 +08:00
Po-Chuan Hsieh
1cecd1dcd2
www/aria2: Update WWW
- Cosmetic change
2023-10-08 19:54:31 +08:00
Po-Chuan Hsieh
2264b99e33
textproc/translate-toolkit: Update version requirement of RUN_DEPENDS 2023-10-08 19:54:28 +08:00
Po-Chuan Hsieh
604ec8f4f6
security/totp-cli: Update to 1.8.1
Changes:	https://github.com/yitsushi/totp-cli/releases
2023-10-08 19:54:25 +08:00
Po-Chuan Hsieh
f293dea968
security/libksba: Update to 1.6.4
Changes:	https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=blob;f=NEWS;hb=HEAD
2023-10-08 19:54:21 +08:00
Po-Chuan Hsieh
a7af77394b
multimedia/mediainfo: Update to 23.10
Changes:	https://mediaarea.net/MediaInfo/ChangeLog
		https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
2023-10-08 19:54:18 +08:00
Po-Chuan Hsieh
9cc7ac6f89
multimedia/libzen: Update to 23.10
Changes:	https://github.com/MediaArea/ZenLib/blob/master/History.txt
2023-10-08 19:54:15 +08:00
Po-Chuan Hsieh
5c06ee00b0
multimedia/libmediainfo: Update to 23.10
Changes:	https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
2023-10-08 19:54:13 +08:00
Po-Chuan Hsieh
31eb69a6d0
mail/libspf2: Update WWW 2023-10-08 19:54:11 +08:00
Po-Chuan Hsieh
511606cccd
lang/cython3: Update to 3.0.3
Changes:	https://github.com/cython/cython/blob/master/CHANGES.rst
2023-10-08 19:54:10 +08:00
Po-Chuan Hsieh
de97b05518
devel/pylint: Simplify Makefile
- Update WWW
2023-10-08 19:54:09 +08:00
Po-Chuan Hsieh
1ebda1f1c0
devel/phpunit10: Update to 10.4.0
Changes:	https://github.com/sebastianbergmann/phpunit/blob/10.4/ChangeLog-10.4.md
2023-10-08 19:54:08 +08:00
Po-Chuan Hsieh
dcb53554ae
databases/plpgsql_check: Update to 2.5.3
Changes:	https://github.com/okbob/plpgsql_check/releases
2023-10-08 19:54:07 +08:00
Po-Chuan Hsieh
c00f8dae49
databases/rocksdb: Update to 8.6.7
Changes:	https://github.com/facebook/rocksdb/releases
2023-10-08 19:54:06 +08:00
Po-Chuan Hsieh
62dbd2fc9a
devel/rubygem-aws-sdk-datazone: Add rubygem-aws-sdk-datazone 1.0.0
Official AWS Ruby gem for Amazon DataZone.
2023-10-08 19:52:39 +08:00
Po-Chuan Hsieh
5046c0c3a8
textproc/py-sphinx-gallery: Add py-sphinx-gallery 0.14.0
Sphinx-Gallery is a Sphinx extension that builds an HTML gallery of examples
from any set of Python scripts.

Features:
- Create example galleries automatically by running pure Python example scripts
  while capturing outputs + figures, rendering them into reST files built into
  your documentation by Sphinx
- Embed reST in your example Python files, allowing you to interweave
  narrative-like content with code that generates plots in your documentation.
  Sphinx-Gallery also automatically generates a Jupyter Notebook for each your
  example page.
- Add mini-galleries for API documentation. Sphinx-Gallery can generate
  mini-galleries listing all examples that use a particular function/method/etc.
- Add intersphinx links to your examples. Sphinx-Gallery can automatically add
  links to API documentation for functions/methods/classes that are used in your
  examples (for any Python module that uses intersphinx).
- Manage multiple galleries to create and embed galleries for several folders of
  examples.
2023-10-08 19:52:38 +08:00
Po-Chuan Hsieh
d142b1f5ed
devel/py-array-api-compat: Add py-array-api-compat 1.4
This is a small wrapper around common array libraries that is compatible with
the Array API standard. Currently, NumPy, CuPy, and PyTorch are supported.

Note that some of the functionality in this library is backwards incompatible
with the corresponding wrapped libraries. The end-goal is to eventually make
each array library itself fully compatible with the array API, but this requires
making backwards incompatible changes in many cases, so this will take some
time.

Currently all libraries here are implemented against the 2022.12 version of the
standard.
2023-10-08 19:52:35 +08:00
Dag-Erling Smorgrav
06b2f3340c
www/aria2: Drop bogus --without-ca-bundle option
- Bump PORTREVISION for package change

Differential Revision:	https://reviews.freebsd.org/D42118
Fixes:		b6c274c6a7
2023-10-08 19:50:45 +08:00
Po-Chuan Hsieh
13511f8279
*/Makefile: Sort SUBDIRs 2023-10-08 19:40:51 +08:00
Rene Ladan
9b2af8bb36 devel/godot2: Remove expired port
2023-07-08 devel/godot2: Requires legacy OpenSSL 1.1.1 so use devel/godot
2023-10-08 13:32:12 +02:00
Rene Ladan
0d7a63ff36 games/tanks-of-freedom: Remove expired port
2023-10-08 games/tanks-of-freedom: Depends on expired devel/godot2 (use devel/godot instead)
2023-10-08 13:30:10 +02:00
Rene Ladan
2f816e85ba games/minilens: Remove expired port
2023-10-08 games/minilens: Depends on expired devel/godot2 (use devel/godot instead)
2023-10-08 13:29:01 +02:00
Dries Michiels
102efecccf net/libcoap: update to 4.3.4
While here take maintainership.

Changes:	https://github.com/obgm/libcoap/blob/develop/ChangeLog
2023-10-08 13:04:02 +02:00
Olivier Cochard
af6da9bfcb net/bird2: Update to 2.14
Sponsored by:	Netflix
2023-10-08 12:15:23 +02:00
Jan Beich
cc9578efab multimedia/video-trimmer: update to 0.8.2
Changes:	https://gitlab.gnome.org/YaLTeR/video-trimmer/-/releases/v0.8.2
Reported by:	GitLab (notify releases)
2023-10-08 11:46:44 +02:00
Jan Beich
278c00ed38 x11-wm/wayfire: drop duplicate manpage after e2adbb0f90 2023-10-08 11:46:43 +02:00
Daniel Engberg
a80bea4a2d audio/rubberband: Update to 3.3.0
Changelog:
https://github.com/breakfastquay/rubberband/blob/v3.3.0/CHANGELOG

PR:		272785
Reviewed by:	acm (maintainer)
Sponsored by:	Blinkinblox
2023-10-08 11:40:40 +02:00
Daniel Engberg
96e194fafe math/polymake: Remove NATIVE option and add GitHub to MASTER_SITES
* Add GitHub as primary download site and upstream website as backup
* Remove NATIVE option, users wanting to apply CPU specific optimization
should use CPUTYPE instead using ports framework
* Use OPTIMIZED_CFLAGS option to define O3 optimization

PR:		273316
Reviewed by:	Philipp Ost <bsd@philippost.de> (maintainer)
Sponsored by:	Blinkinblox
2023-10-08 11:40:40 +02:00
Daniel Engberg
85db42c262 textproc/fcitx5: Fix compatibility with fmt 10+
Backport upstream commit 7fb3a5500270877d93b61b11b2a17b9b8f6a506b
to fix build with fmt 10+

Reference:
7fb3a55002

PR:		273876
Approved by:	portmgr (maintainer timeout, 3+ weeks)
Sponsored by:	Blinkinblox
2023-10-08 11:40:40 +02:00
Daniel Engberg
4cabb777e1 net/arataga: Fix compatibility with fmt 10+
Partially backport upstream commit
62f65e0842985750697476cc59b830205b7b4826 to fix build with fmt 10+

Reference:
62f65e0842.patch

PR:		273878
Approved by:	portmgr (maintainer timeout, 3+ weeks)
Sponsored by:	Blinkinblox
2023-10-08 11:40:40 +02:00
Daniel Engberg
887b512a7b audio/mpg123: Update to 1.32.3
Changelog: https://www.mpg123.de/#2023-10-02

PR:		274250
Reviewed by:	novel (maintainer)
Sponsored by:	Blinkinblox
2023-10-08 11:40:40 +02:00
Daniel Engberg
0bf2942933 irc/irssi: Update to 1.4.5
Changelog: https://github.com/irssi/irssi/releases/tag/1.4.5

PR:		274253
Reviewed by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Blinkinblox
2023-10-08 11:40:40 +02:00
Hiroki Tagato
dc39a630ff editors/vscode: chase electron25 update 2023-10-08 18:12:54 +09:00
Hiroki Tagato
520bd47c34 devel/electron25: update to 25.9.0
Changelog: https://github.com/electron/electron/releases/tag/v25.9.0

Reported by:	GitHub (watch releases)
2023-10-08 18:12:54 +09:00
Jan Beich
590c8a3b56 x11/wcm: unbreak build with libc++ < 16 after 275590e5fa
In file included from ../src/wcm.cpp:1:
../src/wcm.hpp:69:52: error: implicit instantiation of undefined template 'std::array<Gtk::Separator, 7>'
    std::array<Gtk::Separator, NUM_CATEGORIES - 1> separators;
                                                   ^
/usr/include/c++/v1/__tuple:219:64: note: template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^

PR:		274347
Reported by:	Chad Jacob Milios
2023-10-08 10:53:29 +02:00
Emanuel Haupt
d0c14e8b53 audio/fasttracker2: Update to 1.72.1 2023-10-08 10:32:44 +02:00
Ashish SHUKLA
7c83761ac7
textproc/ugrep: Update to 4.3.0 2023-10-08 07:44:25 +00:00
Dave Cottlehuber
a684b12d8f www/h2o-devel: update to 20230928 snapshot, drop fusion on i386 2023-10-08 07:18:53 +00:00
Dave Cottlehuber
d11e61b756 lang/gleam: update to 0.31.0
- ChangeLog: https://github.com/gleam-lang/gleam/blob/main/CHANGELOG.md#v0310---2023-09-25
2023-10-08 07:18:52 +00:00
Dag-Erling Smørgrav
38f33709d7 irc/hexchat: Remove unneeded CA_BUNDLE option.
MFH:		2023Q4
Reviewed by:	pkubaj
Differential Revision:	https://reviews.freebsd.org/D42073
2023-10-08 06:45:07 +02:00
Dag-Erling Smørgrav
52e0c40367 security/ca_root_nss: Restore the ETC_SYMLINK.
It turns out that some ports have an undisclosed dependency on the
symlink and cannot be trivially changed to use the system trust
store instead.

Amend the package message to make it clear that software which relies
on this symlink is not following recommended practice.

I will look into getting certctl(8) to provide cert.pem instead, but
it may take a while until we can rely on this being in place on all
supported releases.

This partly reverts commit 483e74f44b.

PR:		274322
MFH:		2023Q4
Reviewed by:	fluffy
Differential Revision:	https://reviews.freebsd.org/D42120
2023-10-08 06:36:54 +02:00