Received: by mail.netbsd.org (Postfix, from userid 605) id 8A49D84D7C; Wed, 18 Dec 2019 15:43:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 132BF84D75 for ; Wed, 18 Dec 2019 15:43:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2ep-Vq9cm0nT for ; Wed, 18 Dec 2019 15:43:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6DE2084CDB for ; Wed, 18 Dec 2019 15:43:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67B5BFA97; Wed, 18 Dec 2019 15:43:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576683824253060" MIME-Version: 1.0 Date: Wed, 18 Dec 2019 15:43:44 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/www/py-django-filter To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20191218154344.67B5BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1576683824253060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Wed Dec 18 15:43:44 UTC 2019 Modified Files: pkgsrc/www/py-django-filter: Makefile Log Message: py-django != py-djangorestframework To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-filter/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576683824253060 Content-Disposition: inline Content-Length: 872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-filter/Makefile diff -u pkgsrc/www/py-django-filter/Makefile:1.6 pkgsrc/www/py-django-filter/Makefile:1.7 --- pkgsrc/www/py-django-filter/Makefile:1.6 Sun Dec 15 21:41:26 2019 +++ pkgsrc/www/py-django-filter/Makefile Wed Dec 18 15:43:44 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/12/15 21:41:26 adam Exp $ +# $NetBSD: Makefile,v 1.7 2019/12/18 15:43:44 joerg Exp $ DISTNAME= django-filter-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/carltongibs COMMENT= Generic dynamic filtering support for Django LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-djangorestframework +DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django DEPENDS+= ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework USE_LANGUAGES= # none --_----------=_1576683824253060--