diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 20:25:58 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 20:25:58 +0800 |
commit | a75f27ad08fbcd2c376e93593cf8cd675cc75512 (patch) | |
tree | deaa1f92333b74d4cc0e9a70b812ddfd5086f9bb /graphics | |
parent | 206358733ccbdc9ad4a5171789950ae668342308 (diff) | |
download | freebsd-ports-gnome-a75f27ad08fbcd2c376e93593cf8cd675cc75512.tar.gz freebsd-ports-gnome-a75f27ad08fbcd2c376e93593cf8cd675cc75512.tar.zst freebsd-ports-gnome-a75f27ad08fbcd2c376e93593cf8cd675cc75512.zip |
Update to 2.0.4.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/distinfo | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/files/patch-configure | 11 | ||||
-rw-r--r-- | graphics/sdl_ttf/pkg-plist | 1 |
4 files changed, 4 insertions, 12 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 4fd59c6dfe61..e83ea58ebbf4 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdl_ttf -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo index 06d56332983c..66689cddbc51 100644 --- a/graphics/sdl_ttf/distinfo +++ b/graphics/sdl_ttf/distinfo @@ -1 +1 @@ -MD5 (SDL_ttf-2.0.3.tar.gz) = 29d12d1b883bf834c291c93f52ba8dc5 +MD5 (SDL_ttf-2.0.4.tar.gz) = b4a9ba0d9d6240f35774651fea75dcba diff --git a/graphics/sdl_ttf/files/patch-configure b/graphics/sdl_ttf/files/patch-configure index f188d2b73d9e..3b8cdca18e4f 100644 --- a/graphics/sdl_ttf/files/patch-configure +++ b/graphics/sdl_ttf/files/patch-configure @@ -3,21 +3,12 @@ $FreeBSD$ --- configure.orig Thu Jun 21 08:22:18 2001 +++ configure Tue Jun 26 13:02:00 2001 -@@ -553,7 +553,7 @@ - # if backwards compatibility has been broken, - # set BINARY_AGE and INTERFACE_AGE to 0. - --MAJOR_VERSION=2 -+MAJOR_VERSION=3 - MINOR_VERSION=0 - MICRO_VERSION=3 - INTERFACE_AGE=3 @@ -569,7 +569,7 @@ # libtool versioning LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION -LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE` -+LT_CURRENT=$MAJOR_VERSION ++LT_CURRENT=3 LT_REVISION=$INTERFACE_AGE LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE` diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist index cd2690746b59..873f4cdf0aed 100644 --- a/graphics/sdl_ttf/pkg-plist +++ b/graphics/sdl_ttf/pkg-plist @@ -1,3 +1,4 @@ +bin/glfont bin/showfont include/SDL11/SDL_ttf.h lib/libSDL_ttf.a |