pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bup sysutils/bup: Use VERSIONED_DEPENDENCIES ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/966c3b829b2e
branches:  trunk
changeset: 449145:966c3b829b2e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 21 13:04:49 2021 +0000

description:
sysutils/bup: Use VERSIONED_DEPENDENCIES for py-test

diffstat:

 sysutils/bup/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 99bb76344eb7 -r 966c3b829b2e sysutils/bup/Makefile
--- a/sysutils/bup/Makefile     Sun Mar 21 13:04:29 2021 +0000
+++ b/sysutils/bup/Makefile     Sun Mar 21 13:04:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2021/03/15 16:02:12 gdt Exp $
+# $NetBSD: Makefile,v 1.54 2021/03/21 13:04:49 gdt Exp $
 
 DISTNAME=      bup-0.32
 CATEGORIES=    sysutils
@@ -36,7 +36,7 @@
 
 # TEST_DEPENDS
 BUILD_DEPENDS+=        rsync-[0-9]*:../../net/rsync
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONED_DEPENDENCIES=         test
 
 PYTHON_VERSIONS_ACCEPTED=      27      # py-fuse-bindings
 
@@ -84,4 +84,5 @@
 # \todo Investigate "bup ftp" crash with NetBSD editline and resolve.
 .include "../../devel/readline/buildlink3.mk"
 .include "../../lang/python/application.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index