pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/tahoe-lafs Depend on foolscap >= 0.6.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49fb4a616479
branches:  trunk
changeset: 604203:49fb4a616479
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri May 25 11:25:56 2012 +0000

description:
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:

 filesystems/tahoe-lafs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 7d95f0b23824 -r 49fb4a616479 filesystems/tahoe-lafs/Makefile
--- a/filesystems/tahoe-lafs/Makefile   Fri May 25 11:23:11 2012 +0000
+++ b/filesystems/tahoe-lafs/Makefile   Fri May 25 11:25:56 2012 +0000
@@ -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}-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



Home | Main Index | Thread Index | Old Index