Received: by mail.netbsd.org (Postfix, from userid 605) id 34DA984ED3; Wed, 22 Jun 2022 05:56:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D83984D21 for ; Wed, 22 Jun 2022 05:56:20 +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 yhlKA2dr-Uze for ; Wed, 22 Jun 2022 05:56:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B9F3284CE2 for ; Wed, 22 Jun 2022 05:56:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B44F2FB1A; Wed, 22 Jun 2022 05:58:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1655877497281710" MIME-Version: 1.0 Date: Wed, 22 Jun 2022 05:58:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/py-reportlab To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220622055817.B44F2FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1655877497281710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 22 05:58:17 UTC 2022 Modified Files: pkgsrc/print/py-reportlab: Makefile Log Message: py-reportlab: add missing include of versioned_dependencies Bump PKGREVISION for the re-added dependencies. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/print/py-reportlab/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1655877497281710 Content-Disposition: inline Content-Length: 867 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-reportlab/Makefile diff -u pkgsrc/print/py-reportlab/Makefile:1.84 pkgsrc/print/py-reportlab/Makefile:1.85 --- pkgsrc/print/py-reportlab/Makefile:1.84 Tue Jun 21 22:10:43 2022 +++ pkgsrc/print/py-reportlab/Makefile Wed Jun 22 05:58:17 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2022/06/21 22:10:43 joerg Exp $ +# $NetBSD: Makefile,v 1.85 2022/06/22 05:58:17 wiz Exp $ DISTNAME= reportlab-3.5.68 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/} @@ -21,4 +21,5 @@ PYSETUPARGS+= --use-system-libart .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/libart/buildlink3.mk" .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1655877497281710--