Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E63484F4E for ; Tue, 5 Sep 2023 13:32:56 +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 a2WtbJ3nuYBs for ; Tue, 5 Sep 2023 13:32:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BDC3A84CFC for ; Tue, 5 Sep 2023 13:32:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7413FBDB; Tue, 5 Sep 2023 13:32:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693920775239400" MIME-Version: 1.0 Date: Tue, 5 Sep 2023 13:32:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-hyperkitty To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230905133255.B7413FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693920775239400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 5 13:32:55 UTC 2023 Modified Files: pkgsrc/www/py-hyperkitty: Makefile Log Message: py-hyperkitty: remove sassc dependency It is not a build or run-time requirement, despite what the .spec file says. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-hyperkitty/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693920775239400 Content-Disposition: inline Content-Length: 1101 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-hyperkitty/Makefile diff -u pkgsrc/www/py-hyperkitty/Makefile:1.2 pkgsrc/www/py-hyperkitty/Makefile:1.3 --- pkgsrc/www/py-hyperkitty/Makefile:1.2 Sat Jun 10 07:45:24 2023 +++ pkgsrc/www/py-hyperkitty/Makefile Tue Sep 5 13:32:55 2023 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2023/06/10 07:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2023/09/05 13:32:55 wiz Exp $ DISTNAME= HyperKitty-1.3.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=H/HyperKitty/} @@ -27,7 +28,6 @@ DEPENDS+= ${PYPKGPREFIX}-django-extensio DEPENDS+= ${PYPKGPREFIX}-flufl.lock>=4.0:../../devel/py-flufl.lock DEPENDS+= ${PYPKGPREFIX}-django-q>=1.0.0:../../www/py-django-q DEPENDS+= ${PYPKGPREFIX}-Whoosh-[0-9]*:../../textproc/py-Whoosh -DEPENDS+= sassc-[0-9]*:../../www/sassc TEST_DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4 TEST_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml TEST_DEPENDS+= ${PYPKGPREFIX}-django-debug-toolbar-[0-9]*:../../www/py-django-debug-toolbar --_----------=_1693920775239400--