Rename devel/sd-mux to devel/sd-mux-ctrl and remove dupplicate port
sysutils/sd-mux-ctrl added recently. As the port names were different
`addport -y` didn't catch the duplicate when looking at the catalog tree
INDEX. Also add entries into MOVED.
Approved by: swills
Differential Revision: https://reviews.freebsd.org/D29732
Remove "Add Album Column" plugin and ALBUM_COLUMN option. This functionality
is now available in the base picard application.
"Apiseeds Lyrics" plugin has been replaced by "Happi.dev Lyrics" plugin.
Add "Release tag aggregation functions" plugin.
Various bugfixes.
Additional info can be found at: https://picard.musicbrainz.org/plugins/
Fix fetch by not using GH_TAGNAME ('latest' was moved). This was
previously necessary but the upstream release model has been
reorganized since.
Notified by: pkg-fallout
- Remove OPENGL option, GL is detected regardless of whether option
is enabled which leads to hidden dependency
- Remove needless flags
- Add LICENSE_FILE
<Changelog>
*) Change: the default value of the "keepalive_requests" directive was
changed to 1000.
*) Feature: the "keepalive_time" directive.
*) Feature: the $connection_time variable.
*) Workaround: "gzip filter failed to use preallocated memory" alerts
appeared in logs when using zlib-ng.
</Changelog>
apg-go is a simple APG-like password generator written in Go.
It tries to replicate the functionality of the "Automated Password
Generator", which hasn't been maintained since 2003. Since FIPS-181
(pronouncable passwords) has been withdrawn in 2015, I didn't see
any use in replicating that feature. Therfore apg-go does not support
pronouncable passwords.
WWW: https://github.com/wneessen/apg-go
Massage our crummy REINPLACE to also accept the current version
of gnupg that is in ports, so this can build agani. While here,
fix the pkg-descr which was still a copy of seahorse (from which
this package was split several years ago).
Upstream has marked this as "likely to be deprecated", and there
has been no release in 4 years. There *has* been an upstream
commit doing what our REINPLACE does, up to gnupg 2.2.
Apparently, I did not pick up the very last patch in the PR.
This additional commit adds the remaining bits discussed in the PR:
* Convert to DISTVERSION
* Use c++17
* Add missing glib dependency
* Make ALSA optional
* Reorder some variables
PR: 254801
Reported by: gspurki@gmail.com
Until newer boost is ported, this fixes compilation of client code with errors like
async_result.hpp: error: concept cannot have associated constraints
See https://github.com/boostorg/asio/issues/312 for details.
PR: 255016
Submitted by: amdmi3
MFH: 2021Q2