Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2020 11:01:22 +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: r531842 - head/www/py-django-registration-redux
Message-ID:  <202004161101.03GB1Mep045249@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Apr 16 11:01:22 2020
New Revision: 531842
URL: https://svnweb.freebsd.org/changeset/ports/531842

Log:
  www/py-django-registration-redux: Update to 2.7
  
  * Assign the port to Django 2.2 (current LTS release) because Django 1.11 is
    End-of-Life since April.
  
  * Switch back from Github to CHEESESHOP as sdist tarballs at PyPI are
    available again.
  
  * Also remove textproc/pootle from CONFLICTS_INSTALL as it no longer exists
    in the Ports tree.
  
  PR:		245643
  Approved by:	Kevin Golding <ports@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 Apr 16 10:28:14 2020	(r531841)
+++ head/www/py-django-registration-redux/Makefile	Thu Apr 16 11:01:22 2020	(r531842)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	django-registration-redux
-PORTVERSION=	2.6
-DISTVERSIONPREFIX=	v
+PORTVERSION=	2.7
 CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports@caomhin.org
@@ -13,16 +13,13 @@ COMMENT=	User-registration application for Django
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
-USE_GITHUB=	yes
-GH_ACCOUNT=	macropin
-GH_PROJECT=	django-registration
 
 NO_ARCH=	yes
 
-CONFLICTS_INSTALL=	pootle ${PYTHON_PKGNAMEPREFIX}django-registration
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-registration
 
 .include <bsd.port.mk>

Modified: head/www/py-django-registration-redux/distinfo
==============================================================================
--- head/www/py-django-registration-redux/distinfo	Thu Apr 16 10:28:14 2020	(r531841)
+++ head/www/py-django-registration-redux/distinfo	Thu Apr 16 11:01:22 2020	(r531842)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559142361
-SHA256 (macropin-django-registration-v2.6_GH0.tar.gz) = 7e020503ee491b1e66ed8651ac17d83ce543663e14eb34bf7f7d5aac75fe9c84
-SIZE (macropin-django-registration-v2.6_GH0.tar.gz) = 109410
+TIMESTAMP = 1586960816
+SHA256 (django-registration-redux-2.7.tar.gz) = 1aaf08c9c16b7f185ffa36e7251c7a6149fe953f5af21c4f1e01cbe03902520b
+SIZE (django-registration-redux-2.7.tar.gz) = 109434



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004161101.03GB1Mep045249>