aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-08-15 01:23:35 +0800
committermva <mva@FreeBSD.org>2013-08-15 01:23:35 +0800
commita04b017c5b98484e6df3f7cd4fe0da920e66653f (patch)
treeae1488ab9697bd7a4437be7978741c6f56042fd4
parent9ee34cfec43e6bb9128cad30aacbc1547c35bbd4 (diff)
downloadfreebsd-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
-rw-r--r--audio/sdl2_mixer/Makefile6
-rw-r--r--audio/sdl2_mixer/distinfo4
-rw-r--r--devel/sdl20/Makefile6
-rw-r--r--devel/sdl20/distinfo4
-rw-r--r--devel/sdl20/pkg-plist6
-rw-r--r--graphics/sdl2_image/Makefile6
-rw-r--r--graphics/sdl2_image/distinfo4
-rw-r--r--graphics/sdl2_ttf/Makefile6
-rw-r--r--graphics/sdl2_ttf/distinfo4
-rw-r--r--net/sdl2_net/Makefile6
-rw-r--r--net/sdl2_net/distinfo4
11 files changed, 29 insertions, 27 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
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index 3a6c8f6f0e01..6852cd43eed2 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= sdl2
-PORTVERSION= 2.0.p7353
+PORTVERSION= 2.0.0
CATEGORIES= devel
-MASTER_SITES= http://www.libsdl.org/tmp/
-DISTNAME= SDL-2.0.0-7353
+MASTER_SITES= http://www.libsdl.org/release/
+DISTNAME= SDL2-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= Cross-platform multimedia development API
diff --git a/devel/sdl20/distinfo b/devel/sdl20/distinfo
index 60cbfbae3887..b24ef4d904e2 100644
--- a/devel/sdl20/distinfo
+++ b/devel/sdl20/distinfo
@@ -1,2 +1,2 @@
-SHA256 (SDL-2.0.0-7353.tar.gz) = a92e8cdd7d42d863412468f086524cd844d92f2515a1c2d1a68cce861bd60575
-SIZE (SDL-2.0.0-7353.tar.gz) = 3738980
+SHA256 (SDL2-2.0.0.tar.gz) = 6f6ac8153d90e06a118474d5400624ae82b3d3e080915505db27cebc52b27178
+SIZE (SDL2-2.0.0.tar.gz) = 3623960
diff --git a/devel/sdl20/pkg-plist b/devel/sdl20/pkg-plist
index 7506e3aca205..31c9d8844290 100644
--- a/devel/sdl20/pkg-plist
+++ b/devel/sdl20/pkg-plist
@@ -71,10 +71,12 @@ include/SDL2/SDL_version.h
include/SDL2/SDL_video.h
include/SDL2/begin_code.h
include/SDL2/close_code.h
+share/aclocal/sdl2.m4
lib/libSDL2.a
lib/libSDL2.so
-lib/libSDL2.so.0
-lib/libSDL2.so.2.0.0
+lib/libSDL2-2.0.so
+lib/libSDL2-2.0.so.0
+lib/libSDL2-2.0.so.0.0.0
lib/libSDL2main.a
libdata/pkgconfig/sdl2.pc
@dirrm include/SDL2
diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile
index 3d8beb12cd70..0b380683881a 100644
--- a/graphics/sdl2_image/Makefile
+++ b/graphics/sdl2_image/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= sdl2_image
-PORTVERSION= 2.0.p2
+PORTVERSION= 2.0.0
CATEGORIES= graphics
-MASTER_SITES= http://www.libsdl.org/tmp/SDL_image/release/
-DISTNAME= SDL2_image-2.0.0
+MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
+DISTNAME= SDL2_image-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= A simple library to load images of various formats as SDL surfaces
diff --git a/graphics/sdl2_image/distinfo b/graphics/sdl2_image/distinfo
index 902943df28a7..579f9dbb5f1f 100644
--- a/graphics/sdl2_image/distinfo
+++ b/graphics/sdl2_image/distinfo
@@ -1,2 +1,2 @@
-SHA256 (SDL2_image-2.0.0.tar.gz) = a005117a6122dbaec24eab29724582eed6e24e8a3081178fec77888d338cc0c3
-SIZE (SDL2_image-2.0.0.tar.gz) = 8398364
+SHA256 (SDL2_image-2.0.0.tar.gz) = b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234
+SIZE (SDL2_image-2.0.0.tar.gz) = 8398016
diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile
index 05505ad92e8a..e027474f7b3f 100644
--- a/graphics/sdl2_ttf/Makefile
+++ b/graphics/sdl2_ttf/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= sdl2_ttf
-PORTVERSION= 2.0.p2
+PORTVERSION= 2.0.12
CATEGORIES= graphics
-MASTER_SITES= http://www.libsdl.org/tmp/SDL_ttf/release/
-DISTNAME= SDL2_ttf-2.0.12
+MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
+DISTNAME= SDL2_ttf-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= A library to use TrueType fonts to render text in SDL applications
diff --git a/graphics/sdl2_ttf/distinfo b/graphics/sdl2_ttf/distinfo
index 3a116a2c4b0f..755d9b3055e3 100644
--- a/graphics/sdl2_ttf/distinfo
+++ b/graphics/sdl2_ttf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (SDL2_ttf-2.0.12.tar.gz) = ca666818e8d95bc3a113ceaf5099ed50befd23ca39205edbadca69e051bd9e0c
-SIZE (SDL2_ttf-2.0.12.tar.gz) = 5517152
+SHA256 (SDL2_ttf-2.0.12.tar.gz) = 8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e
+SIZE (SDL2_ttf-2.0.12.tar.gz) = 5517665
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