Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E727E84F82 for ; Wed, 13 Dec 2023 19:25:04 +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 g8V1TQ0u0jds for ; Wed, 13 Dec 2023 19:25:04 +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 3257284CD0 for ; Wed, 13 Dec 2023 19:25:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FE64FA42; Wed, 13 Dec 2023 19:25:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702495504147450" MIME-Version: 1.0 Date: Wed, 13 Dec 2023 19:25:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-django-photologue To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231213192504.2FE64FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702495504147450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Dec 13 19:25:04 UTC 2023 Modified Files: pkgsrc/www/py-django-photologue: Makefile Log Message: py-django-photologue: add missing tool To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-django-photologue/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702495504147450 Content-Disposition: inline Content-Length: 931 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-photologue/Makefile diff -u pkgsrc/www/py-django-photologue/Makefile:1.17 pkgsrc/www/py-django-photologue/Makefile:1.18 --- pkgsrc/www/py-django-photologue/Makefile:1.17 Sat Dec 2 09:02:49 2023 +++ pkgsrc/www/py-django-photologue/Makefile Wed Dec 13 19:25:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2023/12/02 09:02:49 adam Exp $ +# $NetBSD: Makefile,v 1.18 2023/12/13 19:25:04 wiz Exp $ DISTNAME= django-photologue-3.17 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/jdriscoll/d COMMENT= Plug-in photo management application for the Django framework LICENSE= modified-bsd +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-Pillow>=9:../../graphics/py-Pillow DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django DEPENDS+= ${PYPKGPREFIX}-django-sortedm2m>=3.1.1:../../www/py-django-sortedm2m --_----------=_1702495504147450--