summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-04-20 07:30:56 +0000
committerwiz <wiz@pkgsrc.org>2015-04-20 07:30:56 +0000
commitd0d294de440b313720ee0cec739a706b69abadc4 (patch)
tree91ace87c0d606d8cfe5f721d7147c20963e701bc /filesystems
parent26289a2a29d359ee49e694d4d3eb814ad487594c (diff)
downloadpkgsrc-d0d294de440b313720ee0cec739a706b69abadc4.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/Makefile6
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