pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird68 thunderbird68: update Python 3 tool...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd78735f0a4a
branches:  trunk
changeset: 387810:dd78735f0a4a
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Nov 08 00:35:13 2022 +0000

description:
thunderbird68: update Python 3 tool dependency

diffstat:

 mail/thunderbird68/mozilla-common.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r f2f3b75f0201 -r dd78735f0a4a mail/thunderbird68/mozilla-common.mk
--- a/mail/thunderbird68/mozilla-common.mk      Mon Nov 07 22:38:16 2022 +0000
+++ b/mail/thunderbird68/mozilla-common.mk      Tue Nov 08 00:35:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.2 2022/11/03 22:18:41 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.3 2022/11/08 00:35:13 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -8,15 +8,15 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-# Python 2.7 and Python 3.6 or later are required simultaneously.
+# Python 2.7 and Python 3.8 or later are required simultaneously.
 PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY=         tool
-.if !empty(PYTHON_VERSION_DEFAULT:M3[6789])
+.if !empty(PYTHON_VERSION_DEFAULT:M3[89])
 TOOL_DEPENDS+=                 python${PYTHON_VERSION_DEFAULT}-[0-9]*:../../lang/python${PYTHON_VERSION_DEFAULT}
 ALL_ENV+=                      PYTHON3=${PREFIX}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./}
 .else
-TOOL_DEPENDS+=                 python37-[0-9]*:../../lang/python37
-ALL_ENV+=                      PYTHON3=${PREFIX}/bin/python3.7
+TOOL_DEPENDS+=                 python38-[0-9]*:../../lang/python38
+ALL_ENV+=                      PYTHON3=${PREFIX}/bin/python3.8
 .endif
 
 HAS_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index