From owner-svn-ports-head@freebsd.org Tue Mar 6 22:45:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AC8EF36528; Tue, 6 Mar 2018 22:45:37 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D06E6F6CC; Tue, 6 Mar 2018 22:45:37 +0000 (UTC) (envelope-from rene@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 37F221915F; Tue, 6 Mar 2018 22:45:37 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w26Mjb8d073775; Tue, 6 Mar 2018 22:45:37 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w26Mjav0073769; Tue, 6 Mar 2018 22:45:36 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201803062245.w26Mjav0073769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 6 Mar 2018 22:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463771 - in head: databases/py-django-transaction-hooks devel/py-django-rq www/py-django-bulk-update www/py-django-contact-form www/py-django-overextends www/py-django-redis X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: databases/py-django-transaction-hooks devel/py-django-rq www/py-django-bulk-update www/py-django-contact-form www/py-django-overextends www/py-django-redis X-SVN-Commit-Revision: 463771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 22:45:37 -0000 Author: rene Date: Tue Mar 6 22:45:36 2018 New Revision: 463771 URL: https://svnweb.freebsd.org/changeset/ports/463771 Log: Use the Django meta-port for my Django port to avoid conflicts between them. Bump PORTREVISIONs Modified: head/databases/py-django-transaction-hooks/Makefile head/devel/py-django-rq/Makefile head/www/py-django-bulk-update/Makefile head/www/py-django-contact-form/Makefile head/www/py-django-overextends/Makefile head/www/py-django-redis/Makefile Modified: head/databases/py-django-transaction-hooks/Makefile ============================================================================== --- head/databases/py-django-transaction-hooks/Makefile Tue Mar 6 22:07:41 2018 (r463770) +++ head/databases/py-django-transaction-hooks/Makefile Tue Mar 6 22:45:36 2018 (r463771) @@ -3,7 +3,7 @@ PORTNAME= django-transaction-hooks PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Django database backends to register transact LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.6.1:www/py-django18@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${FLAVOR} NO_ARCH= yes Modified: head/devel/py-django-rq/Makefile ============================================================================== --- head/devel/py-django-rq/Makefile Tue Mar 6 22:07:41 2018 (r463770) +++ head/devel/py-django-rq/Makefile Tue Mar 6 22:45:36 2018 (r463771) @@ -4,6 +4,7 @@ PORTNAME= django-rq PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Provides Django integration for RQ (Redis Que LICENSE= MIT TEST_DEPENDS= redis-server:databases/redis -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.5:www/py-django18@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rq>=0.5.5:devel/py-rq@${FLAVOR} NO_ARCH= yes Modified: head/www/py-django-bulk-update/Makefile ============================================================================== --- head/www/py-django-bulk-update/Makefile Tue Mar 6 22:07:41 2018 (r463770) +++ head/www/py-django-bulk-update/Makefile Tue Mar 6 22:45:36 2018 (r463771) @@ -2,7 +2,7 @@ PORTNAME= django-bulk-update PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Bulk update using a single query over Django LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${FLAVOR} NO_ARCH= yes USES= python:-3.4 Modified: head/www/py-django-contact-form/Makefile ============================================================================== --- head/www/py-django-contact-form/Makefile Tue Mar 6 22:07:41 2018 (r463770) +++ head/www/py-django-contact-form/Makefile Tue Mar 6 22:45:36 2018 (r463771) @@ -3,6 +3,7 @@ PORTNAME= django-contact-form PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Generic contact-form application for Django LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}akismet>=0:devel/py-akismet@${FLAVOR} NO_ARCH= yes Modified: head/www/py-django-overextends/Makefile ============================================================================== --- head/www/py-django-overextends/Makefile Tue Mar 6 22:07:41 2018 (r463770) +++ head/www/py-django-overextends/Makefile Tue Mar 6 22:45:36 2018 (r463771) @@ -3,6 +3,7 @@ PORTNAME= django-overextends PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Django reusable app enabling circular templat LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.8:www/py-django18@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-me>=0.1.2:textproc/py-sphinx-me@${FLAVOR} NO_ARCH= yes Modified: head/www/py-django-redis/Makefile ============================================================================== --- head/www/py-django-redis/Makefile Tue Mar 6 22:07:41 2018 (r463770) +++ head/www/py-django-redis/Makefile Tue Mar 6 22:45:36 2018 (r463771) @@ -2,6 +2,7 @@ PORTNAME= django-redis PORTVERSION= 4.9.0 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +13,8 @@ COMMENT= Full featured Redis cache/session backend for LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.8:www/py-django18@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=2.10.0:databases/py-redis@${FLAVOR} - TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fakeredis>=0:databases/py-fakeredis@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hiredis>=0:databases/py-hiredis@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \