diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-16 10:59:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-16 10:59:27 +0000 |
commit | cd24bfff400a03f70aa02affd5d3d8f8dd07a5e3 (patch) | |
tree | 73893c86afa26580f8e20a07651d11bee2b736b1 | |
parent | 4e157040afbb3a02073ccf52ac58c033e3e8545a (diff) | |
download | pkgsrc-cd24bfff400a03f70aa02affd5d3d8f8dd07a5e3.tar.gz |
pbr is now pulled in by mock, like it should be.
Remove here and bump PKGREVISION again.
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index b5f58f7bcac..c1377d7f6e7 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2015/07/15 13:07:57 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/07/16 10:59:27 wiz Exp $ VERSION= 1.10.1 DISTNAME= 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 @@ -45,7 +45,6 @@ DEPENDS+= ${PYPKGPREFIX}-cryptopp-[0-9]*:../../security/py-cryptopp DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.14:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity -DEPENDS+= ${PYPKGPREFIX}-pbr>=0.11.1:../../devel/py-pbr PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp |