diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-21 19:08:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-21 19:08:33 +0000 |
commit | f39f3d48d76493ba0634df2077a54d1da7619fc5 (patch) | |
tree | 11d112b81f599e305a330a63500bf84608fc43d6 /audio/sdl2_mixer | |
parent | 52ea090f59445101de84efcacc579d971d1a3ad5 (diff) | |
download | ports-f39f3d48d76493ba0634df2077a54d1da7619fc5.tar.gz ports-f39f3d48d76493ba0634df2077a54d1da7619fc5.zip |
Notes
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 |