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/sdl_ttf | |
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/sdl_ttf')
-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 |
3 files changed, 7 insertions, 5 deletions
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 |