diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2009-12-26 14:20:29 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2009-12-26 14:20:29 +0000 |
commit | 96b5e80eb0c268aaba34f8125846c4c0861da0e1 (patch) | |
tree | fb64bff36f00dd2dc8094c78413ee5a903e2284c | |
parent | 172f0797a0e840d2c22d2b80d437b421b6e9ef80 (diff) | |
download | ports-96b5e80eb0c268aaba34f8125846c4c0861da0e1.tar.gz ports-96b5e80eb0c268aaba34f8125846c4c0861da0e1.zip |
Notes
-rw-r--r-- | devel/guichan/Makefile | 4 | ||||
-rw-r--r-- | devel/guichan/distinfo | 6 | ||||
-rw-r--r-- | devel/guichan/pkg-plist | 11 | ||||
-rw-r--r-- | games/diameter/Makefile | 2 | ||||
-rw-r--r-- | games/tmw/Makefile | 2 |
5 files changed, 14 insertions, 11 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 7498e1879e11..02b885c667eb 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -6,8 +6,7 @@ # PORTNAME= guichan -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.8.2 CATEGORIES= devel games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -18,6 +17,7 @@ USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GNOME= gnomehack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/devel/guichan/distinfo b/devel/guichan/distinfo index 3c73dcf4eecc..a1faae70f3bd 100644 --- a/devel/guichan/distinfo +++ b/devel/guichan/distinfo @@ -1,3 +1,3 @@ -MD5 (guichan-0.8.1.tar.gz) = f9ace11cc70d3ba60b62347172334a5f -SHA256 (guichan-0.8.1.tar.gz) = 6a48754f16ecb6f4da7c40bfff469f75b62127acc108b7f513d9bd85192b77d4 -SIZE (guichan-0.8.1.tar.gz) = 556670 +MD5 (guichan-0.8.2.tar.gz) = af535d7f387e774e3197cef8023ea105 +SHA256 (guichan-0.8.2.tar.gz) = eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab +SIZE (guichan-0.8.2.tar.gz) = 574662 diff --git a/devel/guichan/pkg-plist b/devel/guichan/pkg-plist index a0e0004a241a..ca36259eddd2 100644 --- a/devel/guichan/pkg-plist +++ b/devel/guichan/pkg-plist @@ -69,20 +69,23 @@ include/guichan/widgets/window.hpp %%SDL%%include/guichan/sdl/sdlpixel.hpp lib/libguichan.a lib/libguichan.la -lib/libguichan.so.1 +lib/libguichan.so.2 lib/libguichan.so +libdata/pkgconfig/guichan-0.8.pc %%ALLEGRO%%lib/libguichan_allegro.a %%ALLEGRO%%lib/libguichan_allegro.la %%ALLEGRO%%lib/libguichan_allegro.so -%%ALLEGRO%%lib/libguichan_allegro.so.1 +%%ALLEGRO%%lib/libguichan_allegro.so.2 %%GL%%lib/libguichan_opengl.a %%GL%%lib/libguichan_opengl.la %%GL%%lib/libguichan_opengl.so -%%GL%%lib/libguichan_opengl.so.1 +%%GL%%lib/libguichan_opengl.so.2 +%%GL%%libdata/pkgconfig/guichan_opengl-0.8.pc %%SDL%%lib/libguichan_sdl.a %%SDL%%lib/libguichan_sdl.la %%SDL%%lib/libguichan_sdl.so -%%SDL%%lib/libguichan_sdl.so.1 +%%SDL%%lib/libguichan_sdl.so.2 +%%SDL%%libdata/pkgconfig/guichan_sdl-0.8.pc %%ALLEGRO%%@dirrm include/guichan/allegro %%GL%%@dirrm include/guichan/opengl %%SDL%%@dirrm include/guichan/sdl diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 6e45f8e98ff9..22a754809f01 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -7,7 +7,7 @@ PORTNAME= diameter PORTVERSION= 0.4.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/game${PORTNAME}/game${PORTNAME}/${PORTNAME}-0.4.0 diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 6d32b343c1a4..3d32745c7129 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -7,7 +7,7 @@ PORTNAME= tmw PORTVERSION= 0.0.29.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/themanaworld/The%20Mana%20World/${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} |