diff options
author | mva <mva@FreeBSD.org> | 2010-08-11 14:57:34 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-08-11 14:57:34 +0800 |
commit | 282f65c164b57cb905761a2a7b9e9fcdbf2843b3 (patch) | |
tree | 891086acfa9ccf0f595b3bf5c7cd134aecbb2639 /graphics | |
parent | 2b19bc16480c4de1060ee36cf9a533ba9721be62 (diff) | |
download | freebsd-ports-gnome-282f65c164b57cb905761a2a7b9e9fcdbf2843b3.tar.gz freebsd-ports-gnome-282f65c164b57cb905761a2a7b9e9fcdbf2843b3.tar.zst freebsd-ports-gnome-282f65c164b57cb905761a2a7b9e9fcdbf2843b3.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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grafx2/Makefile | 2 | ||||
-rw-r--r-- | graphics/lcdtest/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/Makefile | 3 | ||||
-rw-r--r-- | graphics/sdl_ttf/distinfo | 6 | ||||
-rw-r--r-- | graphics/sdl_ttf/pkg-plist | 3 |
5 files changed, 9 insertions, 7 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 1294893a5561..d8f881fbd8ec 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -8,7 +8,7 @@ PORTNAME= grafx2 DISTVERSION= 2.00b98.0 DISTVERSIONSUFFIX= -svn482 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz diff --git a/graphics/lcdtest/Makefile b/graphics/lcdtest/Makefile index ad1f34e79c41..7be485210894 100644 --- a/graphics/lcdtest/Makefile +++ b/graphics/lcdtest/Makefile @@ -7,7 +7,7 @@ PORTNAME= lcdtest PORTVERSION= 1.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.brouhaha.com/~eric/software/lcdtest/download/ \ http://www.predatorlabs.net/dl/ diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 2e5fba3607c8..419b0a5074fb 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdl_ttf -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} @@ -19,6 +19,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_AUTOTOOLS= libtool:22 USE_SDL= sdl USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo index b3c4ae2c53c3..ba0551d3ec5a 100644 --- a/graphics/sdl_ttf/distinfo +++ b/graphics/sdl_ttf/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_ttf-2.0.9.tar.gz) = 6dd5a85e4924689a35a5fb1cb3336156 -SHA256 (SDL_ttf-2.0.9.tar.gz) = b4248876798b43d0fae1931cf8ae249f4f67a87736f97183f035f34aab554653 -SIZE (SDL_ttf-2.0.9.tar.gz) = 3143838 +MD5 (SDL_ttf-2.0.10.tar.gz) = 814e6e17e8879254208d23b3b7e0354b +SHA256 (SDL_ttf-2.0.10.tar.gz) = 7d38704bcc7c34029c2dcb73b2d4857e8ad76341c6e0faed279eb9f743c66c6a +SIZE (SDL_ttf-2.0.10.tar.gz) = 1326737 diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist index 613d03b9ec5e..b22674213029 100644 --- a/graphics/sdl_ttf/pkg-plist +++ b/graphics/sdl_ttf/pkg-plist @@ -2,8 +2,9 @@ bin/glfont bin/sdl-showfont include/SDL/SDL_ttf.h lib/libSDL_ttf-2.0.so -lib/libSDL_ttf-2.0.so.6 +lib/libSDL_ttf-2.0.so.10 lib/libSDL_ttf.a lib/libSDL_ttf.la lib/libSDL_ttf.so +libdata/pkgconfig/SDL_ttf.pc @dirrmtry include/SDL |