pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs
Module Name: pkgsrc
Committed By: dholland
Date: Fri Sep 15 22:38:46 UTC 2023
Modified Files:
pkgsrc/meta-pkgs/bulk-medium: Makefile
pkgsrc/meta-pkgs/bulk-small: Makefile
Log Message:
bulk-small/medium: fix python, should track PYTHON_VERSION_DEFAULT
I can't remember if there's some technical reason we don't make this
automatically track PYTHON_VERSION_DEFAULT or not, so for now don't
change that. But it shouldn't still be on Python 3.8; bump to 3.11.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/meta-pkgs/bulk-medium/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/meta-pkgs/bulk-small/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-medium/Makefile
diff -u pkgsrc/meta-pkgs/bulk-medium/Makefile:1.91 pkgsrc/meta-pkgs/bulk-medium/Makefile:1.92
--- pkgsrc/meta-pkgs/bulk-medium/Makefile:1.91 Wed Sep 13 21:44:13 2023
+++ pkgsrc/meta-pkgs/bulk-medium/Makefile Fri Sep 15 22:38:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2023/09/13 21:44:13 dholland Exp $
+# $NetBSD: Makefile,v 1.92 2023/09/15 22:38:46 dholland Exp $
DISTNAME= bulk-medium-20230911
CATEGORIES= meta-pkgs
@@ -91,7 +91,6 @@ DEPENDS+= ruby31-base-[0-9]*:../../lang/
DEPENDS+= ruby32-base-[0-9]*:../../lang/ruby32-base
DEPENDS+= openjdk8-[0-9]*:../../lang/openjdk8
DEPENDS+= openjdk11-[0-9]*:../../lang/openjdk11
-DEPENDS+= python310-[0-9]*:../../lang/python310
DEPENDS+= tcl-[0-9]*:../../lang/tcl
DEPENDS+= fetchmail-[0-9]*:../../mail/fetchmail
DEPENDS+= imap-uw-[0-9]*:../../mail/imap-uw
Index: pkgsrc/meta-pkgs/bulk-small/Makefile
diff -u pkgsrc/meta-pkgs/bulk-small/Makefile:1.40 pkgsrc/meta-pkgs/bulk-small/Makefile:1.41
--- pkgsrc/meta-pkgs/bulk-small/Makefile:1.40 Fri Sep 15 22:21:37 2023
+++ pkgsrc/meta-pkgs/bulk-small/Makefile Fri Sep 15 22:38:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2023/09/15 22:21:37 dholland Exp $
+# $NetBSD: Makefile,v 1.41 2023/09/15 22:38:46 dholland Exp $
DISTNAME= bulk-small-20230601
PKGREVISION= 1
@@ -94,7 +94,7 @@ DEPENDS+= xlockmore-lite-[0-9]*:../../x1
# numbers of other packages depend on.
#
DEPENDS+= perl>=5:../../lang/perl5
-DEPENDS+= python38-[0-9]*:../../lang/python38
+DEPENDS+= python311-[0-9]*:../../lang/python311
#
# 3. Archivers and build tools.
Home |
Main Index |
Thread Index |
Old Index