1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

625598 Commits

Author SHA1 Message Date
Tobias C. Berner
14aebfc8f6 KDE: Update KDE Gear to 23.04.3
KDE Gear 23.04.3

Thursday, 6 July 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * gwenview: Avoid a crash when opening a .nef image in exiv2 library
 * kalendar: Fix a few issues with reminders
 * kreversi: Fix board position in portrait mode

Changelog: https://kde.org/announcements/changelogs/gear/23.04.3/
2023-07-09 12:45:54 +02:00
Po-Chuan Hsieh
5097c65598
security/vuxml: Fix py-suds entry (b31f7029-817c-4c1f-b7d3-252de5283393)
PR:		272346
Reported by:	David M. <root@network-dev.org>
Reference:	https://github.com/suds-community/suds/issues/94
		https://github.com/advisories/GHSA-vpqp-hx68-p2wx
2023-07-09 18:32:01 +08:00
Po-Chuan Hsieh
e93acc87c3
news/sabnzbd: Update to 4.0.2
- Add py-sabctools 7.1.0 support [1]

PR:		272071
Approved by:	James French <james@french.id.au> (maintainer)
Obtained from:	a179f2a895 [1]
2023-07-09 18:31:57 +08:00
Po-Chuan Hsieh
9f21fe17d8
x11-fonts/urw-base35-fonts: Remove GH_PROJECT
It is the same as the default value.

Approved by:	portmgr (blanket)
2023-07-09 18:31:56 +08:00
Po-Chuan Hsieh
e54cd05870
devel/py-immutabledict: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-07-09 18:31:55 +08:00
Po-Chuan Hsieh
094d83d511
devel/benchmark: Mark PIE_UNSAFE
c++: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
ninja: build stopped: subcommand failed.

Approved by:	portmgr (blanket)
2023-07-09 18:31:55 +08:00
Po-Chuan Hsieh
5ee3f5d80c
databases/mysql80-client: Fix mysqlclient.pc
- Bump PORTREVISION for package change

Not all supported FreeBSD releases has openssl.pc in base system. This patch
adds a check for openssl.pc. It helps to build databases/py-mysqlclient.

If you do not have openssl.pc from your SSL provider.

Before the fix:
% grep Requires.private: /usr/local/libdata/pkgconfig/mysqlclient.pc
Requires.private: openssl

After the fix:
% grep Requires.private: /usr/local/libdata/pkgconfig/mysqlclient.pc
Requires.private:

The build log [1] of databases/py-mysqlclient without the fix:
===>  Building for py39-mysqlclient-2.2.0
* Getting build dependencies for wheel...
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'openssl', required by 'mysqlclient', not found
Trying pkg-config --exists mysqlclient
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
    main()
  File "/usr/local/lib/python3.9/site-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
  File "/usr/local/lib/python3.9/site-packages/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
    return hook(config_settings)
  File "/usr/local/lib/python3.9/site-packages/setuptools/build_meta.py", line 177, in get_requires_for_build_wheel
    return self._get_build_requires(
  File "/usr/local/lib/python3.9/site-packages/setuptools/build_meta.py", line 159, in _get_build_requires
    self.run_setup()
  File "/usr/local/lib/python3.9/site-packages/setuptools/build_meta.py", line 174, in run_setup
    exec(compile(code, __file__, 'exec'), locals())
  File "setup.py", line 154, in <module>
    ext_options = get_config_posix(get_options())
  File "setup.py", line 50, in get_config_posix
    cflags = subprocess.check_output(
  File "/usr/local/lib/python3.9/subprocess.py", line 424, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/local/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'pkg-config --cflags mysqlclient' returned non-zero exit status 1.

ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/py-mysqlclient

Approved by:	portmgr (blanket)
Reference:	https://pkg-status.freebsd.org/beefy16/data/131amd64-default/0f3f003a3111/logs/py39-mysqlclient-2.2.0.log [1]
2023-07-09 18:31:54 +08:00
Po-Chuan Hsieh
97380bb19c
Mk/Uses/ghostscript.mk: Move ${BUILD,LIB,RUN,TEST}_DEPENDS supports together 2023-07-09 18:31:53 +08:00
Po-Chuan Hsieh
659cbf7b65
www/rubygem-roda: Update to 3.69.0
Changes:	https://github.com/jeremyevans/roda/blob/master/CHANGELOG
		https://roda.jeremyevans.net/rdoc/files/CHANGELOG.html
2023-07-09 18:31:53 +08:00
Po-Chuan Hsieh
a72eef6b4c
www/rubygem-rdf-normalize: Update to 0.6.0
Changes:	https://github.com/ruby-rdf/rdf-normalize/releases
2023-07-09 18:31:50 +08:00
Po-Chuan Hsieh
511b74bdc5
www/rubygem-jquery-rails-rails50: Update to 4.6.0
Changes:	https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md
2023-07-09 18:31:46 +08:00
Po-Chuan Hsieh
e6eb0f02b8
www/rubygem-jquery-rails-rails5: Update to 4.6.0
Changes:	https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md
2023-07-09 18:31:43 +08:00
Po-Chuan Hsieh
f04d323c5a
textproc/rubygem-github-linguist: Update to 7.26.0
- Update WWW

Changes:	https://github.com/github-linguist/linguist/releases
2023-07-09 18:31:39 +08:00
Po-Chuan Hsieh
4a9bad07d0
sysutils/rubygem-bundler: Update to 2.4.15
Changes:	https://github.com/rubygems/rubygems/releases
		https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md
2023-07-09 18:31:36 +08:00
Po-Chuan Hsieh
c42da48b94
security/rubygem-bcrypt: Update to 3.1.19
Changes:	https://github.com/bcrypt-ruby/bcrypt-ruby/releases
		https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG
2023-07-09 18:31:33 +08:00
Po-Chuan Hsieh
7535d753b4
lang/rubygem-rb_sys: Update to 0.9.79
Changes:	https://github.com/oxidize-rb/rb-sys/releases
2023-07-09 18:31:28 +08:00
Po-Chuan Hsieh
5de89fe462
graphics/rubygem-gruff: Update to 0.22.0
Changes:	https://github.com/topfunky/gruff/blob/master/CHANGELOG.md
2023-07-09 18:31:27 +08:00
Po-Chuan Hsieh
d2abe775df
graphics/rubygem-cairo: Update to 1.17.12
Changes:	https://github.com/rcairo/rcairo/blob/master/NEWS
2023-07-09 18:31:26 +08:00
Po-Chuan Hsieh
f8c8a46b9c
devel/rubygem-test-unit: Update to 3.6.1
Changes:	https://github.com/test-unit/test-unit/releases
2023-07-09 18:31:24 +08:00
Po-Chuan Hsieh
6c58e10b8c
devel/rubygem-rubytree: Update to 2.0.1
- Update LICENSE

Changes:	https://github.com/evolve75/RubyTree/releases
2023-07-09 18:31:24 +08:00
Po-Chuan Hsieh
337ac75c85
devel/rubygem-rubyinline: Update to 3.14.0
Changes:	https://github.com/seattlerb/rubyinline/blob/master/History.txt
2023-07-09 18:31:23 +08:00
Po-Chuan Hsieh
cf0f6da244
devel/rubygem-rubocop: Update to 1.53.1
Changes:	https://github.com/rubocop/rubocop/releases
2023-07-09 18:31:22 +08:00
Po-Chuan Hsieh
4ce9e59156
devel/rubygem-racc: Update to 1.7.1
Changes:	https://github.com/ruby/racc/releases
2023-07-09 18:31:22 +08:00
Po-Chuan Hsieh
857f7b12f5
devel/rubygem-mongo: Update to 2.19.0
Changes:	https://github.com/mongodb/mongo-ruby-driver/releases
2023-07-09 18:31:21 +08:00
Po-Chuan Hsieh
0032508f8e
devel/rubygem-mocha: Update to 2.0.4
Changes:	https://github.com/freerange/mocha/blob/main/RELEASE.md
2023-07-09 18:28:30 +08:00
Po-Chuan Hsieh
6f0e24bee4
devel/rubygem-minitest: Update to 5.18.1
Changes:	https://github.com/minitest/minitest/blob/master/History.rdoc
2023-07-09 18:28:29 +08:00
Po-Chuan Hsieh
6cc5c576fc
devel/rubygem-message_bus: Update to 4.3.4
Changes:	https://github.com/discourse/message_bus/blob/main/CHANGELOG
2023-07-09 18:28:28 +08:00
Po-Chuan Hsieh
cfffeef859
devel/ruby-gems: Update to 3.4.15
Changes:	https://github.com/rubygems/rubygems/releases
		https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md
2023-07-09 18:28:28 +08:00
Po-Chuan Hsieh
8be567026f
textproc/py-sphinx: Convert to USE_PYTHON=cython_test
- Add comment for UTF-8 filename
2023-07-09 18:28:27 +08:00
Po-Chuan Hsieh
977344b896
math/py-pandas: Update to 2.0.3
Changes:	https://github.com/pandas-dev/pandas/releases
2023-07-09 18:28:24 +08:00
Po-Chuan Hsieh
7dbdd99bcc
devel/py-pytest: Update to 7.3.2
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/pytest-dev/pytest/releases
		https://docs.pytest.org/en/stable/changelog.html
2023-07-09 18:28:21 +08:00
Po-Chuan Hsieh
c6b867fd4b
devel/py-jupyter-core: Update to 5.3.1
Changes:	https://github.com/jupyter/jupyter_core/releases
2023-07-09 18:28:20 +08:00
Po-Chuan Hsieh
18e3116b46
devel/py-jupyter-client: Update to 8.3.0
Changes:	https://github.com/jupyter/jupyter_client/releases
2023-07-09 18:28:19 +08:00
Po-Chuan Hsieh
af2d42e174
databases/py-gdbm: Strip shared library
- Clean up
- Bump PORTREVISION for package change
2023-07-09 18:28:19 +08:00
Po-Chuan Hsieh
38f8abeb24
textproc/p5-Lingua-EN-Sentence: Update to 0.34
Changes:	https://metacpan.org/dist/Lingua-EN-Sentence/changes
2023-07-09 18:28:18 +08:00
Po-Chuan Hsieh
e629fedf07
security/p5-Crypt-OpenSSL-X509: Update to 1.915
Changes:	https://metacpan.org/dist/Crypt-OpenSSL-X509/changes
2023-07-09 18:28:15 +08:00
Po-Chuan Hsieh
09ffe9be03
misc/p5-Business-ISBN-Data: Update to 20230626.001
Changes:	https://metacpan.org/dist/Business-ISBN-Data/changes
2023-07-09 18:28:12 +08:00
Po-Chuan Hsieh
7443f49302
math/p5-Math-MPFR: Update to 4.27
Changes:	https://metacpan.org/dist/Math-MPFR/changes
2023-07-09 18:28:10 +08:00
Po-Chuan Hsieh
a773f5f959
devel/p5-Log-Any: Update to 1.716
Changes:	https://metacpan.org/dist/Log-Any/changes
2023-07-09 18:28:06 +08:00
Po-Chuan Hsieh
4e45d1a895
devel/p5-Getopt-Euclid: Fix *_DEPENDS
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
2023-07-09 18:28:06 +08:00
Po-Chuan Hsieh
b80290c90c
x11/rubygem-gnome: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:05 +08:00
Po-Chuan Hsieh
853fd25959
x11-toolkits/rubygem-vte3: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:05 +08:00
Po-Chuan Hsieh
5bdc7a422a
x11-toolkits/rubygem-poppler: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:04 +08:00
Po-Chuan Hsieh
24763932ba
x11-toolkits/rubygem-pango: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:03 +08:00
Po-Chuan Hsieh
b1ba889eba
x11-toolkits/rubygem-gtksourceview4: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:03 +08:00
Po-Chuan Hsieh
5675ad0d62
x11-toolkits/rubygem-gtksourceview3: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:02 +08:00
Po-Chuan Hsieh
0f523a8889
x11-toolkits/rubygem-gtk4: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:02 +08:00
Po-Chuan Hsieh
ce751f2b39
x11-toolkits/rubygem-gtk3: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:01 +08:00
Po-Chuan Hsieh
c62cb48ce5
x11-toolkits/rubygem-gdk4: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:00 +08:00
Po-Chuan Hsieh
0ef909b7df
x11-toolkits/rubygem-gdk3: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:28:00 +08:00