pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/thunderbird68



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Nov  8 00:35:14 UTC 2022

Modified Files:
        pkgsrc/mail/thunderbird68: mozilla-common.mk

Log Message:
thunderbird68: update Python 3 tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/thunderbird68/mozilla-common.mk

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

Modified files:

Index: pkgsrc/mail/thunderbird68/mozilla-common.mk
diff -u pkgsrc/mail/thunderbird68/mozilla-common.mk:1.2 pkgsrc/mail/thunderbird68/mozilla-common.mk:1.3
--- pkgsrc/mail/thunderbird68/mozilla-common.mk:1.2     Thu Nov  3 22:18:41 2022
+++ pkgsrc/mail/thunderbird68/mozilla-common.mk Tue Nov  8 00:35:13 2022
@@ -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 @@ GCC_REQD+=            6.1
 
 .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