svn commit: r503082 - head/www/py-django-registration-redux

Kai Knoblich kai at FreeBSD.org
Thu May 30 20:35:00 UTC 2019


Author: kai
Date: Thu May 30 20:34:58 2019
New Revision: 503082
URL: https://svnweb.freebsd.org/changeset/ports/503082

Log:
  www/py-django-registration-redux: Update to 2.6
  
  While I'm here:
  * Pet portlint
  
  Changelog since 2.4:
  
  * Bugfix: Pass "user" instance instead of "user.get_username()" to template
    context.
  * Feature: Add testing for Django 2.2 and Python 3.7 (no code changes
    required).
  * Bugfix: Send emails on commit.
  * Feature: Add support for Django 2.1.
  * Bugfix: Don't delete if user.is_active=True in cleanupregistration
  
  https://github.com/macropin/django-registration/blob/v2.6/CHANGELOG
  
  PR:		238219
  Submitted by:	Kevin Golding <ports at caomhin.org> (maintainer)

Modified:
  head/www/py-django-registration-redux/Makefile
  head/www/py-django-registration-redux/distinfo

Modified: head/www/py-django-registration-redux/Makefile
==============================================================================
--- head/www/py-django-registration-redux/Makefile	Thu May 30 20:26:30 2019	(r503081)
+++ head/www/py-django-registration-redux/Makefile	Thu May 30 20:34:58 2019	(r503082)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	django-registration-redux
-PORTVERSION=	2.4
+PORTVERSION=	2.6
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -16,13 +15,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	macropin
 GH_PROJECT=	django-registration
+
+NO_ARCH=	yes
 
 CONFLICTS_INSTALL=	pootle ${PYTHON_PKGNAMEPREFIX}django-registration
 

Modified: head/www/py-django-registration-redux/distinfo
==============================================================================
--- head/www/py-django-registration-redux/distinfo	Thu May 30 20:26:30 2019	(r503081)
+++ head/www/py-django-registration-redux/distinfo	Thu May 30 20:34:58 2019	(r503082)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526744030
-SHA256 (macropin-django-registration-v2.4_GH0.tar.gz) = ff3c01ca599875b180de8e1bd3316dab719b2d3f80b2400bf1447b25e48dcee4
-SIZE (macropin-django-registration-v2.4_GH0.tar.gz) = 106730
+TIMESTAMP = 1559142361
+SHA256 (macropin-django-registration-v2.6_GH0.tar.gz) = 7e020503ee491b1e66ed8651ac17d83ce543663e14eb34bf7f7d5aac75fe9c84
+SIZE (macropin-django-registration-v2.6_GH0.tar.gz) = 109410


More information about the svn-ports-all mailing list