Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 17:23:36 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324741 - in head: audio/sdl2_mixer devel/sdl20 graphics/sdl2_image graphics/sdl2_ttf net/sdl2_net
Message-ID:  <201308141723.r7EHNa1L053268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Wed Aug 14 17:23:35 2013
New Revision: 324741
URL: http://svnweb.freebsd.org/changeset/ports/324741

Log:
  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

Modified:
  head/audio/sdl2_mixer/Makefile
  head/audio/sdl2_mixer/distinfo
  head/devel/sdl20/Makefile
  head/devel/sdl20/distinfo
  head/devel/sdl20/pkg-plist   (contents, props changed)
  head/graphics/sdl2_image/Makefile
  head/graphics/sdl2_image/distinfo
  head/graphics/sdl2_ttf/Makefile
  head/graphics/sdl2_ttf/distinfo
  head/net/sdl2_net/Makefile
  head/net/sdl2_net/distinfo

Modified: head/audio/sdl2_mixer/Makefile
==============================================================================
--- head/audio/sdl2_mixer/Makefile	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/audio/sdl2_mixer/Makefile	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/audio/sdl2_mixer/distinfo
==============================================================================
--- head/audio/sdl2_mixer/distinfo	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/audio/sdl2_mixer/distinfo	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/devel/sdl20/Makefile
==============================================================================
--- head/devel/sdl20/Makefile	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/devel/sdl20/Makefile	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/devel/sdl20/distinfo
==============================================================================
--- head/devel/sdl20/distinfo	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/devel/sdl20/distinfo	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/devel/sdl20/pkg-plist
==============================================================================
--- head/devel/sdl20/pkg-plist	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/devel/sdl20/pkg-plist	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/graphics/sdl2_image/Makefile
==============================================================================
--- head/graphics/sdl2_image/Makefile	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/graphics/sdl2_image/Makefile	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/graphics/sdl2_image/distinfo
==============================================================================
--- head/graphics/sdl2_image/distinfo	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/graphics/sdl2_image/distinfo	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/graphics/sdl2_ttf/Makefile
==============================================================================
--- head/graphics/sdl2_ttf/Makefile	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/graphics/sdl2_ttf/Makefile	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/graphics/sdl2_ttf/distinfo
==============================================================================
--- head/graphics/sdl2_ttf/distinfo	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/graphics/sdl2_ttf/distinfo	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/net/sdl2_net/Makefile
==============================================================================
--- head/net/sdl2_net/Makefile	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/net/sdl2_net/Makefile	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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

Modified: head/net/sdl2_net/distinfo
==============================================================================
--- head/net/sdl2_net/distinfo	Wed Aug 14 17:07:32 2013	(r324740)
+++ head/net/sdl2_net/distinfo	Wed Aug 14 17:23:35 2013	(r324741)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308141723.r7EHNa1L053268>