Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2020 11:03:05 +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: r538301 - head/www/py-django-haystack
Message-ID:  <202006091103.059B35d5095819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Tue Jun  9 11:03:04 2020
New Revision: 538301
URL: https://svnweb.freebsd.org/changeset/ports/538301

Log:
  www/py-django-haystack: Change RUN_DEPENDS
  
  * Switch to Django 2.2 (current LTS release) because Django 1.11 is
    End-of-Life since April.
  
  * Make USES block separate from non-relevant variables while I'm here.
  
  * Bump PORTREVISION due changed dependencies.
  
  PR:		246715
  Approved by:	maintainer timeout (14 days)

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

Modified: head/www/py-django-haystack/Makefile
==============================================================================
--- head/www/py-django-haystack/Makefile	Tue Jun  9 10:40:20 2020	(r538300)
+++ head/www/py-django-haystack/Makefile	Tue Jun  9 11:03:04 2020	(r538301)
@@ -3,6 +3,7 @@
 
 PORTNAME=	django-haystack
 PORTVERSION=	2.8.1
+PORTREVISION=	1
 CATEGORIES=	www databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,11 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0: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 concurrent autoplist
+
 NO_ARCH=	yes
 PORTDOCS=	*
 



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