From owner-svn-ports-head@freebsd.org Wed Oct 25 10:47:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4338EE463F7; Wed, 25 Oct 2017 10:47:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D5876761D; Wed, 25 Oct 2017 10:47:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9PAllcM099339; Wed, 25 Oct 2017 10:47:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9PAlkih099334; Wed, 25 Oct 2017 10:47:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710251047.v9PAlkih099334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 25 Oct 2017 10:47:46 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: devel/sdl20 devel/sdl20/files x11/controllermap X-SVN-Commit-Revision: 452843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 10:47:48 -0000 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