Commit Graph

1066 Commits

Author SHA1 Message Date
Mikael Urankar
9bf6a99963 lang/rust: Bump revisions after 1.65.0
PR:		267622
2022-11-17 08:06:14 +01:00
Jan Beich
04a6bfcea4 accessibility/feedbackd: update to 0.0.1
Changes:	https://source.puri.sm/Librem5/feedbackd/-/compare/2e08160...v0.0.1
Changes:	https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.1
Reported by:	GitLab (notify releases)
2022-11-11 13:29:35 +00:00
Tobias C. Berner
1a35c26cf2 KDE: Update KDE Gear to 22.08.3
Thursday, 3 November 2022

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:

   * dolphin: Fix opening unnecessary new windows (Commit, fixes bug
     #440663)
   * konsole: Fix a crash when extending the selection (Commit, fixes
     bug #398320 and bug #458822)

Announcement:	https://kde.org/announcements/gear/22.08.3/
Changelog:	https://kde.org/announcements/changelogs/gear/22.08.3/
2022-11-04 23:12:06 +01:00
Jan Beich
c818b3c58a */*: move CARGO_CRATES to Makefile.crates in my ports 2022-11-03 14:10:55 +00:00
Mikael Urankar
afe651cf62 lang/rust: Bump revisions after 1.64.0
PR:		267173
2022-10-30 13:07:09 +01:00
Jan Beich
ce65ecce2d accessibility/wlsunset: unbreak fetch due to Git upgrade
=> SHA256 Checksum mismatch for 601dfc87ff6e.patch.

-2.34.4
+2.34.5

PR:		267257
2022-10-21 18:39:49 +00:00
Tobias C. Berner
aecaafb00a KDE: Update KDE Gear to 22.08.2
KDE Gear 22.08.2

Thursday, 13 October 2022

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:

 * ark: Fix incompatibility with original 7-Zip (Commit, fixes bug
   #456797)
 * kdeconnect: Prevent a crash if there’s no audio devices (Commit,
   fixes bug #454917)
 * kio-extras: Compatibility with Samba >= 4.16 (Commit, fixes bug
   #453090)

Announcement:	https://kde.org/announcements/gear/22.08.2/
2022-10-14 11:20:32 +02:00
Po-Chuan Hsieh
60dba395e0
accessibility/rubygem-atk: Update to 4.0.3
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-10-03 10:17:17 +08:00
Jan Beich
31d5d9635a accessibility/wl-gammarelay-rs: update to 0.3.0
Changes:	https://github.com/MaxVerevkin/wl-gammarelay-rs/releases/tag/v0.3.0
Reported by:	GitHub (watch releases)
2022-09-13 00:17:14 +00:00
Stefan Eßer
60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00
Felix Palmen
ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00
Po-Chuan Hsieh
97b097d61e
accessibility/rubygem-atk: Update to 4.0.2
- Update pkg-descr

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-10 21:02:52 +08:00
Dmitry Marakasov
b2563f98f5 accessibility/qt5-speech: allow to build with both backend enabled
Followup to ca95a67 which introduced a regression of being unable to
build with both backends enabled. This commit allows all backends
combinations including each individual backend, both and none.

PR:		262640
Reported by:	lantw44@gmail.com
Approved by:	portmgr blanket, maintainer timeout (kde, 6 months)
2022-09-08 15:40:14 +03:00
Tobias C. Berner
b83e197d31 KDE: Update KDE Gear to 22.08.1
Thursday, 8 September 2022

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:

 *  kmail: Searching for messages does work again (Commit, fixes bugs
    #458202 and #458245).
 *  kate: Fix a crash when there are no search results (Commit)
 *  krdc: Access dates are displayed properly now (Commit, fixes bug
    #458587)

Announcement: https://kde.org/announcements/gear/22.08.1/
2022-09-08 14:20:03 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
eb7f920699 accessibility/speech-dispatcher: add upstream crash-fix
A bug in speed-dispatcher lead to a crash in okular (as
speech-dispatcher was segfaulting).

Upstream PR:	https://bugs.kde.org/show_bug.cgi?id=458762
Upstream PR:	https://github.com/brailcom/speechd/issues/762
2022-09-07 07:12:42 +02:00
Dima Panov
95090b5265 accessibility/kmouth: pet stage-qa 2022-09-05 22:05:46 +03:00
Po-Chuan Hsieh
fca6311157
accessibility/rubygem-atk: Update to 4.0.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-04 23:25:16 +08:00
Po-Chuan Hsieh
4359cc262d
accessibility/rubygem-atk: Update to 4.0.0
- Update WWW

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-04 11:47:48 +08:00
Jan Beich
6ef109ddc2 accessibility/wlsunset: unbreak fetch due to Git upgrade
-2.34.2
+2.34.4
2022-09-01 14:09:09 +00:00
Tobias C. Berner
9ebbc89a60 accessibility/at-spi2-atk: update to 2.38.0 2022-08-31 21:24:25 +02:00
Tobias C. Berner
8249369452 accessibility/at-spi2-core: update to 2.44.1 2022-08-31 21:24:25 +02:00
Tobias C. Berner
ab9ae1e8b8 accessibility/atk: update to 2.38.0
Changelog:
  * Require Meson 0.56.2
  * Add g_autoptr support for ATK types
  * Add ATK_STATE_COLLAPSED, matching AT-SPI's state
  * Improve support for ATK as a Meson subproject
  * Ensure that atk_value_get_value_and_text() can deal with NULL out arguments
2022-08-31 21:24:25 +02:00
Tobias C. Berner
d9b0d9ac4e framework: switch tree to using vala.mk
PR:		249940
2022-08-26 19:02:25 +02:00
Tobias C. Berner
97040f0559 accessibility/speech-dispatcher: update to 0.11.2
Changelog:
  *   Fix loading xx-yy locales.
  *   Various memory leaks fixes.
  *   Add mimic3 configuration file.
  *   pico: Fix setting language vs voice.
  *   Make sure that modules report a list of voices.
  *   Update CLDR to version 41, symbols from NVDA and orca.
  *   Allow building without ltdl.
  *   Re-enable SSML in espeak-ng-mbrola module.
2022-08-26 09:06:42 +02:00
Baptiste Daroussin
b9b250f912 rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141.
This reverts commit 04d257baa1.
This reverts commit 2757c63bd0.
This reverts commit 75f4713de5.
This reverts commit e88e592111.
This reverts commit 783c056d7d.

With hat:	portmgr
2022-08-25 16:49:50 +02:00
Piotr Kubaj
783c056d7d Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d9775.

PR:	265915
2022-08-25 12:49:39 +02:00
Mikael Urankar
c7912d9775 lang/rust: Bump revisions after 1.63.0 2022-08-25 10:51:32 +02:00
Jan Beich
795dcc4c6a accessibility/wl-gammarelay-rs: update to 0.2.3
Changes:	https://github.com/MaxVerevkin/wl-gammarelay-rs/releases/tag/v0.2.3
Reported by:	GitHub (watch releases)
2022-08-24 14:42:43 +00:00
Tobias C. Berner
116b90e550 KDE: Update KDE Gear to 22.08
Thursday, 18 August 2022

KDE Gear ⚙️ 22.08 has Landed!

KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that
all release new versions at the same time. Version 22.08 brings updates
for KDE programs for working, developing your creativity and enjoying
your free time without having to submit yourself to extortionate
licenses, intrusive advertising, or surrender your privacy.

Discover the most important changes added in the last four months to
software designed to make your life better!

Full announcement:
	https://kde.org/announcements/gear/22.08.0/
2022-08-18 18:20:59 +02:00
Jan Beich
7a8e92af5a accessibility/feedbackd: update to s20220720
Changes:	74b178a...2e08160
2022-08-13 00:55:05 +00:00
Neel Chauhan
c326a5753a accessibility/orca: Update to 42.3 2022-08-04 12:02:39 -07:00
Tobias C. Berner
4bc2b38872 accessibility: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  David K. Gerry
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>

With hat:	portmgr
2022-07-20 16:20:47 +02:00
Jan Beich
2948687622 wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
2022-07-20 12:48:14 +00:00
Stefan Eßer
6481055ca8 accessibility/speech-dispatcher: use default espeak description
Approved by:	portmgr (implicit)
2022-07-15 16:36:23 +02:00
Stefan Eßer
c4ef890eaa Revert "accessibility/speech-dispatcher: remove option for expired espeak"
Bump PORTREVISION and update dependency from espeak to espeak-ng.

This reverts commit 700486da27.
2022-07-15 16:36:22 +02:00
Tobias C. Berner
7945adb0aa KDE: Update KDE Gear to 22.04.3
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:

    * elisa: Fix the seek slider with newer versions of qqc2-desktop-style
    * konsole: Better recognition for URIs
    * korganizer: Fix a crash when completing a to-do in the summary view

Changelog: https://kde.org/announcements/changelogs/gear/22.04.3/
2022-07-07 23:49:42 +02:00
Tobias C. Berner
787e501e3d qt5: Update Qt to 5.15.5 (KDE patched)
- update patch-collection diff to be at the highest patch-level
- update patch-collection diff to be against 5.15.5 instead of 5.15.2
- update devel/qt5-script to 5.15.10
- libressl support by Felix Palmen <felix@palmen-it.de>

PR:			264944
Exp-run by:		antoine
Differential Revision:	https://reviews.freebsd.org/D35619
2022-07-04 09:31:38 +02:00
Dima Panov
9f8792df32 accessibility/py-speech-dispatcher: add missed plist after speechd update(+)
This is a followup to c2604a3e5a
2022-07-02 17:05:51 +03:00
Mikael Urankar
a50372b91f lang/rust: Bump revisions after 1.62.0 2022-07-02 15:47:05 +02:00
Dima Panov
c2604a3e5a accessibility/speech-dispatcher: update to 0.11.1 release (+)
Alongside with update prepare (and mark as broken yet) option for upcoming libvoxin support

PR:	263797 (based on)
2022-07-02 16:03:59 +03:00
Neel Chauhan
eb465693e8 accessibility/py-atspi: Use 'gnome' dir not 'gnome3' 2022-07-01 22:25:29 -07:00
Neel Chauhan
77bcaa9544 accessibility/orca: Use 'gnome' dir not 'gnome3' 2022-07-01 22:25:29 -07:00
Neel Chauhan
86af6a0ae6 accessibility/caribou: Use 'gnome' dir not 'gnome3' 2022-07-01 22:25:29 -07:00
Neel Chauhan
9d594706ef accessibility/at-spi2-atk: Use 'gnome' dir not 'gnome3' 2022-07-01 22:25:29 -07:00
Neel Chauhan
4758e0c9fd accessibility/accerciser: Use 'gnome' dir not 'gnome3' 2022-07-01 22:25:29 -07:00
Rene Ladan
700486da27 accessibility/speech-dispatcher: remove option for expired espeak 2022-07-01 17:03:01 +02:00
Tobias C. Berner
8747d18a3b KDE: Update KDE Gear to 22.04.2 (June bugfix release)
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:

 *   ark: Support ‘7zip’ as well as ‘p7zip’.
 *   konsole: Fix scroll position jumps regression.
 *   okular: Fix crash while undoing with the menu on an empty
     annotation.

Distro and app store packagers should update their application packages.

Full Changelog:	https://kde.org/announcements/changelogs/gear/22.04.2/
2022-06-10 22:06:27 +02:00
Mikael Urankar
e9a35a1c50 lang/rust: Bump revisions after 1.61.0 2022-05-31 15:06:17 +02:00