diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-04-22 03:09:33 +0800 |
---|---|---|
committer | Koop Mast <koop@beyonit.nl> | 2019-04-23 03:03:20 +0800 |
commit | fddeff107442b778f50d3d7cc6f6d296c14d3403 (patch) | |
tree | a1adec3c8de8bcd5b0af7a21274b6418ea366e59 | |
parent | b54052eb3bfad4637daf1bfab04c74b4d36f0686 (diff) | |
download | freebsd-ports-gnome-fddeff107442b778f50d3d7cc6f6d296c14d3403.tar.gz freebsd-ports-gnome-fddeff107442b778f50d3d7cc6f6d296c14d3403.tar.zst freebsd-ports-gnome-fddeff107442b778f50d3d7cc6f6d296c14d3403.zip |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/sdl_ttf/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 512ce8e0fbf0..7c2d96ad1dda 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -5,7 +5,7 @@ PORTNAME= sdl_ttf PORTVERSION= 2.0.11 PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ +MASTER_SITES= https://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/sdl_ttf/pkg-descr b/graphics/sdl_ttf/pkg-descr index f105e2225e7b..c404b8912fb7 100644 --- a/graphics/sdl_ttf/pkg-descr +++ b/graphics/sdl_ttf/pkg-descr @@ -12,4 +12,4 @@ and even the free "web" fonts they provide are only redistributable in their special executable installer form (May 1998). There are plenty of freeware and shareware fonts available on the Internet though, and may suit your purposes. -WWW: http://www.libsdl.org/projects/SDL_ttf/ +WWW: https://www.libsdl.org/projects/SDL_ttf/ |