diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-03 04:53:59 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-03 04:53:59 +0000 |
commit | d7b144abb6f3c904975059137234b8e27d7fd390 (patch) | |
tree | 6a09157d881fcb588ef78a0e08fbf687d653dff7 /devel/sdl10 | |
parent | 90c357339602faf9b56d261bb8ad19a07c7f4a9d (diff) | |
download | FreeBSD-ports-d7b144abb6f3c904975059137234b8e27d7fd390.zip FreeBSD-ports-d7b144abb6f3c904975059137234b8e27d7fd390.tar.gz |
Update to version 1.0.3.
Diffstat (limited to 'devel/sdl10')
-rw-r--r-- | devel/sdl10/Makefile | 11 | ||||
-rw-r--r-- | devel/sdl10/distinfo | 2 | ||||
-rw-r--r-- | devel/sdl10/pkg-plist | 38 |
3 files changed, 7 insertions, 44 deletions
diff --git a/devel/sdl10/Makefile b/devel/sdl10/Makefile index 4cce49b..c53b3d5 100644 --- a/devel/sdl10/Makefile +++ b/devel/sdl10/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: SDL -# Version required: 1.0.1 +# Version required: 1.0.3 # Date created: 8 August 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= SDL-1.0.1 -PKGNAME= sdl-1.0.1 -CATEGORIES= devel audio +DISTNAME= SDL-1.0.3 +PKGNAME= sdl-1.0.3 +CATEGORIES= devel MASTER_SITES= http://www.devolution.com/~slouken/SDL/release/ MAINTAINER= andy@icc.surw.chel.su @@ -32,10 +32,9 @@ CFLAGS+= -I${LOCALBASE}/include/pthread/linuxthreads post-install: @ ${MKDIR} ${PREFIX}/share/examples/SDL - @ ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/SDL -.for file in BUGS COPYING CREDITS README TODO WhatsNew docs.html +.for file in BUGS COPYING CREDITS README WhatsNew docs.html @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL .endfor @ cd ${WRKSRC}/docs; tar cf - audio cdrom events images index.html threads video | \ diff --git a/devel/sdl10/distinfo b/devel/sdl10/distinfo index 22a6b75..f84b72a 100644 --- a/devel/sdl10/distinfo +++ b/devel/sdl10/distinfo @@ -1 +1 @@ -MD5 (SDL-1.0.1.tar.gz) = 0bc636a2f96c6451a5046c5f20fa0536 +MD5 (SDL-1.0.3.tar.gz) = b5592e3ff5c35612a9295cf05a24ffbe diff --git a/devel/sdl10/pkg-plist b/devel/sdl10/pkg-plist index f020ec9..d4a9c78 100644 --- a/devel/sdl10/pkg-plist +++ b/devel/sdl10/pkg-plist @@ -24,7 +24,7 @@ include/SDL/SDL_video.h include/SDL/begin_code.h include/SDL/close_code.h lib/libSDL-1.0.so -lib/libSDL-1.0.so.0 +lib/libSDL-1.0.so.2 lib/libSDL.a lib/libSDL.la lib/libSDL.so @@ -36,7 +36,6 @@ share/doc/SDL/BUGS share/doc/SDL/COPYING share/doc/SDL/CREDITS share/doc/SDL/README -share/doc/SDL/TODO share/doc/SDL/WhatsNew share/doc/SDL/audio/examples.html share/doc/SDL/audio/funclist.html @@ -58,41 +57,6 @@ share/doc/SDL/video/examples.html share/doc/SDL/video/funclist.html share/doc/SDL/video/functions.html share/doc/SDL/video/index.html -share/examples/SDL/COPYING -share/examples/SDL/Makefile.am -share/examples/SDL/Makefile.in -share/examples/SDL/README -share/examples/SDL/acinclude.m4 -share/examples/SDL/aclocal.m4 -share/examples/SDL/autogen.sh -share/examples/SDL/checkkeys.c -share/examples/SDL/configure -share/examples/SDL/configure.in -share/examples/SDL/graywin.c -share/examples/SDL/icon.bmp -share/examples/SDL/install-sh -share/examples/SDL/loopwave.c -share/examples/SDL/missing -share/examples/SDL/mkinstalldirs -share/examples/SDL/picture.xbm -share/examples/SDL/sample.bmp -share/examples/SDL/sample.wav -share/examples/SDL/testalpha.c -share/examples/SDL/testbitmap.c -share/examples/SDL/testcdrom.c -share/examples/SDL/testerror.c -share/examples/SDL/testhread.c -share/examples/SDL/testkeys.c -share/examples/SDL/testlock.c -share/examples/SDL/testsprite.c -share/examples/SDL/testtimer.c -share/examples/SDL/testtypes.c -share/examples/SDL/testver.c -share/examples/SDL/testvidinfo.c -share/examples/SDL/testwin.c -share/examples/SDL/testwm.c -share/examples/SDL/threadwin.c -@dirrm share/examples/SDL @dirrm share/doc/SDL/video @dirrm share/doc/SDL/threads @dirrm share/doc/SDL/images |