pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/bup
Module Name: pkgsrc
Committed By: gdt
Date: Sun Mar 21 13:04:49 UTC 2021
Modified Files:
pkgsrc/sysutils/bup: Makefile
Log Message:
sysutils/bup: Use VERSIONED_DEPENDENCIES for py-test
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/sysutils/bup/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/bup/Makefile
diff -u pkgsrc/sysutils/bup/Makefile:1.53 pkgsrc/sysutils/bup/Makefile:1.54
--- pkgsrc/sysutils/bup/Makefile:1.53 Mon Mar 15 16:02:12 2021
+++ pkgsrc/sysutils/bup/Makefile Sun Mar 21 13:04:49 2021
@@ -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 @@ DEPENDS+= git-base-[0-9]*:../../devel/gi
# 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 @@ post-install:
# \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