Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2018 11:52:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
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
Message-ID:  <201802141152.w1EBqRlV046996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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