Index: head/www/py-django-registration/Makefile =================================================================== --- head/www/py-django-registration/Makefile (revision 533072) +++ head/www/py-django-registration/Makefile (revision 533073) @@ -1,26 +1,26 @@ # Created by: Kevin Golding # $FreeBSD$ PORTNAME= django-registration -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= User-registration application for Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confusable_homoglyphs>=0:devel/py-confusable_homoglyphs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confusable_homoglyphs>=3.0<4.0:devel/py-confusable_homoglyphs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} -NO_ARCH= yes -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist -CONFLICTS_INSTALL= pootle ${PYTHON_PKGNAMEPREFIX}django-registration-redux +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-registration-redux + +NO_ARCH= yes .include Index: head/www/py-django-registration/distinfo =================================================================== --- head/www/py-django-registration/distinfo (revision 533072) +++ head/www/py-django-registration/distinfo (revision 533073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520629784 -SHA256 (django-registration-2.4.1.tar.gz) = 667b4fb49447227b62ff76693697d77acb85cadb87129fd1cb94481971e76c51 -SIZE (django-registration-2.4.1.tar.gz) = 1753993 +TIMESTAMP = 1587499257 +SHA256 (django-registration-3.1.tar.gz) = 2437a098e6e06983e4b4b442680b1c49a2e979f1a0ef3a504beb3a84ff36131d +SIZE (django-registration-3.1.tar.gz) = 74757 Index: head/www/py-django-registration-defaults/Makefile =================================================================== --- head/www/py-django-registration-defaults/Makefile (revision 533072) +++ head/www/py-django-registration-defaults/Makefile (revision 533073) @@ -1,24 +1,24 @@ # Created by: Kozlov Sergey # $FreeBSD$ PORTNAME= django-registration-defaults PORTVERSION= 0.4.4 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skozlov@FreeBSD.org COMMENT= Default templates and settings for django-registration LICENSE= MIT DEPRECATED= No longer maintained, not compatible with newer versions of www/py-django-registration EXPIRATION_DATE= 2020-05-25 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-registration>=0:www/py-django-registration@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist .include