diff options
author | mva <mva@FreeBSD.org> | 2013-08-15 01:23:35 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-08-15 01:23:35 +0800 |
commit | a04b017c5b98484e6df3f7cd4fe0da920e66653f (patch) | |
tree | ae1488ab9697bd7a4437be7978741c6f56042fd4 /net | |
parent | 9ee34cfec43e6bb9128cad30aacbc1547c35bbd4 (diff) | |
download | freebsd-ports-gnome-a04b017c5b98484e6df3f7cd4fe0da920e66653f.tar.gz freebsd-ports-gnome-a04b017c5b98484e6df3f7cd4fe0da920e66653f.tar.zst freebsd-ports-gnome-a04b017c5b98484e6df3f7cd4fe0da920e66653f.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/sdl2_net/Makefile | 6 | ||||
-rw-r--r-- | net/sdl2_net/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/sdl2_net/Makefile b/net/sdl2_net/Makefile index 15cb2e92b213..d33a8fb7f2e0 100644 --- a/net/sdl2_net/Makefile +++ b/net/sdl2_net/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= sdl2_net -PORTVERSION= 2.0.p2 +PORTVERSION= 2.0.0 CATEGORIES= net -MASTER_SITES= http://www.libsdl.org/tmp/SDL_net/release/ -DISTNAME= SDL2_net-2.0.0 +MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ +DISTNAME= SDL2_net-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= A small sample cross-platform networking library diff --git a/net/sdl2_net/distinfo b/net/sdl2_net/distinfo index e121ed43d017..99c91f2fe0d5 100644 --- a/net/sdl2_net/distinfo +++ b/net/sdl2_net/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_net-2.0.0.tar.gz) = c7dba51473417823c5334f315f80d395474a7b033ff2de1f257abe4510082d47 -SIZE (SDL2_net-2.0.0.tar.gz) = 345149 +SHA256 (SDL2_net-2.0.0.tar.gz) = d715be30783cc99e541626da52079e308060b21d4f7b95f0224b1d06c1faacab +SIZE (SDL2_net-2.0.0.tar.gz) = 345724 |