Received: by mail.netbsd.org (Postfix, from userid 605) id A3B4284D69; Sun, 30 May 2021 08:12:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E03E784D0F for ; Sun, 30 May 2021 08:12:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Dr79ptqXhCjg for ; Sun, 30 May 2021 08:12:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 467DA84CEE for ; Sun, 30 May 2021 08:12:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FE20FA95; Sun, 30 May 2021 08:12:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162236235475380" MIME-Version: 1.0 Date: Sun, 30 May 2021 08:12:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-formtools To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210530081234.3FE20FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162236235475380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun May 30 08:12:34 UTC 2021 Modified Files: pkgsrc/www/py-django-formtools: Makefile Log Message: py-django-formtools: fix a typo To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-formtools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162236235475380 Content-Disposition: inline Content-Length: 901 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-formtools/Makefile diff -u pkgsrc/www/py-django-formtools/Makefile:1.8 pkgsrc/www/py-django-formtools/Makefile:1.9 --- pkgsrc/www/py-django-formtools/Makefile:1.8 Sat May 29 06:35:48 2021 +++ pkgsrc/www/py-django-formtools/Makefile Sun May 30 08:12:34 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2021/05/29 06:35:48 nia Exp $ +# $NetBSD: Makefile,v 1.9 2021/05/30 08:12:34 adam Exp $ DISTNAME= django-formtools-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://django-formtools.readt COMMENT= Collection of assorted utilities for specific form use cases LICENSE= mit -TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-scm-[0-9]*:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2 USE_LANGUAGES= # none --_----------=_162236235475380--