Received: by mail.netbsd.org (Postfix, from userid 605) id D029F84D59; Wed, 19 Feb 2020 11:03:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A68C84D55 for ; Wed, 19 Feb 2020 11:03: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 6yQ15M23Z2KT for ; Wed, 19 Feb 2020 11:03:03 +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 B03E284CD2 for ; Wed, 19 Feb 2020 11:03:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3F7AFBF4; Wed, 19 Feb 2020 11:03:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582110183122750" MIME-Version: 1.0 Date: Wed, 19 Feb 2020 11:03:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-filer To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200219110303.A3F7AFBF4@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. --_----------=_1582110183122750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 19 11:03:03 UTC 2020 Modified Files: pkgsrc/www/py-django-filer: Makefile Log Message: py-django-filer: depend on py-easy-thumbnails To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-filer/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582110183122750 Content-Disposition: inline Content-Length: 1151 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-filer/Makefile diff -u pkgsrc/www/py-django-filer/Makefile:1.4 pkgsrc/www/py-django-filer/Makefile:1.5 --- pkgsrc/www/py-django-filer/Makefile:1.4 Tue May 14 06:21:42 2019 +++ pkgsrc/www/py-django-filer/Makefile Wed Feb 19 11:03:03 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2019/05/14 06:21:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2020/02/19 11:03:03 adam Exp $ DISTNAME= django-filer-1.4.0 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-filer/} @@ -13,9 +14,9 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow DEPENDS+= ${PYPKGPREFIX}-Unidecode>=0.04:../../textproc/py-Unidecode DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django -DEPENDS+= ${PYPKGPREFIX}-django-easy-thumbnails>=2.0:../../www/py-django-easy-thumbnails DEPENDS+= ${PYPKGPREFIX}-django-mptt>=0.6:../../www/py-django-mptt DEPENDS+= ${PYPKGPREFIX}-django-polymorphic>=0.7:../../www/py-django-polymorphic +DEPENDS+= ${PYPKGPREFIX}-easy-thumbnails>=2.0:../../www/py-easy-thumbnails USE_LANGUAGES= # none --_----------=_1582110183122750--