pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/tahoe-lafs Add a missing dependency, py-se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db42b0918642
branches:  trunk
changeset: 650286:db42b0918642
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 20 07:30:56 2015 +0000

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

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

diffs (29 lines):

diff -r f64d3a2bfa4e -r db42b0918642 filesystems/tahoe-lafs/Makefile
--- a/filesystems/tahoe-lafs/Makefile   Mon Apr 20 07:30:14 2015 +0000
+++ b/filesystems/tahoe-lafs/Makefile   Mon Apr 20 07:30:56 2015 +0000
@@ -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}-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 @@
 
 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



Home | Main Index | Thread Index | Old Index