graphics/openexr*: upgrade to 3.3.0
This changes the ABI (but not the API) and .so file name,
so we will need to bump all PORTREVISIONs of users, and we'll also fix
graphics/ctl and multimedia/olive.
This is not going to be MFHd to 2024Q4 due to API change, and therefore
has also waited for 2024Q4 to branch before we committed this to main,
so as to avoid 2024Q4 breakage.
ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.3.0
PR: 281859
cad/Clipper2: add A Polygon Clipping and Offsetting library (in C++, C# & Delphi)
It will be used by openscad.
Clipper2:
The Clipper2 library performs intersection, union, difference and
XOR boolean operations on both simple and complex polygons.
It also performs polygon offsetting.
This is a major update of my original Clipper library
that was written over 10 years ago.
That library I'm now calling Clipper1,
and while it still works very well,
Clipper2 is better in just about every way.
deskutils/plan: Remove dead mirrors and switch to https for MASTER_SITES
Remove dead mirrors and switch to https for MASTER_SITES
Approved by: portmgr (blanket)
graphics/pixelize: Remove dead and/or obsolete mirrors from MASTER_SITES
Remove dead and/or obsolete mirrors from MASTER_SITES
Approved by: portmgr (blanket)
graphics/libfpx: Refresh MASTER_SITES and update WWW entry
Remove dead and update URLs for mirrors and point WWW to GitHub repo
Approved by: portmgr (blanket)
www/py-django-auth-ldap: Update to 5.0.0
* Support for Python 3.8 was dropped with release 5.0.0, adjust
USES=python accordingly as Python 3.8 will remain in the Ports
tree until the end of October.
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/5.0.0
MFH: No (contains breaking changes)