Fri Jan 27 14:52:53 2023 UTC ()
py-libxml2: Bump PKGREVISION for libxml2 fix.

Set straight to 2 because this was previously erroneously coming from
libxml2's Makefile.common which had it set to 1.


(jperkin)
diff -r1.83 -r1.84 pkgsrc/textproc/py-libxml2/Makefile

cvs diff -r1.83 -r1.84 pkgsrc/textproc/py-libxml2/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-libxml2/Makefile 2023/01/22 10:30:22 1.83
+++ pkgsrc/textproc/py-libxml2/Makefile 2023/01/27 14:52:53 1.84
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.83 2023/01/22 10:30:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.84 2023/01/27 14:52:53 jperkin Exp $
2 2
3.include "../../textproc/libxml2/Makefile.common" 3.include "../../textproc/libxml2/Makefile.common"
4 4
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 6PKGREVISION= 2
6 7
7COMMENT= Python wrapper for libxml2 8COMMENT= Python wrapper for libxml2
8LICENSE= modified-bsd 9LICENSE= modified-bsd
9 10
10USE_GCC_RUNTIME= yes 11USE_GCC_RUNTIME= yes
11 12
12PYSETUPSUBDIR= python 13PYSETUPSUBDIR= python
13GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
14USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
15 16
16SUBST_CLASSES+= setup 17SUBST_CLASSES+= setup
17SUBST_MESSAGE.setup= Fixing hardcoded paths. 18SUBST_MESSAGE.setup= Fixing hardcoded paths.
18SUBST_STAGE.setup= pre-build 19SUBST_STAGE.setup= pre-build