From owner-svn-ports-all@freebsd.org Wed Feb 14 11:52:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3192F1AB84; Wed, 14 Feb 2018 11:52:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A1AF72D2C; Wed, 14 Feb 2018 11:52:28 +0000 (UTC) (envelope-from amdmi3@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64D3476F8; Wed, 14 Feb 2018 11:52:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1EBqSTe047000; Wed, 14 Feb 2018 11:52:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1EBqRlV046996; Wed, 14 Feb 2018 11:52:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802141152.w1EBqRlV046996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 14 Feb 2018 11:52:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461778 - in head/graphics/sdl2_image: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/graphics/sdl2_image: . files X-SVN-Commit-Revision: 461778 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2018 11:52:29 -0000 Author: amdmi3 Date: Wed Feb 14 11:52:27 2018 New Revision: 461778 URL: https://svnweb.freebsd.org/changeset/ports/461778 Log: - Update to 2.0.2 - Make sure no bundled libraries are used - Update WWW Deleted: head/graphics/sdl2_image/files/ Modified: head/graphics/sdl2_image/Makefile head/graphics/sdl2_image/distinfo head/graphics/sdl2_image/pkg-descr head/graphics/sdl2_image/pkg-plist Modified: head/graphics/sdl2_image/Makefile ============================================================================== --- head/graphics/sdl2_image/Makefile Wed Feb 14 11:52:10 2018 (r461777) +++ head/graphics/sdl2_image/Makefile Wed Feb 14 11:52:27 2018 (r461778) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_image -PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTVERSION= 2.0.2 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} @@ -30,5 +29,8 @@ TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_CONFIGURE_ENABLE= tif WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_CONFIGURE_ENABLE= webp + +post-extract: + @${RM} -rf ${WRKSRC}/external .include Modified: head/graphics/sdl2_image/distinfo ============================================================================== --- head/graphics/sdl2_image/distinfo Wed Feb 14 11:52:10 2018 (r461777) +++ head/graphics/sdl2_image/distinfo Wed Feb 14 11:52:27 2018 (r461778) @@ -1,2 +1,3 @@ -SHA256 (SDL2_image-2.0.1.tar.gz) = 3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64 -SIZE (SDL2_image-2.0.1.tar.gz) = 7797848 +TIMESTAMP = 1518452051 +SHA256 (SDL2_image-2.0.2.tar.gz) = 72df075aef91fc4585098ea7e0b072d416ec7599aa10473719fbe51e9b8f6ce8 +SIZE (SDL2_image-2.0.2.tar.gz) = 8680980 Modified: head/graphics/sdl2_image/pkg-descr ============================================================================== --- head/graphics/sdl2_image/pkg-descr Wed Feb 14 11:52:10 2018 (r461777) +++ head/graphics/sdl2_image/pkg-descr Wed Feb 14 11:52:27 2018 (r461778) @@ -15,4 +15,4 @@ Note that IMG_Load_RW cannot load TGA images. An example program 'showimage' is included, with source in showimage.c -WWW: http://www.libsdl.org/projects/SDL_image/ +WWW: https://www.libsdl.org/projects/SDL_image/ Modified: head/graphics/sdl2_image/pkg-plist ============================================================================== --- head/graphics/sdl2_image/pkg-plist Wed Feb 14 11:52:10 2018 (r461777) +++ head/graphics/sdl2_image/pkg-plist Wed Feb 14 11:52:27 2018 (r461778) @@ -1,6 +1,6 @@ include/SDL2/SDL_image.h lib/libSDL2_image-2.0.so.0 -lib/libSDL2_image-2.0.so.0.0.1 +lib/libSDL2_image-2.0.so.0.2.0 lib/libSDL2_image.a lib/libSDL2_image.so libdata/pkgconfig/SDL2_image.pc