From owner-svn-ports-all@freebsd.org Tue Jun 9 11:03:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58287328C15; Tue, 9 Jun 2020 11:03:05 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49h6fd1XDSz4HfM; Tue, 9 Jun 2020 11:03:05 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F71914B0A; Tue, 9 Jun 2020 11:03:05 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 059B35QR095820; Tue, 9 Jun 2020 11:03:05 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 059B35d5095819; Tue, 9 Jun 2020 11:03:05 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202006091103.059B35d5095819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Tue, 9 Jun 2020 11:03:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538301 - head/www/py-django-haystack X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-django-haystack X-SVN-Commit-Revision: 538301 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2020 11:03:05 -0000 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= *