diff options
Diffstat (limited to 'graphics/sdl_image')
-rw-r--r-- | graphics/sdl_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_image/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index acd81538eddc..da67c50dc8c1 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -5,7 +5,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 PORTREVISION= 12 CATEGORIES= graphics -MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ +MASTER_SITES= https://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/sdl_image/pkg-descr b/graphics/sdl_image/pkg-descr index 83855f2811c5..4988823c3fab 100644 --- a/graphics/sdl_image/pkg-descr +++ b/graphics/sdl_image/pkg-descr @@ -15,4 +15,4 @@ Note that IMG_Load_RW cannot load TGA images. An example program 'showimage' is included, with source in showimage.c -WWW: http://www.libsdl.org/projects/SDL_image/ +WWW: https://www.libsdl.org/projects/SDL_image/ |