diff options
author | wiz <wiz> | 2013-11-26 20:25:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-11-26 20:25:42 +0000 |
commit | 4a650dc4d8d6f9ffff8a2057275005cdf4628126 (patch) | |
tree | 57261b0b04550659e8eda91c5ae23972e62b91c4 /sysutils/py-xattr | |
parent | bfde1282c3952c228730ca5d9d4043e3b5750488 (diff) | |
download | pkgsrc-4a650dc4d8d6f9ffff8a2057275005cdf4628126.tar.gz |
Fix PLIST with py-cffi-0.8.1 and depend on it.
Diffstat (limited to 'sysutils/py-xattr')
-rw-r--r-- | sysutils/py-xattr/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile index ada2f148292..3f4c9819987 100644 --- a/sysutils/py-xattr/Makefile +++ b/sysutils/py-xattr/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2013/10/18 11:57:35 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/11/26 20:25:42 wiz Exp $ DISTNAME= v0.7.2 PROPERNAME= ${DISTNAME:S/v/xattr-/} PKGNAME= ${PYPKGPREFIX}-${PROPERNAME} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/xattr/xattr/archive/ @@ -11,7 +12,7 @@ HOMEPAGE= https://github.com/xattr/xattr/ COMMENT= Python wrapper for extended filesystem attributes LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi +DEPENDS+= ${PYPKGPREFIX}-cffi>=0.8.1:../../devel/py-cffi DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser DIST_SUBDIR= xattr @@ -24,9 +25,9 @@ REPLACE_PYTHON= xattr/tool.py .include "../../lang/python/pyversion.mk" .if ${PYPKGPREFIX} == "py27" -PLIST_SUBST+= SONAME=_cffi__x2654de55x6ee6f75 +PLIST_SUBST+= SONAME=_cffi__xf4c78acfx6ee6f75 .elif ${PYPKGPREFIX} == "py26" -PLIST_SUBST+= SONAME=_cffi__x41f6a9d5x6ee6f75 +PLIST_SUBST+= SONAME=_cffi__x9365fd4fx6ee6f75 .endif .include "../../lang/python/application.mk" |