diff options
author | gdt <gdt> | 2012-05-25 11:25:56 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-05-25 11:25:56 +0000 |
commit | 5f586d76505bda840305a0fdd6ae4164f5678bf0 (patch) | |
tree | 0d1c748501f65e982eea9430b2a8dae926cd5cc9 /filesystems | |
parent | 9be7e9241081828c996db4dd1137788c24b21427 (diff) | |
download | pkgsrc-5f586d76505bda840305a0fdd6ae4164f5678bf0.tar.gz |
Depend on foolscap >= 0.6.3.
This isn't strictly true; foolscap needs to be >= 0.6.3 if Twisted is
> 10, but it's easier to just require it than invent new compound
dependencies.
PKGREVISION++, because tahoe-lafs built with Twisted > 10 and foolscap
0.6.1 (from today or earlier in pkgsrc) fails to work.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index b68480c3a92..587e27f254f 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2012/03/15 11:53:27 obache Exp $ +# $NetBSD: Makefile,v 1.12 2012/05/25 11:25:56 gdt Exp $ # VERSION= 1.9.1 DISTNAME= allmydata-tahoe-${VERSION} EGG_NAME= allmydata_tahoe-${VERSION} PKGNAME= tahoe-lafs-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= filesystems MASTER_SITES= https://tahoe-lafs.org/source/tahoe-lafs/releases/ #for beta, add @@ -38,7 +38,7 @@ DEPENDS+= ${PYPKGPREFIX}-pyutil-[0-9]*:../../devel/py-pyutil DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock # Included egg setuptools_trial, not used. # Included egg setuptools_darcs, used (no package yet). -DEPENDS+= ${PYPKGPREFIX}-foolscap-[0-9]*:../../net/py-foolscap +DEPENDS+= ${PYPKGPREFIX}-foolscap>=0.6.3:../../net/py-foolscap DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1 DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto |