notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: audio/soundkonverter/files/patch-CMakeLists.txt
SVNWeb

Number of commits found: 2

Sat, 18 Jul 2020
[ 23:31 adridg search for other commits by this committer ] Original commit   Revision:542537
Fix up previous fix:

- with KF5 5.71, each application can have its own FindTaglib, or
  uses the one from kdelibs4support (I think). This is generally an
  "old-style" CMake module.
- with KF5 5.72, ECM delivers a modern CMake module which is found
  **first**, but is also incompatible with the old version of FindTaglib.

Adjust the patches so they work with KF5 5.71 (now in-tree) and 5.72
(upcoming). Not bumping PORTREVISION here because the packages could
not have built with the previous patches.

Note to self: do not assume useful backwards-compatibility in CMake
modules from different sources.

PR:		247907
[ 20:46 adridg search for other commits by this committer ] Original commit   Revision:542530
Fix build in the face of updates elsewhere (taglib)

Taglib's CMake support has changed without mind for backwards
compatibility, so old users were using variables that are
now unset. Switch to modern CMake instead.

While here:
 - fix the WWW link, which led to a 500
 - GH account HessiJames renamed dfaust; you'll note the SHA256
   in the distinfo is not changed although the name of the file is.

PR:		247907

Number of commits found: 2