mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update guichan to 0.8.2
- Bump PORTREVISION on depending ports. Approved by: miwi (mentor implicit)
This commit is contained in:
parent
172f0797a0
commit
96b5e80eb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246712
@ -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}"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user