pkgsrc-WIP-changes archive

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

aegis-devel: switch to py-pspdfutils



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Jun 1 18:27:21 2023 +0200
Changeset:	419aff2acf54b8a09286a8d2b8d767e7c500d3d7

Modified Files:
	aegis-devel/Makefile

Log Message:
aegis-devel: switch to py-pspdfutils

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=419aff2acf54b8a09286a8d2b8d767e7c500d3d7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aegis-devel/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/aegis-devel/Makefile b/aegis-devel/Makefile
index cf790c36cf..6da793ad51 100644
--- a/aegis-devel/Makefile
+++ b/aegis-devel/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2013/04/21 18:04:04 kristerw Exp $
-#
 
 DISTNAME=	aegis-devel-4.24
+PKGREVISION=	1
 CATEGORIES=	meta-pkgs devel
 MASTER_SITES=	# empty
 
@@ -33,7 +33,7 @@ DEPENDS+=		ImageMagick>=6.4.8.3:../../graphics/ImageMagick
 DEPENDS+=		libxml2>=1.8.17:../../textproc/libxml2
 DEPENDS+=		png2ico>=20021208:../../wip/png2ico
 DEPENDS+=		pngcrush>=1.6.17:../../graphics/pngcrush
-DEPENDS+=		psutils>=1.17:../../print/psutils
+DEPENDS+=		${PYPKGPREFIX}-pypspdfutils-[0-9]*:../../print/py-pspdfutils
 .if ${OPSYS} != "NetBSD"
 # on NetBSD rcs is in the base set. others?
 DEPENDS+=		rcs>=5.7:../../devel/rcs
@@ -46,4 +46,6 @@ DEPENDS+=		tardy>=1.17:../../wip/tardy
 DEPENDS+=		zlib>=1.1.4:../../devel/zlib
 .endif
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+.include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index