diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-11-17 12:33:49 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-11-17 12:33:49 +0000 |
commit | 7c19894cc2655ff3d2d6632c53bb6577e3ebe4b8 (patch) | |
tree | de53b60cb1c495c3a2b4f057658fd6262c6100e9 /graphics | |
parent | 8f22cca0da0b4cd357bb971d4fcef9d4c4f49ec5 (diff) | |
download | ports-7c19894cc2655ff3d2d6632c53bb6577e3ebe4b8.tar.gz ports-7c19894cc2655ff3d2d6632c53bb6577e3ebe4b8.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sdl2_gfx/Makefile | 1 | ||||
-rw-r--r-- | graphics/sdl2_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl2_ttf/Makefile | 2 |
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} |