diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-06 22:14:57 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-06 22:14:57 +0800 |
commit | 6a9eef6379767e7e116a0dc25f41e3ba9c08853d (patch) | |
tree | f558930c8012c09f30b87a3d6c4068c7c83c8116 /graphics/libdrm | |
parent | 3b9122d86285ac060b3549a4257e8f128a8187eb (diff) | |
download | freebsd-ports-gnome-6a9eef6379767e7e116a0dc25f41e3ba9c08853d.tar.gz freebsd-ports-gnome-6a9eef6379767e7e116a0dc25f41e3ba9c08853d.tar.zst freebsd-ports-gnome-6a9eef6379767e7e116a0dc25f41e3ba9c08853d.zip |
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
Diffstat (limited to 'graphics/libdrm')
-rw-r--r-- | graphics/libdrm/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |