160 Commits

Author SHA1 Message Date
Xin LI
f660a0d5ee */wordpress*: Upgrade to WordPress 6.9 "Gene"
This release introduces major collaboration features, developer APIs,
and performance improvements.

Key Changes:
 * Collaboration: Introduced "Notes" for block-level commenting and
   feedback directly in the editor.
 * Dashboard: Expanded Command Palette to support navigation and actions
   across the entire admin interface.
 * APIs: Added the Abilities API to standardize permissions for AI and
   automation workflows.
 * Design: Added "Fit text to container" typography option for Paragraph
   and Heading blocks.
 * Performance: Improved LCP with on-demand block styles, optimized
   database queries, and refined caching.
 * Accessibility: Fixed over 30 issues related to screen readers, focus
  handling, and assistive tech.
 * UI/UX: Enhanced visual drag-and-drop and introduce new blocks
   (Accordion, Terms Query)

Release notes:
  https://wordpress.org/news/2025/12/gene/

MFH:		2025Q4
2025-12-03 21:40:36 -08:00
Takefu
cad1820083 */wordpress*: Update 6.8.2 => 6.8.3 (with security fixes)
Security updates included in this release:
 * A data exposure issue where authenticated users could access some
   restricted content.
 * A cross-site scripting (XSS) vulnerability requiring an authenticated
   user role that affects the nav menus.

Release notes:
https://wordpress.org/news/2025/09/wordpress-6-8-3-release/

PR:		290366 288378
Approved by:	joneum (maintainer)
MFH:		2025Q4
2025-10-20 03:51:44 +03:00
Takefu
9ce8cb11e2 */wordpress*: Update to 6.8.2
PR:	288378
Sponsored by:	Netzkommune GmbH
2025-10-01 19:39:31 +02:00
Jochen Neumeister
98b4cafda0 german/wordpress: Fix distinfo
Fix distinfo:
Changes in wp-content/languages/admin-de_DE.po

- "Eine Änderung deiner E-Mail-Adresse in %s steht noch aus."
+ "Eine Änderung deiner E-Mail-Adresse zu %s steht noch aus."

- "Eine Änderung der Administratoren-E-Mail-Adresse in %s steht noch aus."
+ "Eine Änderung der Administrator-E-Mail-Adresse zu %s steht noch aus."

Sponsored by:	Netzkommune GmbH
2025-07-02 17:32:06 +02:00
Jochen Neumeister
4d4f3fd183 */wordpress*: Update to 6.8.1
Changelog: https://wordpress.org/news/category/releases/

Sponsored by:	Netzkommune GmbH
2025-06-27 19:19:24 +02:00
Jochen Neumeister
d66a556cd4 */wordpress*: Update to 6.7.2
Changelog: https://wordpress.org/news/category/releases/

PR:	284788
Sponsored by:	Netzkommune GmbH
2025-04-15 10:20:15 +02:00
Jochen Neumeister
ffbdde63be */wordpress*: Update to 6.6.1
Changelog: https://wordpress.org/news/category/releases/

Sponsored by:	Netzkommune GmbH
2024-08-07 09:41:36 +02:00
Florian Smeets
503a518f54 */wordpress: Update to 6.4.4
Approved by:	joneum (implicit)
MFH:		2024Q2
Security:	ea4a2dfc-f761-11ee-af2c-589cfc0f81b0
2024-04-10 21:38:38 +02:00
Jochen Neumeister
8670067fc2 */wordpress*: Update to 6.4.3
Changelog: https://wordpress.org/news/category/releases/

Sponsored by:	Netzkommune GmbH
2024-02-05 07:52:52 +01:00
Jochen Neumeister
dd504c5d93 */wordpress*: Update to 6.2.2
Sponsored by:	Netzkommune GmbH
2023-06-06 08:46:47 +02:00
Jochen Neumeister
77b7aa3bf8 */wordpress*: Update to 6.1.3
Sponsored by:	Netzkommune GmbH
2023-06-05 21:31:56 +02:00
Bernard Spil
6beccad94e www/wordpress: Transform into master port
* Simplify language ports
 * Removes differences in pkg-message and pkg-descr
 * Reduce files to manage on updates
2023-02-14 18:28:53 +00:00
Jochen Neumeister
6ed8ddae0c */wordpress*: Update to 6.1.1
Changlog: https://wordpress.org/news/2022/11/wordpress-6-1-1-maintenance-release/

Sponsored by:	Netzkommune GmbH
2022-11-28 19:16:17 +01:00
Jochen Neumeister
c783ffdd63 */wordpress*: Update to 6.0.3
Sponsored by:	Netzkommune GmbH
2022-10-28 14:42:32 +02:00
Jochen Neumeister
f716c18b2e */wordpress*: Update to 6.0.2
Changelog: https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/

Sponsored by:	Netzkommune GmbH
2022-09-17 22:25:43 +02:00
Jochen Neumeister
3ae94f9fed */wordpress*: Update to 6.0.1
Changelog: https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/

Sponsored by:	Netzkommune GmbH
2022-09-17 10:01:46 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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
2fa7a3929b german: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Andreas Fehlner (fehlner@gmx.de)
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Slaven Rezic <eserte@cs.tu-berlin.de>
  *  Thierry Thomas <thierry@pompo.net>
  *  hq@FreeBSD.org
  *  miwi
  *  n@nectar.com
  *  wosch

With hat:	portmgr
2022-07-20 16:22:00 +02:00
Jochen Neumeister
f526cbc7a9 */wordpress*: Update to Version 6.0
Welcome to “Arturo”

Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades.

Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.

With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.1

Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.

Full Changelog see: https://wordpress.org/news/2022/05/arturo/

Sponsored by:	Netzkommune GmbH
2022-07-10 16:39:54 +02:00
Jochen Neumeister
0fa601ef4e */wordpress*: Update to 5.9.3
Sponsored by:	Netzkommune GmbH
2022-04-17 14:13:46 +02:00
Jochen Neumeister
1938dcf6c1 */wordpress*: Update to 5.9.2
Changelog: https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/

Sponsored by:	Netzkommune GmbH
2022-03-18 16:18:27 +01:00
Jochen Neumeister
4c2b021375 */wordpress*: Update to 5.9.1
Changelog: https://wordpress.org/news/2022/02/wordpress-5-9-1-maintenance-release/

PR:	262184
Reported by:	takefu@airport.fm
Sponspred by:	Netzkommune GmbH
2022-03-04 10:39:43 +01:00
Jochen Neumeister
794401dda4 */wordpress: Update distinfo
PR:	261838
Sponsored by:	Netzkommune GmbH
2022-02-17 22:35:41 +01:00
Bernard Spil
c600bbae3a www/wordpress: Security update to 5.9
* and language versions

PR:		261460
Security:	79b65dc5-749f-11ec-8be6-d4c9ef517024
MFH:		2022Q1
2022-01-28 15:27:23 +00:00
Kenji Takefu
c44d822e8d */wordpress*: Update to 5.8.2
For all languages:
  Make the port portlint(1),portclippy(1) compliant.

For www,french,german,japanese,russian:
  Fix pkg-message.in to only show upgrade message when upgrading.

For www,zh_CN,zh_TW,french,german:
  Use do-install-DOCS-on for documentation.

For zh_CN,zh_TW:
  Add CPE information

PR:		260013
Approved by:	maintainer timeout
2022-01-05 22:25:32 -08:00
Jochen Neumeister
28fc8cfc1f german/wordpress: Update to 5.8
Sponsored by:	Netzkommune GmbH
2021-09-10 10:25:27 +02:00
Jochen Neumeister
3cf004c903 german/wordpress: Update to 5.7.2
Sponsored by:	Netzkommune GmbH
2021-07-08 15:10:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jochen Neumeister
5a10d19e80 wordpress: Update to 5.5.3
Changlogs:
 - https://wordpress.org/news/2020/10/wordpress-5-5-2-security-and-maintenance-release/
 - https://wordpress.org/news/2020/10/wordpress-5-5-3-maintenance-release/

MFH:		2020Q4 (with hat)
Security:	11325357-1d3c-11eb-ab74-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2020-11-03 19:27:38 +00:00
Jochen Neumeister
615d28c8e6 Update to 5.5.1
Sponsored by:	Netzkommune GmbH
2020-09-07 08:59:16 +00:00
Jochen Neumeister
913fdd7975 Update to 5.4.2
Changelog: https://wordpress.org/news/2020/04/wordpress-5-4-1/

Reported by:	delphij
MFH:		2020Q2
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D25262
2020-06-29 22:24:46 +00:00
Jochen Neumeister
a4f898ee25 Update to 5.3.3
Add php-json support [1]

PR:		244382 [1]
Sponsored by:	Netzkommune GmbH
2020-05-10 13:51:37 +00:00
Jochen Neumeister
527ebbd684 Update to 5.3.2
Changelog: https://wordpress.org/news/

MFH:		2019Q4
Security:	7b97b32e-27c4-11ea-9673-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-12-26 10:29:11 +00:00
Jochen Neumeister
3acbf88ca7 Update to 5.2.4
Changelog: https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/

MFH:		2019Q4
Security:	459df1ba-051c-11ea-9673-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-11-12 08:00:51 +00:00
Antoine Brodin
cc8ad7de9b Mark a few ports BROKEN, unfetchable 2019-11-06 12:48:32 +00:00
Jochen Neumeister
2e99ed7bc3 Wordpress: Update to 5.2.3
changelog: https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/

MFH:		2019Q3
Security:	8a9f86de-d080-11e9-9051-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-09-06 17:14:40 +00:00
Mathieu Arnold
79698c8457 Convert to UCL & cleanup pkg-message (categories e-g) 2019-08-13 16:03:11 +00:00
Antoine Brodin
04246a8f3f Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2019-06-29 16:02:51 +00:00
Jochen Neumeister
a96e3271dc Update to 5.2.2
Changelog: https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/

Sponsored by:	Netzkommune GmbH
2019-06-21 08:15:04 +00:00
Jochen Neumeister
0db3165424 Update to 5.2.1
Changelog: https://wordpress.org/news/2019/05/wordpress-5-2-1-maintenance-release/

Sponsored by:	Netzkommune GmbH
2019-06-16 14:13:40 +00:00
Jochen Neumeister
f70c1dffb8 WordPress: Update to 5.2
- https://wordpress.org/news/2019/05/jaco/
 - https://wordpress.org/support/wordpress-version/version-5-2/

Sponsored by:	Netzkommune GmbH
2019-05-11 10:45:54 +00:00
Jochen Neumeister
76ed39f62b Update to 5.1.1
Changelog: https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/

MFH:		2019Q1
Security:	15ee0e93-4bbb-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-03-21 10:07:03 +00:00
Antoine Brodin
b701588aaf Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2019-03-11 20:29:12 +00:00
Jochen Neumeister
458e2f0fdb Update wordpress to 5.1
https://wordpress.org/support/wordpress-version/version-5-1/
https://wordpress.org/news/2019/02/betty/

Sponsored by:	Netzkommune GmbH
2019-02-28 10:17:17 +00:00
Jochen Neumeister
af15939780 Update to 5.0.3
Changelog: https://wordpress.org/news/2019/01/wordpress-5-0-3-maintenance-release/

MFH:		2019Q1
Sponsored by:	Netzkommune GmbH
2019-01-10 14:27:19 +00:00
Jochen Neumeister
01049fe278 wordpress: Update to 5.0.2
Changelog: https://wordpress.org/news/2018/12/wordpress-5-0-2-maintenance-release/

MFH:		2018Q4
Sponsored by:	Netzkommune GmbH
2018-12-20 15:47:06 +00:00
Jochen Neumeister
200bcb2549 wordpress: Update to 5.0.1
Changelog: https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/

MFH:		2018Q4
Security:	4b98613c-0078-11e9-b05b-00e04c1ea73d
Sponsored by:	Netzkommune GmbH
2018-12-15 15:48:21 +00:00
Jochen Neumeister
fe8c1462a9 -Update WWW
Sponsored by:	Netzkommune GmbH
2018-12-10 23:21:42 +00:00
Jochen Neumeister
df65e02565 Update to 4.9.8
Changelog:
 - https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/
 - https://make.wordpress.org/core/tag/4-9-8/
 - https://codex.wordpress.org/Version_4.9.8
2018-08-07 10:33:36 +00:00