Created attachment 147338 [details] Shar file with the new port Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes are deprecated. Please convert them to the new format: USES= python USE_PYTHON= distutils autoplist
Created attachment 147414 [details] New shar file Changed deprecated variables to the proposed ones in the new format. Pity that this is still not detected by portlint...
By the way, I cannot find deprecation in the standard places, namely, in porter's handbook and ports/Mk/Uses/python.mk they are still recommended...
Thanks for the update. Please have a look at https://svnweb.freebsd.org/ports/head/Mk/Uses/python.mk?revision=367214&view=markup#l197 which marks them as deprecated. To check for deprecated variables on testing your ports, you may want to set DEVELOPER=yes in your make.conf, which runs a couple of QA sanity checks (see Mk/bsd.sanity.mk) and warns you about deprecated or unsupported entries. It's my fault for the Porter's Handbook, I still have an update for the changed python bits open on my desk. Moving to Patch Ready, since the shar contents look good to go.
Thanks for clarifications and marking it ready, Marcus. I will convert my other ports to the new format this weekend (hopefully).
A commit references this bug: Author: wg Date: Sat Sep 27 18:46:37 UTC 2014 New revision: 369414 URL: https://svnweb.freebsd.org/changeset/ports/369414 Log: www/py-django-allauth: User registration with social account authentication django-allauth is a reusable Django app that allows for both local and social authentication, with flows that just work. WWW: http://www.intenct.nl/projects/django-allauth/ PR: 193651 Submitted by: vladimir.chukharev gmail com Changes: head/www/Makefile head/www/py-django-allauth/ head/www/py-django-allauth/Makefile head/www/py-django-allauth/distinfo head/www/py-django-allauth/pkg-descr