pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-libxslt py27-libxslt: fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a5d7fe2bfff
branches:  trunk
changeset: 371833:9a5d7fe2bfff
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Jan 14 19:36:29 2022 +0000

description:
py27-libxslt: fix build

diffstat:

 textproc/py-libxslt/Makefile |  7 ++++---
 textproc/py-libxslt/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 2991957766f7 -r 9a5d7fe2bfff textproc/py-libxslt/Makefile
--- a/textproc/py-libxslt/Makefile      Fri Jan 14 18:42:05 2022 +0000
+++ b/textproc/py-libxslt/Makefile      Fri Jan 14 19:36:29 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2022/01/10 23:46:49 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2022/01/14 19:36:29 tnn Exp $
 
-PKGREVISION= 5
+PKGREVISION= 6
 .include "../../textproc/libxslt/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,11 +13,12 @@
 DEPENDS+=      ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2
 
 PYTHON_VERSIONS_ACCEPTED=      27
+EGG_NAME=                      libxslt_python-${PKGVERSION_NOREV}
 
 PYSETUPSUBDIR= python
 NO_CONFIGURE=  yes
 
-MAKE_ENV+=             PYLIBXSLTVERSION=${PKGVERSION}
+MAKE_ENV+=             PYLIBXSLTVERSION=${PKGVERSION_NOREV}
 
 PYSITEDIR=             ${PREFIX}/lib/python${PYVERSSUFFIX}/site-packages
 
diff -r 2991957766f7 -r 9a5d7fe2bfff textproc/py-libxslt/PLIST
--- a/textproc/py-libxslt/PLIST Fri Jan 14 18:42:05 2022 +0000
+++ b/textproc/py-libxslt/PLIST Fri Jan 14 19:36:29 2022 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/04 11:48:30 recht Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/14 19:36:29 tnn Exp $
 ${PYSITELIB}/libxslt.py
 ${PYSITELIB}/libxslt.pyc
 ${PYSITELIB}/libxslt.pyo
+${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/libxsltmod.so



Home | Main Index | Thread Index | Old Index