pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils Use https for xenproject.org.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ee529a45b26
branches:  trunk
changeset: 398291:7ee529a45b26
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 15 16:24:18 2019 +0000

description:
Use https for xenproject.org.

diffstat:

 sysutils/xenkernel411/Makefile |  4 ++--
 sysutils/xenkernel42/Makefile  |  4 ++--
 sysutils/xenkernel45/Makefile  |  4 ++--
 sysutils/xenkernel46/Makefile  |  4 ++--
 sysutils/xenkernel48/Makefile  |  4 ++--
 sysutils/xentools411/Makefile  |  4 ++--
 sysutils/xentools46/Makefile   |  4 ++--
 sysutils/xentools48/Makefile   |  4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diffs (144 lines):

diff -r 1e129f042759 -r 7ee529a45b26 sysutils/xenkernel411/Makefile
--- a/sysutils/xenkernel411/Makefile    Mon Jul 15 16:14:29 2019 +0000
+++ b/sysutils/xenkernel411/Makefile    Mon Jul 15 16:24:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/04/25 07:33:22 maya Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/15 16:24:18 nia Exp $
 
 VERSION=       4.11.1
 PKGREVISION=   3
@@ -9,7 +9,7 @@
 DIST_SUBDIR=   xen411
 
 MAINTAINER=    bouyer%NetBSD.org@localhost
-HOMEPAGE=      http://xenproject.org/
+HOMEPAGE=      https://xenproject.org/
 COMMENT=       Xen 4.11.x Kernel
 
 LICENSE=       gnu-gpl-v2
diff -r 1e129f042759 -r 7ee529a45b26 sysutils/xenkernel42/Makefile
--- a/sysutils/xenkernel42/Makefile     Mon Jul 15 16:14:29 2019 +0000
+++ b/sysutils/xenkernel42/Makefile     Mon Jul 15 16:24:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/04/25 07:33:22 maya Exp $
+# $NetBSD: Makefile,v 1.35 2019/07/15 16:24:18 nia Exp $
 
 VERSION=       4.2.5
 DISTNAME=      xen-${VERSION}
@@ -8,7 +8,7 @@
 MASTER_SITES=  https://downloads.xenproject.org/release/xen/${VERSION}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://xenproject.org/
+HOMEPAGE=      https://xenproject.org/
 COMMENT=       Xen 4.2.x Kernel
 
 LICENSE=       gnu-gpl-v2
diff -r 1e129f042759 -r 7ee529a45b26 sysutils/xenkernel45/Makefile
--- a/sysutils/xenkernel45/Makefile     Mon Jul 15 16:14:29 2019 +0000
+++ b/sysutils/xenkernel45/Makefile     Mon Jul 15 16:24:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/04/25 07:33:22 maya Exp $
+# $NetBSD: Makefile,v 1.36 2019/07/15 16:24:18 nia Exp $
 
 VERSION=       4.5.5
 DISTNAME=      xen-${VERSION}
@@ -8,7 +8,7 @@
 MASTER_SITES=  http://bits.xensource.com/oss-xen/release/${VERSION}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://xenproject.org/
+HOMEPAGE=      https://xenproject.org/
 COMMENT=       Xen 4.5.x Kernel
 
 LICENSE=       gnu-gpl-v2
diff -r 1e129f042759 -r 7ee529a45b26 sysutils/xenkernel46/Makefile
--- a/sysutils/xenkernel46/Makefile     Mon Jul 15 16:14:29 2019 +0000
+++ b/sysutils/xenkernel46/Makefile     Mon Jul 15 16:24:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/04/25 07:33:22 maya Exp $
+# $NetBSD: Makefile,v 1.22 2019/07/15 16:24:18 nia Exp $
 
 VERSION=       4.6.6
 DISTNAME=      xen-${VERSION}
@@ -8,7 +8,7 @@
 MASTER_SITES=  https://downloads.xenproject.org/release/xen/${VERSION}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://xenproject.org/
+HOMEPAGE=      https://xenproject.org/
 COMMENT=       Xen 4.6.x Kernel
 
 LICENSE=       gnu-gpl-v2
diff -r 1e129f042759 -r 7ee529a45b26 sysutils/xenkernel48/Makefile
--- a/sysutils/xenkernel48/Makefile     Mon Jul 15 16:14:29 2019 +0000
+++ b/sysutils/xenkernel48/Makefile     Mon Jul 15 16:24:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/04/25 07:33:22 maya Exp $
+# $NetBSD: Makefile,v 1.16 2019/07/15 16:24:18 nia Exp $
 
 VERSION=       4.8.3
 DISTNAME=      xen-${VERSION}
@@ -9,7 +9,7 @@
 DIST_SUBDIR=   xen48
 
 MAINTAINER=    bouyer%NetBSD.org@localhost
-HOMEPAGE=      http://xenproject.org/
+HOMEPAGE=      https://xenproject.org/
 COMMENT=       Xen 4.8.x Kernel
 
 LICENSE=       gnu-gpl-v2
diff -r 1e129f042759 -r 7ee529a45b26 sysutils/xentools411/Makefile
--- a/sysutils/xentools411/Makefile     Mon Jul 15 16:14:29 2019 +0000
+++ b/sysutils/xentools411/Makefile     Mon Jul 15 16:24:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/04/25 07:33:22 maya Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/15 16:24:18 nia Exp $
 #
 VERSION=       4.11.1
 VERSION_IPXE=  356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d
@@ -19,7 +19,7 @@
 SITES.${DIST_IPXE} +=          ${XEN_EXTFILES}
 
 MAINTAINER=            bouyer%NetBSD.org@localhost
-HOMEPAGE=              http://xenproject.org/
+HOMEPAGE=              https://xenproject.org/
 COMMENT=               Userland Tools for Xen 4.11.x
 LICENSE=               gnu-gpl-v2
 
diff -r 1e129f042759 -r 7ee529a45b26 sysutils/xentools46/Makefile
--- a/sysutils/xentools46/Makefile      Mon Jul 15 16:14:29 2019 +0000
+++ b/sysutils/xentools46/Makefile      Mon Jul 15 16:24:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/04/25 07:33:23 maya Exp $
+# $NetBSD: Makefile,v 1.38 2019/07/15 16:24:18 nia Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 .include               "version.mk"
@@ -14,7 +14,7 @@
 SITES.ipxe-git-${VERSION_IPXE}.tar.gz +=       http://xenbits.xensource.com/xen-extfiles/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://xenproject.org/
+HOMEPAGE=              https://xenproject.org/
 COMMENT=               Userland Tools for Xen 4.6.x
 LICENSE=               gnu-gpl-v2
 
diff -r 1e129f042759 -r 7ee529a45b26 sysutils/xentools48/Makefile
--- a/sysutils/xentools48/Makefile      Mon Jul 15 16:14:29 2019 +0000
+++ b/sysutils/xentools48/Makefile      Mon Jul 15 16:24:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/04/25 07:33:23 maya Exp $
+# $NetBSD: Makefile,v 1.27 2019/07/15 16:24:18 nia Exp $
 #
 VERSION=       4.8.3
 VERSION_IPXE=  827dd1bfee67daa683935ce65316f7e0f057fe1c
@@ -55,7 +55,7 @@
 SITES.${DIST_LIBPCI} +=                ${XEN_EXTFILES}
 
 MAINTAINER=            bouyer%NetBSD.org@localhost
-HOMEPAGE=              http://xenproject.org/
+HOMEPAGE=              https://xenproject.org/
 COMMENT=               Userland Tools for Xen 4.8.x
 LICENSE=               gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index