diff options
Diffstat (limited to 'audio/sdl2_mixer')
-rw-r--r-- | audio/sdl2_mixer/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl2_mixer/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile index f70e3bfb4811..7af725d7024d 100644 --- a/audio/sdl2_mixer/Makefile +++ b/audio/sdl2_mixer/Makefile @@ -4,7 +4,7 @@ PORTNAME= sdl2_mixer PORTVERSION= 2.0.4 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ +MASTER_SITES= https://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL2_mixer-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org diff --git a/audio/sdl2_mixer/pkg-descr b/audio/sdl2_mixer/pkg-descr index 4ba39805f1c8..45c858b190d8 100644 --- a/audio/sdl2_mixer/pkg-descr +++ b/audio/sdl2_mixer/pkg-descr @@ -3,4 +3,4 @@ of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3 libraries. -WWW: http://www.libsdl.org/projects/SDL_mixer/index.html +WWW: https://www.libsdl.org/projects/SDL_mixer/index.html |