diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-11 14:47:52 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-11 14:47:52 +0000 |
commit | 7970bc04dda32ee94877a919a2a72af7799bb4ee (patch) | |
tree | 23b0fdeef9c3156ac9dd7fff77aa5e8a3e7b50aa /graphics/sdl_image | |
parent | 8f4b0f1cf7baf9bdad5199d7e286b61778c7b56c (diff) | |
download | ports-7970bc04dda32ee94877a919a2a72af7799bb4ee.tar.gz ports-7970bc04dda32ee94877a919a2a72af7799bb4ee.zip |
Notes
Diffstat (limited to 'graphics/sdl_image')
-rw-r--r-- | graphics/sdl_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_image/distinfo | 2 | ||||
-rw-r--r-- | graphics/sdl_image/files/patch-ac | 11 | ||||
-rw-r--r-- | graphics/sdl_image/pkg-plist | 2 |
4 files changed, 14 insertions, 3 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index cfdfa32919b6..a40a58f4605f 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdl_image -PORTVERSION= 1.0.10 +PORTVERSION= 1.1.0 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/src/ DISTNAME= SDL_image-${PORTVERSION} diff --git a/graphics/sdl_image/distinfo b/graphics/sdl_image/distinfo index 464a620907de..feff214c0103 100644 --- a/graphics/sdl_image/distinfo +++ b/graphics/sdl_image/distinfo @@ -1 +1 @@ -MD5 (SDL_image-1.0.10.tar.gz) = 40acc75d921529354b3925d1aac65e4e +MD5 (SDL_image-1.1.0.tar.gz) = 47467edc6a90c1d8b54f3b984a85c859 diff --git a/graphics/sdl_image/files/patch-ac b/graphics/sdl_image/files/patch-ac new file mode 100644 index 000000000000..c6086becc0e6 --- /dev/null +++ b/graphics/sdl_image/files/patch-ac @@ -0,0 +1,11 @@ +--- configure 2000/12/11 14:34:53 1.1 ++++ configure 2000/12/11 14:35:05 +@@ -581,7 +581,7 @@ + + # libtool versioning + LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION +-LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE` ++LT_CURRENT=10 + LT_REVISION=$INTERFACE_AGE + LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE` + diff --git a/graphics/sdl_image/pkg-plist b/graphics/sdl_image/pkg-plist index 388db1755053..d352703b4557 100644 --- a/graphics/sdl_image/pkg-plist +++ b/graphics/sdl_image/pkg-plist @@ -2,4 +2,4 @@ bin/showimage include/SDL11/SDL_image.h lib/libSDL_image.a lib/libSDL_image.so -lib/libSDL_image.so.9 +lib/libSDL_image.so.10 |