pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/openmpi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 27 14:28:32 UTC 2022

Modified Files:
        pkgsrc/parallel/openmpi: Makefile

Log Message:
openmpi: use https for master site


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/parallel/openmpi/Makefile

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

Modified files:

Index: pkgsrc/parallel/openmpi/Makefile
diff -u pkgsrc/parallel/openmpi/Makefile:1.49 pkgsrc/parallel/openmpi/Makefile:1.50
--- pkgsrc/parallel/openmpi/Makefile:1.49       Tue Jun 28 11:35:24 2022
+++ pkgsrc/parallel/openmpi/Makefile    Wed Jul 27 14:28:32 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.49 2022/06/28 11:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2022/07/27 14:28:32 wiz Exp $
 
 DISTNAME=      openmpi-1.10.7
 PKGREVISION=   10
 CATEGORIES=    parallel
-MASTER_SITES=  http://www.open-mpi.org/software/ompi/v1.10/downloads/
+MASTER_SITES=  https://www.open-mpi.org/software/ompi/v1.10/downloads/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    asau%inbox.ru@localhost



Home | Main Index | Thread Index | Old Index