diff options
author | ben <ben@pkgsrc.org> | 2004-02-27 00:22:07 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-02-27 00:22:07 +0000 |
commit | 237526920392613b0c9f74b429331af2254a0ffc (patch) | |
tree | 7f79afcb0fc969292190aef1b0408b39c0ad5718 | |
parent | 3de19a575169b29734968b9a6e363fc44a36853a (diff) | |
download | pkgsrc-237526920392613b0c9f74b429331af2254a0ffc.tar.gz |
Update SDL_gfx to 2.0.10. Update HOMEPAGE and MASTER_SITES. Make note
in CHANGES and remove from TODO.
-rw-r--r-- | devel/SDL_gfx/Makefile | 9 | ||||
-rw-r--r-- | devel/SDL_gfx/PLIST | 6 | ||||
-rw-r--r-- | devel/SDL_gfx/distinfo | 6 | ||||
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 1 |
5 files changed, 12 insertions, 13 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile index 665923592f8..1c33a9c1430 100644 --- a/devel/SDL_gfx/Makefile +++ b/devel/SDL_gfx/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/27 00:22:07 ben Exp $ # -DISTNAME= SDL_gfx-2.0.3 -PKGREVISION= 2 +DISTNAME= SDL_gfx-2.0.10 CATEGORIES= devel -MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/ +MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/ MAINTAINER= ben@NetBSD.org -HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/ +HOMEPAGE= http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/ COMMENT= Basic drawing routines for SDL USE_BUILDLINK2= YES diff --git a/devel/SDL_gfx/PLIST b/devel/SDL_gfx/PLIST index e3f24a03b8b..79d9b122211 100644 --- a/devel/SDL_gfx/PLIST +++ b/devel/SDL_gfx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/24 20:14:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/02/27 00:22:07 ben Exp $ include/SDL_framerate.h include/SDL_gfxPrimitives.h include/SDL_gfxPrimitives_font.h @@ -7,8 +7,8 @@ include/SDL_rotozoom.h lib/libSDL_gfx.a lib/libSDL_gfx.la lib/libSDL_gfx.so -lib/libSDL_gfx.so.0.0 -lib/libSDL_gfx.so.0 +lib/libSDL_gfx.so.10.0 +lib/libSDL_gfx.so.10 share/doc/SDL_gfx/blank.gif share/doc/SDL_gfx/framerate-thumb.png share/doc/SDL_gfx/framerate.fig diff --git a/devel/SDL_gfx/distinfo b/devel/SDL_gfx/distinfo index 58180b74972..fa62ee51e3c 100644 --- a/devel/SDL_gfx/distinfo +++ b/devel/SDL_gfx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/03/24 20:14:37 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/02/27 00:22:07 ben Exp $ -SHA1 (SDL_gfx-2.0.3.tar.gz) = 5112813e179146f3fb09194d7db2d9fdbf0c4314 -Size (SDL_gfx-2.0.3.tar.gz) = 507419 bytes +SHA1 (SDL_gfx-2.0.10.tar.gz) = 63a0622b1747563c149f4d588eae517e22e936bb +Size (SDL_gfx-2.0.10.tar.gz) = 530735 bytes diff --git a/doc/CHANGES b/doc/CHANGES index 9b9c22fa171..baabc03cdea 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5012 2004/02/26 22:56:56 agc Exp $ +$NetBSD: CHANGES,v 1.5013 2004/02/27 00:22:07 ben Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1063,3 +1063,4 @@ Changes to the packages collection and infrastructure in 2004: Updated gnome-mag to 0.10.7 [jmmv 2004-02-26] Added py-IndexedCatalog-0.6.0 [minskim 2004-02-26] Added jigdo-0.7.0 [agc 2004-02-26] + Updated SDL_gfx to 2.0.10 [ben 2004-02-26] @@ -121,7 +121,6 @@ Suggested package updates o ImageViewer-0.6.3 o SDL-1.2.7 - o SDL_gfx-2.0.10 o TeXmacs-1.0.3.3 o Xaw3d-1.5E o Xbae-4.50.0 |