Date: Wed, 25 Oct 2017 10:47:46 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452843 - in head: devel/sdl20 devel/sdl20/files x11/controllermap Message-ID: <201710251047.v9PAlkih099334@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Oct 25 10:47:46 2017 New Revision: 452843 URL: https://svnweb.freebsd.org/changeset/ports/452843 Log: devel/sdl20: update to 2.0.7 Changes: https://discourse.libsdl.org/t/sdl-2-0-7-released/23279 ABI: https://abi-laboratory.pro/tracker/timeline/sdl/ MFH: 2017Q4 (many regression fixes for 2.0.6) Deleted: head/devel/sdl20/files/patch-src_video_SDL__surface.c Modified: head/devel/sdl20/Makefile (contents, props changed) head/devel/sdl20/distinfo (contents, props changed) head/devel/sdl20/pkg-plist (contents, props changed) head/x11/controllermap/Makefile (contents, props changed) head/x11/controllermap/distinfo (contents, props changed) Modified: head/devel/sdl20/Makefile ============================================================================== --- head/devel/sdl20/Makefile Wed Oct 25 10:35:10 2017 (r452842) +++ head/devel/sdl20/Makefile Wed Oct 25 10:47:46 2017 (r452843) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2 -PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTVERSION= 2.0.7 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} Modified: head/devel/sdl20/distinfo ============================================================================== --- head/devel/sdl20/distinfo Wed Oct 25 10:35:10 2017 (r452842) +++ head/devel/sdl20/distinfo Wed Oct 25 10:47:46 2017 (r452843) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506106261 -SHA256 (SDL2-2.0.6.tar.gz) = 03658b5660d16d7b31263a691e058ed37acdab155d68dabbad79998fb552c5df -SIZE (SDL2-2.0.6.tar.gz) = 4420311 +TIMESTAMP = 1508786865 +SHA256 (SDL2-2.0.7.tar.gz) = ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e +SIZE (SDL2-2.0.7.tar.gz) = 4432499 Modified: head/devel/sdl20/pkg-plist ============================================================================== --- head/devel/sdl20/pkg-plist Wed Oct 25 10:35:10 2017 (r452842) +++ head/devel/sdl20/pkg-plist Wed Oct 25 10:47:46 2017 (r452843) @@ -60,6 +60,7 @@ include/SDL2/SDL_test_harness.h include/SDL2/SDL_test_images.h include/SDL2/SDL_test_log.h include/SDL2/SDL_test_md5.h +include/SDL2/SDL_test_memory.h include/SDL2/SDL_test_random.h include/SDL2/SDL_thread.h include/SDL2/SDL_timer.h @@ -72,7 +73,7 @@ include/SDL2/begin_code.h include/SDL2/close_code.h lib/cmake/SDL2/sdl2-config.cmake lib/libSDL2-2.0.so.0 -lib/libSDL2-2.0.so.0.6.0 +lib/libSDL2-2.0.so.0.7.0 lib/libSDL2.a lib/libSDL2.so lib/libSDL2_test.a Modified: head/x11/controllermap/Makefile ============================================================================== --- head/x11/controllermap/Makefile Wed Oct 25 10:35:10 2017 (r452842) +++ head/x11/controllermap/Makefile Wed Oct 25 10:47:46 2017 (r452843) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= controllermap -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= x11 MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL2-${DISTVERSION} Modified: head/x11/controllermap/distinfo ============================================================================== --- head/x11/controllermap/distinfo Wed Oct 25 10:35:10 2017 (r452842) +++ head/x11/controllermap/distinfo Wed Oct 25 10:47:46 2017 (r452843) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506106261 -SHA256 (SDL2-2.0.6.tar.gz) = 03658b5660d16d7b31263a691e058ed37acdab155d68dabbad79998fb552c5df -SIZE (SDL2-2.0.6.tar.gz) = 4420311 +TIMESTAMP = 1508786865 +SHA256 (SDL2-2.0.7.tar.gz) = ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e +SIZE (SDL2-2.0.7.tar.gz) = 4432499
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710251047.v9PAlkih099334>