diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-20 07:30:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-20 07:30:56 +0000 |
commit | a56cb4771d7a6950920756844186dfdceaf57c10 (patch) | |
tree | 91ace87c0d606d8cfe5f721d7147c20963e701bc /filesystems | |
parent | 2e575f3f78eeb8ffa9a5048b6a66df0c60e0c0f3 (diff) | |
download | pkgsrc-a56cb4771d7a6950920756844186dfdceaf57c10.tar.gz |
Add a missing dependency, py-service_identity, which was so far
automatically downloaded during the build.
While here, replace interpreter path in installed file.
Bump PKGREVISION.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index 9fdb0b5919f..39a1503af28 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2014/12/31 13:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/04/20 07:30:56 wiz Exp $ VERSION= 1.10.0 -PKGREVISION= 2 +PKGREVISION= 3 DISTNAME= allmydata-tahoe-${VERSION} PKGNAME= tahoe-lafs-${VERSION} CATEGORIES= filesystems @@ -42,6 +42,7 @@ DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto DEPENDS+= ${PYPKGPREFIX}-cryptopp-[0-9]*:../../security/py-cryptopp DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-nevow-[0-9]*:../../www/py-nevow +DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp @@ -64,6 +65,7 @@ post-extract: REPLACE_PYTHON+= src/allmydata/reliability.py REPLACE_PYTHON+= src/allmydata/storage/shares.py +REPLACE_PYTHON+= src/buildtest/test_build_with_fake_dist.py PKG_GROUPS= tahoes PKG_USERS= tahoes:tahoes |