svn commit: r520112 - head/www/py-dj21-django-taggit

Kai Knoblich kai at FreeBSD.org
Sat Dec 14 11:29:55 UTC 2019


Author: kai
Date: Sat Dec 14 11:29:54 2019
New Revision: 520112
URL: https://svnweb.freebsd.org/changeset/ports/520112

Log:
  www/py-dj21-django-taggit: Ignore releases newer than the 1.1.x branch
  
  * Since the 1.2.0 release the support for Django 2.1 was dropped.  Set the
    PORTSCOUT variable accordingly.
  
  * Also add repo-copied Django 2.2 package from r500138 to CONFLICTS_INSTALL
    entry while I'm here.

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

Modified: head/www/py-dj21-django-taggit/Makefile
==============================================================================
--- head/www/py-dj21-django-taggit/Makefile	Sat Dec 14 11:26:29 2019	(r520111)
+++ head/www/py-dj21-django-taggit/Makefile	Sat Dec 14 11:29:54 2019	(r520112)
@@ -21,6 +21,9 @@ USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=		yes
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-taggit
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-taggit \
+			${PYTHON_PKGNAMEPREFIX}dj22-django-taggit
+
+PORTSCOUT=	limit:^1\.1\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list