Date: Sun, 26 Apr 2020 15:01:08 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533073 - in head/www: py-django-registration py-django-registration-defaults Message-ID: <202004261501.03QF18Rd047074@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Sun Apr 26 15:01:07 2020 New Revision: 533073 URL: https://svnweb.freebsd.org/changeset/ports/533073 Log: www/py-django-registration: Update to 3.1 * Switch the port to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April. * Sort variables a bit according to the PHB and clean up CONFLICTS_INSTALL entry as textproc/pootle is no longer present in the Ports tree. * Remove Python 2.7 support of www/py-django-registration-defaults to avoid breakage of "bulk -a". Changelog: https://github.com/ubernostrum/django-registration/blob/3.1/docs/upgrade.rst PR: 245902 Approved by: Kevin Golding <ports@caomhin.org> (maintainer) Modified: head/www/py-django-registration-defaults/Makefile head/www/py-django-registration/Makefile head/www/py-django-registration/distinfo Modified: head/www/py-django-registration-defaults/Makefile ============================================================================== --- head/www/py-django-registration-defaults/Makefile Sun Apr 26 14:57:19 2020 (r533072) +++ head/www/py-django-registration-defaults/Makefile Sun Apr 26 15:01:07 2020 (r533073) @@ -18,7 +18,7 @@ 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 <bsd.port.mk> Modified: head/www/py-django-registration/Makefile ============================================================================== --- head/www/py-django-registration/Makefile Sun Apr 26 14:57:19 2020 (r533072) +++ head/www/py-django-registration/Makefile Sun Apr 26 15:01:07 2020 (r533073) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-registration -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +13,14 @@ 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 <bsd.port.mk> Modified: head/www/py-django-registration/distinfo ============================================================================== --- head/www/py-django-registration/distinfo Sun Apr 26 14:57:19 2020 (r533072) +++ head/www/py-django-registration/distinfo Sun Apr 26 15:01:07 2020 (r533073) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004261501.03QF18Rd047074>