diff options
-rw-r--r-- | graphics/libdrm/Makefile | 2 | ||||
-rw-r--r-- | x11/libxcb/Makefile | 2 | ||||
-rw-r--r-- | x11/libxkbcommon/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-proto/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 3f76c457c247..7bca184e94ba 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -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@FreeBSD.org COMMENT= Userspace interface to kernel Direct Rendering Module services diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 6f82b6ee9145..73d2a5eec640 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -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@FreeBSD.org COMMENT= The X protocol C-language Binding (XCB) library diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 53a682eacf75..65dab783ff0a 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -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@FreeBSD.org COMMENT= Keymap handling library for toolkits and window systems diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 562c7fbb489f..30b0eda04b4c 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -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@FreeBSD.org COMMENT= The X protocol C-language Binding (XCB) protocol |