pkgsrc-WIP-changes archive

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

lx*: use consistent HOMEPAGE, follow redirect



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Dec 24 10:59:54 2017 +0100
Changeset:	b4622cf2d704e9cb8ca785e896811968d1e4cde9

Modified Files:
	liblxqt/Makefile.common
	lxdm/Makefile
	lxmusic/Makefile
	lxqt-openssh-askpass/Makefile
	lxqt/Makefile

Log Message:
lx*: use consistent HOMEPAGE, follow redirect

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b4622cf2d704e9cb8ca785e896811968d1e4cde9

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

diffstat:
 liblxqt/Makefile.common       | 2 +-
 lxdm/Makefile                 | 2 +-
 lxmusic/Makefile              | 2 +-
 lxqt-openssh-askpass/Makefile | 2 +-
 lxqt/Makefile                 | 6 +++---
 5 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/liblxqt/Makefile.common b/liblxqt/Makefile.common
index 9acdae8cd7..f09db66aaa 100644
--- a/liblxqt/Makefile.common
+++ b/liblxqt/Makefile.common
@@ -2,7 +2,7 @@
 # used by wip/liblxqt/Makefile
 
 MASTER_SITES=	${MASTER_SITE_GITHUB:=lxde/}
-HOMEPAGE=	http://lxqt.org/
+HOMEPAGE=	https://lxqt.org/
 
 EXTRACT_USING=	gtar
 
diff --git a/lxdm/Makefile b/lxdm/Makefile
index ab421eb7e1..ea010db598 100644
--- a/lxdm/Makefile
+++ b/lxdm/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=lxde/}
 EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	youri%NetBSD.org@localhost
-HOMEPAGE=	http://lxde.org/
+HOMEPAGE=	https://lxde.org/
 COMMENT=	Lxde login manager
 
 LICENSE=	gnu-gpl-v2
diff --git a/lxmusic/Makefile b/lxmusic/Makefile
index 9185240708..0879c26685 100644
--- a/lxmusic/Makefile
+++ b/lxmusic/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=lxde/}
 EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://lxde.org/
+HOMEPAGE=	https://lxde.org/
 COMMENT=	Minimalist XMMS2-based music player
 LICENSE=	gnu-gpl-v2
 
diff --git a/lxqt-openssh-askpass/Makefile b/lxqt-openssh-askpass/Makefile
index f8516f6ce5..a389e5185c 100644
--- a/lxqt-openssh-askpass/Makefile
+++ b/lxqt-openssh-askpass/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=lxde/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://lxqt.org/
+HOMEPAGE=	https://lxqt.org/
 COMMENT=	Tool used with openssh to prompt the user for password
 LICENSE=	gnu-lgpl-v2.1
 
diff --git a/lxqt/Makefile b/lxqt/Makefile
index e461610ec4..5b92aa8811 100644
--- a/lxqt/Makefile
+++ b/lxqt/Makefile
@@ -4,17 +4,17 @@ PKGNAME=        lxqt-0.9.0
 CATEGORIES=     meta-pkgs
 
 MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=       http://lxqt.org/
+HOMEPAGE=       https://lxqt.org/
 COMMENT=        Meta-package for LXQt desktop environment
 
 META_PACKAGE=   yes
 
 
-# See http://wiki.lxde.org/en/Build_LXDE-Qt_From_Source
+# See https://wiki.lxde.org/en/Build_LXDE-Qt_From_Source
 # example meta package from Mageia
 # https://svnweb.mageia.org/packages/cauldron/task-lxqt/current/SPECS/task-lxqt.spec?view=markup
 
-# Set of packages from http://downloads.lxqt.org/lxqt/0.9.0/
+# Set of packages from https://downloads.lxqt.org/lxqt/0.9.0/
 DEPENDS+=       liblxqt>=0.9.0:../../wip/liblxqt
 DEPENDS+=       lximage-qt>=0.4.0:../../wip/lximage-qt
 DEPENDS+=       lxmenu-data>=0.1.4:../../sysutils/lxmenu-data


Home | Main Index | Thread Index | Old Index