diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-08-11 06:57:34 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-08-11 06:57:34 +0000 |
commit | 3c5a29be3d859edb0f7cf74a5e9fbb82451bfeaa (patch) | |
tree | 65abd3dbeab05281bfeba60643203fc72e5ba70a /x11-toolkits | |
parent | 8ba3678bb47b3770aa264300daf5f852be9d6adb (diff) | |
download | ports-3c5a29be3d859edb0f7cf74a5e9fbb82451bfeaa.tar.gz ports-3c5a29be3d859edb0f7cf74a5e9fbb82451bfeaa.zip |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
Notes
Notes:
svn path=/head/; revision=259098
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/paragui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index d2fc7081671a..bb37efc763b3 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= paragui PORTVERSION= 1.1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index bf9fcb7e7de6..5d5ef05a3af8 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -8,7 +8,7 @@ PORTNAME= paragui PORTVERSION= 1.0.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile index 13d1d93e70b4..81003ff290e8 100644 --- a/x11-toolkits/sdl_gui/Makefile +++ b/x11-toolkits/sdl_gui/Makefile @@ -8,7 +8,7 @@ PORTNAME= sdl_gui PORTVERSION= 0.10.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-toolkits MASTER_SITES= http://rhk.dataslab.com/SDL_gui/ DISTNAME= SDL_gui-${PORTVERSION} |