Created attachment 193253 [details] py-django-simple-captcha-0.5.6.patch Hello, attached is the patch from svn that updates www/py-django-simple-captcha to 0.5.6 . Changes by upstream: - https://github.com/mbi/django-simple-captcha/compare/0.4.3...v0.5.6 - Note: 0.4.3 is the oldest version on the repository Changes to the port: - changed RUN_DEPENDS to match the dependencies - added LICENSE_FILE - added NO_ARCH - added options DOCS and MIGRATIONS with the appropriate dependencies QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK Note: Before this update can be committed the port www/py-django-ranged-response (see also PR #228132: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228132) must be committed first.
Take this over during my work on django18 removal. https://wiki.freebsd.org/ports/django
LGTM
A commit references this bug: Author: sunpoet Date: Mon May 14 15:39:50 UTC 2018 New revision: 469905 URL: https://svnweb.freebsd.org/changeset/ports/469905 Log: Update to 0.5.6 - Add LICENSE_FILE - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Add DOCS and MIGRATIONS options Changes: https://github.com/mbi/django-simple-captcha/blob/master/CHANGES PR: 228133 Submitted by: Kai <freebsd_ports@k-worx.org> Approved by: John Hixson <jhixson@gmail.com> (maintainer) Changes: head/www/py-django-simple-captcha/Makefile head/www/py-django-simple-captcha/distinfo
Committed. Thanks!