diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
commit | 0d2725682b8325a08b11592d11062997bb9dc7f2 (patch) | |
tree | 46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /graphics/sdl_ttf | |
parent | 750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff) | |
download | ports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip |
Notes
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 5 | ||||
-rw-r--r-- | graphics/sdl_ttf/distinfo | 6 | ||||
-rw-r--r-- | graphics/sdl_ttf/files/patch-aa | 9 | ||||
-rw-r--r-- | graphics/sdl_ttf/pkg-plist | 5 |
4 files changed, 8 insertions, 17 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index ae116d263136..2bf22d3c1113 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sdl_ttf -PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTVERSION= 2.0.8 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} @@ -24,7 +24,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ARGS= LT_CURRENT=3 LT_REVISION=0 LT_AGE=0 USE_LDCONFIG= yes post-install: diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo index 5c3a4abdee45..1b5687245165 100644 --- a/graphics/sdl_ttf/distinfo +++ b/graphics/sdl_ttf/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_ttf-2.0.7.tar.gz) = 0f6ee1a502e6913a412aac353dc75bbc -SHA256 (SDL_ttf-2.0.7.tar.gz) = 6dee151cee5f421828c9a20d19a3f06037c4e9eb9456f5143f02aa1ea17de3bc -SIZE (SDL_ttf-2.0.7.tar.gz) = 1889705 +MD5 (SDL_ttf-2.0.8.tar.gz) = 094b6c08769e9842dbe1dfb5efa22df7 +SHA256 (SDL_ttf-2.0.8.tar.gz) = 6f57c879c0d15211f468aac48ed43653103bbe701a3f1cff462107ad1f74c5bc +SIZE (SDL_ttf-2.0.8.tar.gz) = 2457385 diff --git a/graphics/sdl_ttf/files/patch-aa b/graphics/sdl_ttf/files/patch-aa index 08f10d948489..95d4ef7aa306 100644 --- a/graphics/sdl_ttf/files/patch-aa +++ b/graphics/sdl_ttf/files/patch-aa @@ -3,15 +3,6 @@ $FreeBSD$ --- Makefile.in.orig +++ Makefile.in -@@ -225,7 +225,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - lib_LTLIBRARIES = libSDL_ttf.la --libSDL_ttfincludedir = $(includedir)/SDL -+libSDL_ttfincludedir = $(includedir)/SDL11 - libSDL_ttfinclude_HEADERS = \ - SDL_ttf.h - @@ -243,7 +243,6 @@ libSDL_ttf_la_LDFLAGS = \ diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist index b209949084f6..7f20ac88523e 100644 --- a/graphics/sdl_ttf/pkg-plist +++ b/graphics/sdl_ttf/pkg-plist @@ -1,7 +1,8 @@ bin/glfont bin/showfont -include/SDL11/SDL_ttf.h +include/SDL/SDL_ttf.h lib/libSDL_ttf.a lib/libSDL_ttf.la lib/libSDL_ttf.so -lib/libSDL_ttf.so.3 +lib/libSDL_ttf.so.6 +@dirrmtry include/SDL |