aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-11-17 20:33:49 +0800
committermva <mva@FreeBSD.org>2013-11-17 20:33:49 +0800
commitfc647b1b5f6f78d3a8cb964c34144e5bb8319b97 (patch)
treede53b60cb1c495c3a2b4f057658fd6262c6100e9 /graphics
parent9b6f34c36cade35f832dc03e1c308e48760e6d6a (diff)
downloadfreebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.tar.gz
freebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.tar.zst
freebsd-ports-gnome-fc647b1b5f6f78d3a8cb964c34144e5bb8319b97.zip
- Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well - Fix library naming to ensure backwards compatibility on minor version changes - Bump the PORTREVISION on ports depending on devel/sdl20, since its shared library name changed PR: ports/183975 Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sdl2_gfx/Makefile1
-rw-r--r--graphics/sdl2_image/Makefile2
-rw-r--r--graphics/sdl2_ttf/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/graphics/sdl2_gfx/Makefile b/graphics/sdl2_gfx/Makefile
index 0001a950662a..fc751d07cf11 100644
--- a/graphics/sdl2_gfx/Makefile
+++ b/graphics/sdl2_gfx/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sdl2_gfx
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/
MASTER_SITE_SUBDIR= SDL2_gfx
diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile
index 9b4d957d4aa7..581eee491baf 100644
--- a/graphics/sdl2_image/Makefile
+++ b/graphics/sdl2_image/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sdl2_image
PORTVERSION= 2.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
DISTNAME= SDL2_image-${PORTVERSION}
diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile
index b5e544e3a3e6..34e227508db6 100644
--- a/graphics/sdl2_ttf/Makefile
+++ b/graphics/sdl2_ttf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sdl2_ttf
PORTVERSION= 2.0.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL2_ttf-${PORTVERSION}