Date: Sat, 14 Dec 2019 11:29:55 +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: r520112 - head/www/py-dj21-django-taggit Message-ID: <201912141129.xBEBTtXu034738@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912141129.xBEBTtXu034738>