pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/py-pspdfutils



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.

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}
 



Home | Main Index | Thread Index | Old Index