pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/itstool



Module Name:    pkgsrc
Committed By:   thor
Date:           Mon Dec 18 22:49:15 UTC 2023

Modified Files:
        pkgsrc/textproc/itstool: Makefile

Log Message:
textproc/itstool: depend on py-libxml2 with the re-added symbols to un-break


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/itstool/Makefile

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

Modified files:

Index: pkgsrc/textproc/itstool/Makefile
diff -u pkgsrc/textproc/itstool/Makefile:1.24 pkgsrc/textproc/itstool/Makefile:1.25
--- pkgsrc/textproc/itstool/Makefile:1.24       Mon Aug 14 05:25:23 2023
+++ pkgsrc/textproc/itstool/Makefile    Mon Dec 18 22:49:15 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2023/08/14 05:25:23 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/12/18 22:49:15 thor Exp $
 
 DISTNAME=      itstool-2.0.7
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    textproc
 MASTER_SITES=  http://files.itstool.org/itstool/
 EXTRACT_SUFX=  .tar.bz2
@@ -19,7 +19,7 @@ GNU_CONFIGURE=        yes
 # debugging problems with that version.
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-DEPENDS+=      ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
+DEPENDS+=      ${PYPKGPREFIX}-libxml2>=2.10.4nb4:../../textproc/py-libxml2
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"



Home | Main Index | Thread Index | Old Index