1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

8618 Commits

Author SHA1 Message Date
Jochen Neumeister
34efa0eb85 japanese/wordpress: Update to 5.8.3
Sponsored by:	Netzkommune GmbH
2022-02-13 10:03:04 +01:00
Tobias C. Berner
e6e9fd72c4 KDE: Update KDE Gear to 21.12.2 (bug fix release)
Thursday, 3 February 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.

Full changelog:
	https://kde.org/announcements/changelogs/gear/21.12.2/
2022-02-07 17:33:10 +01:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Tobias C. Berner
2b5369a28e KDE: Update KDE Gear to 21.12.1
Thursday, 6 January 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.
Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.1/
2022-01-06 16:38:38 +01:00
Dima Panov
97dcd51099 Please welcome LibreOffice suite 7.2.5 release! (+)
LibreOffice 7.2.5 is now available, with 90 bugfixes and compatibility improvements.
Learn more: https://blog.documentfoundation.org/blog/2022/01/06/libreoffice-7-2-5-is-now-available/

MFH:	2022Q1
Sponsored by:	Netzkommune GmbH
2022-01-06 16:07:48 +03: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
Hajimu UMEMOTO
96011ab8a3 japanese/font-hackgen{,-nerd}: Update to 2.5.3. 2021-12-22 02:45:27 +09:00
Hajimu UMEMOTO
9071181edb japanese/font-plemoljp{,-hs,-nf}: Update to 1.2.3. 2021-12-22 02:20:28 +09:00
Tobias C. Berner
45526ecbee framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test

If a dependency on the nox11 flavor is required, use for example

	USES=magick:nox11    resp.     USES=magick:7,nox11,run,test

See magick.mk for more details on the available flags.

The tree has been completely converted to make use of this.

Approved by:	bapt
Differential Revision: https://reviews.freebsd.org/D32754
2021-12-11 14:50:53 +01:00
Dima Panov
aad581d3bf LibreOffice 7.2.4 Community release available ahead of schedule to provide an important security fix
New version include the fixed NSS 3.73.0 cryptographic library, to solve CVE-2021-43527
(the nss secfix is the only change compared to the previous version).

FreeBSD build is always use a system library and was not affected but we packed it anymore :)

Read more: https://blog.documentfoundation.org/blog/2021/12/06/libreoffice-7-2-4-and-7-1-8-community/
2021-12-10 12:29:08 +03:00
Tobias C. Berner
2c348825da KDE: Update KDE Gear to 21.12
KDE Gear 21.12 has landed and comes with a massive number of updates and
new versions of applications and libraries. Literally, dozens of classic
KDE everyday tools and the specialised sophisticated apps you use to
work, be creative and play, are getting refreshers with design
improvements, new features and performance and stability enhancements.

What's new:
	https://kde.org/announcements/gear/21.12.0/#whatsnew

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.0/
2021-12-10 07:26:32 +01:00
Hajimu UMEMOTO
d624c6c0fb japanese/font-plemoljp{,-hs,-nf}: Update to 1.2.2. 2021-12-07 21:17:47 +09:00
Dima Panov
2d3d67f35e LibreOffice 7.2.3 is now available, with over 100 bugfixes and compatibility improvements.
Release notes: https://blog.documentfoundation.org/blog/2021/11/25/libreoffice-7-2-3-community/
2021-11-26 01:10:42 +03:00
Stefan Eßer
5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00
Dmitry Marakasov
b75479d0a3 japanese/wordpress: mark BROKEN
Approved by:	portmgr blanket
2021-11-22 23:08:23 +03:00
Li-Wen Hsu
7e7a8cc91b
japanese/scim-uim: Update WWW 2021-11-16 12:28:40 +08:00
Li-Wen Hsu
897be2628c
*/scim*: Update WWW 2021-11-16 12:10:25 +08:00
Joseph Mingrone
061afcca16
USES=emacs: Chase package name changes
PR:		259259
Differential Revision:	https://reviews.freebsd.org/D32613
2021-11-15 11:19:58 -04:00
Hajimu UMEMOTO
c4b5604d19 japanese/font-plemoljp{,-hs,-nf}: Update to 1.2.1. 2021-11-11 21:40:28 +09:00
Hajimu UMEMOTO
b4be96d1d3 japanese/font-plemoljp{,-hs,-nf}: Update to 1.2.0. 2021-11-07 12:09:52 +09:00
Tobias C. Berner
3a242d3e7c KDE: Update KDE Gear to 21.08.3
Thursday, 4 November 2021

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

Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.3/
2021-11-04 20:11:34 +01:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00
Hajimu UMEMOTO
535cbaeba4 japanese/font-plemoljp{,-hs,-nf}: Update to 1.1.0. 2021-10-27 21:48:14 +09:00
Hajimu UMEMOTO
8c4300b3af japanese/font-hackgen{,-nerd}: Update to 2.5.2. 2021-10-27 21:48:14 +09:00
Po-Chuan Hsieh
ec06031c4f
japanese/p5-Jcode: Add NO_ARCH 2021-10-25 23:58:07 +08:00
Hajimu UMEMOTO
de61631321 japanese/font-plemoljp{,-hs,-nf}: Update to 1.0.0. 2021-10-21 21:54:34 +09:00
Stefan Eßer
8728959e6a japanese/namazu: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:16 +02:00
Stefan Eßer
b908dcb047 japanese/chasen-base: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:15 +02:00
Stefan Eßer
4808576418 japanese/bugzilla50: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:15 +02:00
Stefan Eßer
2b091784ef japanese/bugzilla44: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:15 +02:00
Stefan Eßer
c78af981af japanese/kon2-16dot: Add CPE information
Approved by:	portmgr (blanket)
2021-10-19 12:43:33 +02:00
Bernhard Froehlich
87c4c76c2c
japanese/namazu2: Remove CPE information for metaport 2021-10-18 09:36:15 +00:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Dima Panov
0d4e1324d6 editors/libreoffice: update to 7.2.2 release (+)
LibreOffice 7.2.2 is now available, with 68 bugfixes and compatibility improvements.

Learn more: https://blog.documentfoundation.org/blog/2021/10/14/libreoffice-7-2-2-community/
2021-10-14 23:39:40 +10:00
Hajimu UMEMOTO
409142d125 japanese/font-{firge,hackgen}: fix install script 2021-10-13 21:39:57 +09:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Osamu Matsuda
3989a3d9f0 japanese/qolibri: Update 2.1.3 -> 2.1.4
PR:		256987
2021-10-10 23:17:37 +09:00
Bernhard Froehlich
cd2a2d484e japanese/xpdf: Add CPE information
Approved by:    portmgr (blanket)
2021-10-08 11:20:53 +00:00
Tobias C. Berner
98a1ae68be KDE: Update KDE Gear to 21.08.2
Thursday, 7 October 2021

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: Fix an infinite SSL error dialog loop
   * konqueror: Make it compatible with KIO 5.86.0 and don’t open every
     URL in a new window
   * libksane: Fix multi page detection with certain scanners

Full announcement:
	https://kde.org/announcements/gear/21.08.2/
2021-10-07 22:48:21 +02:00
Hajimu UMEMOTO
0dd9229470 japanese/font-plemoljp{,-hs,-nf}: Update to 0.5.1. 2021-10-07 03:14:30 +09:00
Rene Ladan
e56a7da894 *: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat:	portmgr-secretary
2021-10-04 21:58:01 +02:00
Joseph Mingrone
126e3bb1f1
*: Chase new major version (29) of editors/emacs-devel
Differential Revision:	https://reviews.freebsd.org/D32258
2021-10-01 19:55:27 -03:00
Bernhard Froehlich
e82f2fd8e4
japanese/nethack34: Add CPE information
Approved by:	portmgr (blanket)
2021-09-29 19:34:45 +00:00
Bernhard Froehlich
a71ca52047
japanese/namazu2: Add CPE information
Approved by:	portmgr (blanket)
2021-09-29 19:33:21 +00:00
Yasuhiro Kimura
10c30f1825 */*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32170
2021-09-28 14:13:33 +09:00
Dima Panov
1388a45360 editors/libreoffice: update to 7.2.1 release (+)
LibreOffice 7.2.1 is here, with many bugfixes and compatibility improvements.
Learn more about it: https://blog.documentfoundation.org/blog/2021/09/16/libreoffice-7-2-1-community/

* Add OPTION to build GTK4 VCL
* If both GTK3 and KF5 enabled, add GTK3_KDE5 VCL to build
* Force RUN_DEPENDS on JDK if JAVA selected to run extensions
2021-09-17 04:14:10 +10:00
Hajimu UMEMOTO
a79b0c60ad japanese/font-plemoljp{,-hs,-nf}: Add new ports -- Plex Mono Language JP 2021-09-13 23:02:11 +09:00
Piotr Kubaj
55a26b2a1b japanese/libtomoe-gtk: fix build on powerpc
ld: error: ../src/.libs/libtomoe-gtk.so: undefined reference to sqrt [--no-allow-shlib-undefined]
2021-09-12 21:05:56 +00:00
Hajimu UMEMOTO
57374b0494 japanese/font-firge{,-nerd}: Update to 0.2.0. 2021-09-12 23:28:48 +09:00
Jochen Neumeister
e733aee75a */wordpress-*: Update to 5.8
Changelog: https://wordpress.org/news/2021/07/tatum/

Sponsored by:	Netzkommune GmbH
2021-09-03 06:26:52 +02:00