diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-21 19:09:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-21 19:09:28 +0000 |
commit | 8f47a48540de7f10dec0e174e7af89c9c95b6405 (patch) | |
tree | 733ba56f0d33f2819a87276f349aff20977bd825 /graphics/sdl_image | |
parent | 48f7ba1ab98172444846d4f93241f161ee367ccb (diff) | |
download | ports-8f47a48540de7f10dec0e174e7af89c9c95b6405.tar.gz ports-8f47a48540de7f10dec0e174e7af89c9c95b6405.zip |
Notes
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/ |