diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-08-14 17:23:35 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-08-14 17:23:35 +0000 |
commit | 0fe3d4f76353de87a58ae8cdc9a4360dc94a1af0 (patch) | |
tree | ae1488ab9697bd7a4437be7978741c6f56042fd4 /audio/sdl2_mixer | |
parent | - Update to 0.96 . (diff) |
SDL2 has been officially released.
- Update devel/sdl20, audio/sdl2_mixer, graphics/sdl2_image,
graphics/sdl2_ttf and net/sdl2_net to version 2.0.0
Notes
Notes:
svn path=/head/; revision=324741
Diffstat (limited to 'audio/sdl2_mixer')
-rw-r--r-- | audio/sdl2_mixer/Makefile | 6 | ||||
-rw-r--r-- | audio/sdl2_mixer/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile index ac2b84a0f858..cbb264820f5d 100644 --- a/audio/sdl2_mixer/Makefile +++ b/audio/sdl2_mixer/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= sdl2_mixer -PORTVERSION= 2.0.p2 +PORTVERSION= 2.0.0 CATEGORIES= audio -MASTER_SITES= http://www.libsdl.org/tmp/SDL_mixer/release/ -DISTNAME= SDL2_mixer-2.0.0 +MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ +DISTNAME= SDL2_mixer-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A sample multi-channel audio mixer library diff --git a/audio/sdl2_mixer/distinfo b/audio/sdl2_mixer/distinfo index 4c8a6a954607..826cbc9aa0d4 100644 --- a/audio/sdl2_mixer/distinfo +++ b/audio/sdl2_mixer/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_mixer-2.0.0.tar.gz) = 24f110a15f841071bcdd70259d4da1f4caf67dd54926d2667297b0cf198acaa0 -SIZE (SDL2_mixer-2.0.0.tar.gz) = 10117945 +SHA256 (SDL2_mixer-2.0.0.tar.gz) = a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b +SIZE (SDL2_mixer-2.0.0.tar.gz) = 10119589 |