pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/qt6



Module Name:    pkgsrc
Committed By:   zafer
Date:           Sat Dec 30 21:39:26 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/qt6: Makefile.common

Log Message:
https


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/meta-pkgs/qt6/Makefile.common

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/qt6/Makefile.common
diff -u pkgsrc/meta-pkgs/qt6/Makefile.common:1.6 pkgsrc/meta-pkgs/qt6/Makefile.common:1.7
--- pkgsrc/meta-pkgs/qt6/Makefile.common:1.6    Thu Nov 30 20:11:26 2023
+++ pkgsrc/meta-pkgs/qt6/Makefile.common        Sat Dec 30 21:39:26 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.6 2023/11/30 20:11:26 adam Exp $
+# $NetBSD: Makefile.common,v 1.7 2023/12/30 21:39:26 zafer Exp $
 # used by x11/qt6-qtbase/Makefile.common
 
 QTVERSION=     6.6.1
 
 .include "../../mk/bsd.prefs.mk"
 
-MASTER_SITES=  http://download.qt.io/archive/qt/${QTVERSION:R}/${QTVERSION}/submodules/
+MASTER_SITES=  https://download.qt.io/archive/qt/${QTVERSION:R}/${QTVERSION}/submodules/
 
 EXTRACT_SUFX=  .tar.xz
 EXTRACT_USING= bsdtar



Home | Main Index | Thread Index | Old Index