- Use pep517 build
- Renamed PORTNAME gtts -> gTTS to match PYPI package name case
- Added issue url on test failures
- Updated run dependencies versions
ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.3.0
PR: 268902
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
- Make openmpt123 optional
- Reduce options to simplify port and reduce dependency options
- Drop "+release.autotools" from version name and .pc file
- Enable "make test"
D11AMP is an oldskool MP3 player. In addition to being a frontend
to mpg123, it can handle WinAMP's treasure trove of skins.
PR: 268776
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37974
Remove libsndfile support as this will cause circular dependency
with upcoming release of libsndfile 1.2.0. While it's possible to
disable usage of specific external libraries to some extent we want
to follow upstream as closely as possible instead of having to work
around such issues. If better input support is needed ffmpeg provides
support for LAME (by default), much better input format support and
very little overhead. While at it, do some minor changes to Makefile.
PR: 268566
Reviewed by: netchild (maintainer via private e-mail)
While the upstream distfile is still available, the last release was in
2007. The world has moved on since then. CDDB is legacy at best, and
freedb is dead so tagging is completely broken. crip has very limited
codec support, no checksum verification, isn't aware of pregrap, doesn't
use replaygain etc.
Suggest alternatives to any remaining users and set a removal date of
2023-03-31.
PR: 268577