Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 732BE84D31 for ; Fri, 2 Jun 2023 06:45:22 +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 QSNo7Lz3NTZJ for ; Fri, 2 Jun 2023 06:45:22 +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 C4AD884CCC for ; Fri, 2 Jun 2023 06:45:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3D10FA88; Fri, 2 Jun 2023 06:45:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168568832121530" MIME-Version: 1.0 Date: Fri, 2 Jun 2023 06:45:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/py-pspdfutils To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230602064521.B3D10FA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168568832121530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jun 2 06:45:21 UTC 2023 Modified Files: pkgsrc/print/py-pspdfutils: Makefile Log Message: py-pspdfutils: conflicts with psutils<3 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/py-pspdfutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168568832121530 Content-Disposition: inline Content-Length: 690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-pspdfutils/Makefile diff -u pkgsrc/print/py-pspdfutils/Makefile:1.1 pkgsrc/print/py-pspdfutils/Makefile:1.2 --- pkgsrc/print/py-pspdfutils/Makefile:1.1 Thu Jun 1 16:05:43 2023 +++ pkgsrc/print/py-pspdfutils/Makefile Fri Jun 2 06:45:21 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/06/01 16:05:43 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2023/06/02 06:45:21 wiz Exp $ DISTNAME= pspdfutils-3.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,6 +22,8 @@ INSTALLATION_DIRS+= ${PKGMANDIR} PYTHON_VERSIONS_INCOMPATIBLE= 27 +CONFLICTS+= psutils<3 + post-install: cd ${DESTDIR}${PREFIX}/share/man && ${MV} * ${DESTDIR}${PREFIX}/${PKGMANDIR} --_----------=_168568832121530--