Created attachment 214102 [details] py-django-widget-tweaks-1.4.8.patch Hi, attached is the patch that updates www/py-django-widget-tweaks to 1.4.8 and assigns it to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April 2020. Note: Support for Python <= 3.5 was dropped with the 1.4.6 release. Changes to the port: ~~~~~~~~~~~~~~~~~~~~ - Tweak length of COMMENT to pet portlint - Sort variables a bit according to the PHB. - Fix trailing whitespace in pkg-descr QA: ~~~ - poudriere (11.3-RELEASE amd64 for each py36, py37 and py38 flavor) -> OK - portlint -> OK
A commit references this bug: Author: kai Date: Tue May 5 07:57:04 UTC 2020 New revision: 534036 URL: https://svnweb.freebsd.org/changeset/ports/534036 Log: www/py-django-widget-tweaks: Update to 1.4.8 * Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life. * Set Python 3.6 as minimum version because support for Python 3.5 was dropped with the 1.4.6 release. * Pet portlint (Tweak length of COMMENT, sort variables according to the PHB and fix trailing whitespace in pkg-descr). Changelog: https://github.com/jazzband/django-widget-tweaks/blob/1.4.8/CHANGES.rst PR: 246172 Approved by: <rozhuk.im@gmail.com> (maintainer) Changes: head/www/py-django-widget-tweaks/Makefile head/www/py-django-widget-tweaks/distinfo head/www/py-django-widget-tweaks/pkg-descr
Committed, thank you for the quick approval!