summaryrefslogtreecommitdiff
path: root/textproc/py-libxslt/Makefile
diff options
context:
space:
mode:
authoradam <adam>2013-07-12 22:36:54 +0000
committeradam <adam>2013-07-12 22:36:54 +0000
commitb78325519e60244c0b199a2a3736bcb858b97e9d (patch)
tree1bd3186f0e82215dc56bc727068a11975eb77c67 /textproc/py-libxslt/Makefile
parentbc264415bdb33f7e3eda0760873ba55b78c613f5 (diff)
downloadpkgsrc-b78325519e60244c0b199a2a3736bcb858b97e9d.tar.gz
Match textproc/libxslt version
Diffstat (limited to 'textproc/py-libxslt/Makefile')
-rw-r--r--textproc/py-libxslt/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile
index f9ac5c5eb08..6bd17885866 100644
--- a/textproc/py-libxslt/Makefile
+++ b/textproc/py-libxslt/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.39 2013/04/06 21:07:36 rodent Exp $
+# $NetBSD: Makefile,v 1.40 2013/07/12 22:36:54 adam Exp $
-DISTNAME= libxslt-1.1.26
+DISTNAME= libxslt-1.1.28
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc python
-MASTER_SITES= ftp://xmlsoft.org/libxslt/
-MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
+MASTER_SITES= ftp://xmlsoft.org/libxslt/ \
+ http://xmlsoft.org/sources/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://xmlsoft.org/XSLT/
@@ -15,10 +14,10 @@ LICENSE= mit # with no-advertising clause
DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2
WRKSRC= ${WRKDIR}/${DISTNAME}/python
-PYDISTUTILSPKG= YES
-NO_CONFIGURE= YES
+PYDISTUTILSPKG= yes
+NO_CONFIGURE= yes
-MAKE_ENV+= PYLIBXSLTVERSION=${PKGVERSION:Q}
+MAKE_ENV+= PYLIBXSLTVERSION=${PKGVERSION}
SUBST_CLASSES+= setup
SUBST_MESSAGE.setup= Fixing hardcoded paths.
@@ -33,7 +32,6 @@ BUILDLINK_API_DEPENDS.libxslt+= libxslt>=${PKGVERSION}
.include "../../lang/python/extension.mk"
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
post-extract:
${CP} ${FILESDIR}/setup.py ${WRKSRC}