svn commit: r508253 - in head: graphics/libdrm x11/libxcb x11/libxkbcommon x11/xcb-proto

Niclas Zeising zeising at FreeBSD.org
Tue Aug 6 14:14:59 UTC 2019


Author: zeising
Date: Tue Aug  6 14:14:57 2019
New Revision: 508253
URL: https://svnweb.freebsd.org/changeset/ports/508253

Log:
  Switch a couple of x11 ports to https
  
  Switch over a couple of x11 ports, that doesn't use the common xorg master
  sites, to use https instead of http.
  
  PR:		239094
  Submitted by:	Miyashita Touka

Modified:
  head/graphics/libdrm/Makefile
  head/x11/libxcb/Makefile
  head/x11/libxkbcommon/Makefile
  head/x11/xcb-proto/Makefile

Modified: head/graphics/libdrm/Makefile
==============================================================================
--- head/graphics/libdrm/Makefile	Tue Aug  6 14:14:56 2019	(r508252)
+++ head/graphics/libdrm/Makefile	Tue Aug  6 14:14:57 2019	(r508253)
@@ -6,7 +6,7 @@ PORTVERSION=	2.4.98
 PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics x11
-MASTER_SITES=	http://dri.freedesktop.org/libdrm/
+MASTER_SITES=	https://dri.freedesktop.org/libdrm/
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Userspace interface to kernel Direct Rendering Module services

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Tue Aug  6 14:14:56 2019	(r508252)
+++ head/x11/libxcb/Makefile	Tue Aug  6 14:14:57 2019	(r508253)
@@ -4,7 +4,7 @@
 PORTNAME=	libxcb
 PORTVERSION=	1.13.1
 CATEGORIES=	x11 python
-MASTER_SITES=	http://xcb.freedesktop.org/dist/
+MASTER_SITES=	https://xcb.freedesktop.org/dist/
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	The X protocol C-language Binding (XCB) library

Modified: head/x11/libxkbcommon/Makefile
==============================================================================
--- head/x11/libxkbcommon/Makefile	Tue Aug  6 14:14:56 2019	(r508252)
+++ head/x11/libxkbcommon/Makefile	Tue Aug  6 14:14:57 2019	(r508253)
@@ -3,7 +3,7 @@
 PORTNAME=	libxkbcommon
 PORTVERSION=	0.8.4
 CATEGORIES=	x11
-MASTER_SITES=	http://xkbcommon.org/download/
+MASTER_SITES=	https://xkbcommon.org/download/
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Keymap handling library for toolkits and window systems

Modified: head/x11/xcb-proto/Makefile
==============================================================================
--- head/x11/xcb-proto/Makefile	Tue Aug  6 14:14:56 2019	(r508252)
+++ head/x11/xcb-proto/Makefile	Tue Aug  6 14:14:57 2019	(r508253)
@@ -5,7 +5,7 @@ PORTNAME=	xcb-proto
 PORTVERSION=	1.13
 PORTREVISION=	1
 CATEGORIES=	x11 python
-MASTER_SITES=	http://xcb.freedesktop.org/dist/
+MASTER_SITES=	https://xcb.freedesktop.org/dist/
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	The X protocol C-language Binding (XCB) protocol


More information about the svn-ports-all mailing list