pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-libxml2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 27 14:52:53 UTC 2023

Modified Files:
        pkgsrc/textproc/py-libxml2: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/textproc/py-libxml2/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/py-libxml2/Makefile
diff -u pkgsrc/textproc/py-libxml2/Makefile:1.83 pkgsrc/textproc/py-libxml2/Makefile:1.84
--- pkgsrc/textproc/py-libxml2/Makefile:1.83    Sun Jan 22 10:30:22 2023
+++ pkgsrc/textproc/py-libxml2/Makefile Fri Jan 27 14:52:53 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.83 2023/01/22 10:30:22 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2023/01/27 14:52:53 jperkin Exp $
 
 .include "../../textproc/libxml2/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   2
 
 COMMENT=       Python wrapper for libxml2
 LICENSE=       modified-bsd



Home | Main Index | Thread Index | Old Index