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:   tnn
Date:           Fri Jan 14 14:12:03 UTC 2022

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

Log Message:
py27-libxml2: new file appeared in PLIST. Bump.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/textproc/py-libxml2/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-libxml2/PLIST

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.76 pkgsrc/textproc/py-libxml2/Makefile:1.77
--- pkgsrc/textproc/py-libxml2/Makefile:1.76    Sun Jan  9 11:58:16 2022
+++ pkgsrc/textproc/py-libxml2/Makefile Fri Jan 14 14:12:03 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.76 2022/01/09 11:58:16 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2022/01/14 14:12:03 tnn Exp $
 
 .include "../../textproc/libxml2/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   4
+PKGREVISION=   5
 
 COMMENT=       Python wrapper for libxml2
 LICENSE=       modified-bsd

Index: pkgsrc/textproc/py-libxml2/PLIST
diff -u pkgsrc/textproc/py-libxml2/PLIST:1.6 pkgsrc/textproc/py-libxml2/PLIST:1.7
--- pkgsrc/textproc/py-libxml2/PLIST:1.6        Fri Dec 31 15:18:37 2021
+++ pkgsrc/textproc/py-libxml2/PLIST    Fri Jan 14 14:12:03 2022
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.6 2021/12/31 15:18:37 tnn Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/01/14 14:12:03 tnn Exp $
 ${PYSITELIB}/drv_libxml2.py
 ${PYSITELIB}/drv_libxml2.pyc
 ${PYSITELIB}/drv_libxml2.pyo
 ${PYSITELIB}/libxml2.py
 ${PYSITELIB}/libxml2.pyc
 ${PYSITELIB}/libxml2.pyo
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt



Home | Main Index | Thread Index | Old Index