diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-11 22:47:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-11 22:47:52 +0800 |
commit | ad2ecc86c88acdcfc225221c234b9b99b39d66fe (patch) | |
tree | 787a79ce1f427faced50a48a50afd29f386c3539 /graphics/sdl_image | |
parent | f0166a691c79d10f0526f92b72e367b713a216f7 (diff) | |
download | freebsd-ports-gnome-ad2ecc86c88acdcfc225221c234b9b99b39d66fe.tar.gz freebsd-ports-gnome-ad2ecc86c88acdcfc225221c234b9b99b39d66fe.tar.zst freebsd-ports-gnome-ad2ecc86c88acdcfc225221c234b9b99b39d66fe.zip |
Update to 1.1.0.
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 |