diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-03 09:49:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-03 09:49:33 +0000 |
commit | 6375ada259fccd00945bfcf81da296fb1bb08ebc (patch) | |
tree | c18dbb340801d6246dd787dd81ba1a4938930758 /games | |
parent | 7d74276f5c7c70ae94cc3ecb5c0db521cb04ab62 (diff) | |
download | ports-6375ada259fccd00945bfcf81da296fb1bb08ebc.tar.gz ports-6375ada259fccd00945bfcf81da296fb1bb08ebc.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/tmw/Makefile | 6 | ||||
-rw-r--r-- | games/tmw/distinfo | 6 | ||||
-rw-r--r-- | games/tmw/files/patch-shoplistbox.cpp | 12 | ||||
-rw-r--r-- | games/tmw/pkg-plist | 7 |
4 files changed, 23 insertions, 8 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 783801f1e17a..78a2ab5f6b28 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tmw -PORTVERSION= 0.0.22 +PORTVERSION= 0.0.22.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= themanaworld @@ -18,8 +18,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ png.5:${PORTSDIR}/graphics/png \ curl.4:${PORTSDIR}/ftp/curl \ physfs-1.0.1:${PORTSDIR}/devel/physfs -BUILD_DEPENDS= guichan>=0.5.0:${PORTSDIR}/devel/guichan -RUN_DEPENDS= guichan>=0.5.0:${PORTSDIR}/devel/guichan +BUILD_DEPENDS= guichan>=0.6.0:${PORTSDIR}/devel/guichan +RUN_DEPENDS= guichan>=0.6.0:${PORTSDIR}/devel/guichan USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/games/tmw/distinfo b/games/tmw/distinfo index fd008304310b..ca90b765a1c0 100644 --- a/games/tmw/distinfo +++ b/games/tmw/distinfo @@ -1,3 +1,3 @@ -MD5 (tmw-0.0.22.tar.gz) = f2028ac0aa4ebd325ddef119ba7f1051 -SHA256 (tmw-0.0.22.tar.gz) = 3af8ce85f11f192077143b82c3e5f71bfe34834b18033637746cfed08c89cb7b -SIZE (tmw-0.0.22.tar.gz) = 3571205 +MD5 (tmw-0.0.22.1.tar.gz) = 0ebcd26b40eddd1e5acf4b59009a604b +SHA256 (tmw-0.0.22.1.tar.gz) = ecf1f85738187dfb191572af0978467bf7d1f311fcec9eb4b0b98fee740d3604 +SIZE (tmw-0.0.22.1.tar.gz) = 3563351 diff --git a/games/tmw/files/patch-shoplistbox.cpp b/games/tmw/files/patch-shoplistbox.cpp new file mode 100644 index 000000000000..5a9d560d28dc --- /dev/null +++ b/games/tmw/files/patch-shoplistbox.cpp @@ -0,0 +1,12 @@ +--- src/gui/shoplistbox.cpp Fri Jan 26 14:07:54 2007 ++++ src/gui/shoplistbox.cpp Fri Jan 26 14:03:21 2007 +@@ -112,7 +112,7 @@ + mSelected = std::min(mListModel->getNumberOfElements() - 1, + std::max(-1, selected)); + +- gcn::BasicContainer *parent = getParent(); ++ gcn::Widget *parent = getParent(); + if (parent) + { + gcn::Rectangle scroll; + diff --git a/games/tmw/pkg-plist b/games/tmw/pkg-plist index ce98ba8813f6..387e01993ac9 100644 --- a/games/tmw/pkg-plist +++ b/games/tmw/pkg-plist @@ -45,8 +45,13 @@ share/pixmaps/tmw.png %%DATADIR%%/data/graphics/images/error.png %%DATADIR%%/data/graphics/images/login_wallpaper.png %%DATADIR%%/data/graphics/images/ambient/clouds.png +%%DATADIR%%/data/graphics/images/ambient/night.png %%DATADIR%%/data/graphics/images/ambient/sandstorm.png %%DATADIR%%/data/graphics/images/ambient/spotlight.png +%%DATADIR%%/data/graphics/sprites/chest-cotton-male.xml +%%DATADIR%%/data/graphics/sprites/chest-cotton-male.png +%%DATADIR%%/data/graphics/sprites/chest-cotton-female.xml +%%DATADIR%%/data/graphics/sprites/chest-cotton-female.png %%DATADIR%%/data/graphics/sprites/chest-leather-male.png %%DATADIR%%/data/graphics/sprites/chest-leather-male.xml %%DATADIR%%/data/graphics/sprites/chest-leather-female.png @@ -83,8 +88,6 @@ share/pixmaps/tmw.png %%DATADIR%%/data/graphics/sprites/head-rangerhat.xml %%DATADIR%%/data/graphics/sprites/head-santabeardhat.png %%DATADIR%%/data/graphics/sprites/head-santabeardhat.xml -%%DATADIR%%/data/graphics/sprites/item001.png -%%DATADIR%%/data/graphics/sprites/item001.xml %%DATADIR%%/data/graphics/sprites/item002.png %%DATADIR%%/data/graphics/sprites/item002.xml %%DATADIR%%/data/graphics/sprites/item004.png |