pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-test-rust



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Aug 25 18:43:34 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/bulk-test-rust: Makefile

Log Message:
bulk-test-rust: Fix py-cryptography dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/bulk-test-rust/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/bulk-test-rust/Makefile
diff -u pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.1 pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.2
--- pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.1        Fri Aug 25 17:14:07 2023
+++ pkgsrc/meta-pkgs/bulk-test-rust/Makefile    Fri Aug 25 18:43:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/08/25 17:14:07 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/25 18:43:33 gdt Exp $
 
 DISTNAME=      bulk-test-rust-20230825.0
 CATEGORIES=    meta-pkgs
@@ -22,6 +22,8 @@ NO_BIN_ON_FTP=                ${RESTRICTED}
 # regressions, and not about pressuring programs that have not
 # recently and usually been healthy.)
 
+.include "../../lang/python/pyversion.mk"
+
 # enormous programs
 DEPENDS+=      thunderbird-[0-9]*:../../mail/thunderbird
 DEPENDS+=      firefox-[0-9]*:../../www/firefox
@@ -34,6 +36,6 @@ DEPENDS+=     arti-[0-9]*:../../net/arti
 # libraries
 DEPENDS+=      libimagequant-[0-9]*:../../graphics/libimagequant
 DEPENDS+=      librsvg-[0-9]*:../../graphics/librsvg
-DEPENDS+=      py-cryptography-[0-9]*:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index