pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11
Module Name: pkgsrc
Committed By: markd
Date: Thu Sep 29 06:18:55 UTC 2022
Modified Files:
pkgsrc/x11/qt4: Makefile.common
pkgsrc/x11/qt5: Makefile.common
Log Message:
qt{4,5}: https for HOMEPAGE
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/qt4/Makefile.common
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/qt5/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/x11/qt4/Makefile.common
diff -u pkgsrc/x11/qt4/Makefile.common:1.34 pkgsrc/x11/qt4/Makefile.common:1.35
--- pkgsrc/x11/qt4/Makefile.common:1.34 Wed Jul 8 17:49:49 2015
+++ pkgsrc/x11/qt4/Makefile.common Thu Sep 29 06:18:55 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.34 2015/07/08 17:49:49 wiz Exp $
+# $NetBSD: Makefile.common,v 1.35 2022/09/29 06:18:55 markd Exp $
# used by x11/qt4-libs/Makefile.common
# used by x11/qt4-tools/Makefile
QTVERSION= 4.8.7
MAINTAINER?= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://qt-project.org/
+HOMEPAGE= https://qt-project.org/
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3
Index: pkgsrc/x11/qt5/Makefile.common
diff -u pkgsrc/x11/qt5/Makefile.common:1.29 pkgsrc/x11/qt5/Makefile.common:1.30
--- pkgsrc/x11/qt5/Makefile.common:1.29 Tue Sep 13 17:18:04 2022
+++ pkgsrc/x11/qt5/Makefile.common Thu Sep 29 06:18:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2022/09/13 17:18:04 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2022/09/29 06:18:55 markd Exp $
# used by x11/qt5-qtbase/Makefile.common
# used by inputmethod/qt5-uim/Makefile
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.xz
EXTRACT_USING= bsdtar
MAINTAINER?= ryoon%NetBSD.org@localhost
-HOMEPAGE= http://qt-project.org/
+HOMEPAGE= https://qt-project.org/
LICENSE= gnu-lgpl-v2.1 AND gnu-lgpl-v3 AND gnu-gpl-v2 AND gnu-gpl-v3
QTPREFIX= ${PREFIX}/qt5
Home |
Main Index |
Thread Index |
Old Index