Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 09:00:29 +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: r534835 - head/www/py-django-taggit
Message-ID:  <202005100900.04A90TnE081448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sun May 10 09:00:29 2020
New Revision: 534835
URL: https://svnweb.freebsd.org/changeset/ports/534835

Log:
  www/py-django-taggit: Change RUN_DEPENDS
  
  * Switch to Django 2.2 (current LTS release) because Django 1.11 is
    End-of-Life since April 2020.
  
  * Bump PORTREVISION due changed dependencies.
  
  * Also remove the repo-copied Django 2.1 port from CONFLICTS_INSTALL as it
    no longer exists in the Ports tree.
  
  PR:		245309

Modified:
  head/www/py-django-taggit/Makefile

Modified: head/www/py-django-taggit/Makefile
==============================================================================
--- head/www/py-django-taggit/Makefile	Sun May 10 08:55:06 2020	(r534834)
+++ head/www/py-django-taggit/Makefile	Sun May 10 09:00:29 2020	(r534835)
@@ -2,6 +2,7 @@
 
 PORTNAME=	django-taggit
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +13,12 @@ COMMENT=	Reusable Django application for simple taggin
 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:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=		yes
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}dj21-django-taggit \
-			${PYTHON_PKGNAMEPREFIX}dj22-django-taggit
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}dj22-django-taggit
 
 .include <bsd.port.mk>



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