pkgsrc-WIP-changes archive

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

Update MASTERSITE to https URL.



Module Name:	pkgsrc-wip
Committed By:	Alexander Schreiber <als%thangorodrim.de@localhost>
Pushed By:	als
Date:		Sun May 7 15:56:49 2023 +0200
Changeset:	885f9bcfc994f80fe08738f2da2be10f0659e970

Modified Files:
	glusterfs/Makefile

Log Message:
Update MASTERSITE to https URL.

The previous http URL just redirects to the https version, so lets
skip that step and go straight to https.

Signed-off-by: Alexander Schreiber <als%thangorodrim.de@localhost>

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

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

diffstat:
 glusterfs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/glusterfs/Makefile b/glusterfs/Makefile
index f8bd4c6751..8e8aeef873 100644
--- a/glusterfs/Makefile
+++ b/glusterfs/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	glusterfs-10.4
 # PKGREVISION=	2
 CATEGORIES=	filesystems
-MASTER_SITES=	http://bits.gluster.org/pub/gluster/glusterfs/src/
+MASTER_SITES=	https://bits.gluster.org/pub/gluster/glusterfs/src/
 
 MAINTAINER=	als%thangorodrim.ch@localhost
 HOMEPAGE=	https://www.gluster.org/


Home | Main Index | Thread Index | Old Index