diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-28 20:23:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-28 20:23:47 +0800 |
commit | b5d0e2999f8bde73b30a3c996b76a123802992fc (patch) | |
tree | 394f7b3d773c685811df7a538ceccfc93912b0ba /games/tmw | |
parent | 3ffff948bb7f42c3395ee0cce9e527b1af036009 (diff) | |
download | freebsd-ports-gnome-b5d0e2999f8bde73b30a3c996b76a123802992fc.tar.gz freebsd-ports-gnome-b5d0e2999f8bde73b30a3c996b76a123802992fc.tar.zst freebsd-ports-gnome-b5d0e2999f8bde73b30a3c996b76a123802992fc.zip |
- Update to 0.0.24
PR: 119056
Submitted by: maintainer
Diffstat (limited to 'games/tmw')
-rw-r--r-- | games/tmw/Makefile | 8 | ||||
-rw-r--r-- | games/tmw/distinfo | 6 | ||||
-rw-r--r-- | games/tmw/pkg-plist | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 578db9e9cb48..81857816096d 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -6,9 +6,9 @@ # PORTNAME= tmw -PORTVERSION= 0.0.23 +PORTVERSION= 0.0.24 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= themanaworld DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -19,8 +19,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.6.0:${PORTSDIR}/devel/guichan -RUN_DEPENDS= guichan>=0.6.0:${PORTSDIR}/devel/guichan +BUILD_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan +RUN_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/games/tmw/distinfo b/games/tmw/distinfo index 0682e172c311..291fe908fe8c 100644 --- a/games/tmw/distinfo +++ b/games/tmw/distinfo @@ -1,6 +1,6 @@ -MD5 (tmw-0.0.23.tar.gz) = 4c4233a3b904dcf2935685e5ec1e6e5a -SHA256 (tmw-0.0.23.tar.gz) = 599621951eea2c8e186fc898f3ba90010ef7c4cb6a5dae3127a8ad4fd41dbf81 -SIZE (tmw-0.0.23.tar.gz) = 3192067 +MD5 (tmw-0.0.24.tar.gz) = d782ac4a73ac57b25df64efbe582b5ab +SHA256 (tmw-0.0.24.tar.gz) = 49bdb2b183f10905f727c920ac70aabd9760c69be560b5cea0616934a56d2e11 +SIZE (tmw-0.0.24.tar.gz) = 3700651 MD5 (tmwmusic-0.0.20.tar.gz) = eec5e7d6c8ddb8938209815dbf5da812 SHA256 (tmwmusic-0.0.20.tar.gz) = 964bb27235cdc3199c392f6ddf25ce293c6f32e013abe85592b96221a5896939 SIZE (tmwmusic-0.0.20.tar.gz) = 9259802 diff --git a/games/tmw/pkg-plist b/games/tmw/pkg-plist index e9013a176fac..700c13f75bc6 100644 --- a/games/tmw/pkg-plist +++ b/games/tmw/pkg-plist @@ -9,6 +9,7 @@ share/pixmaps/tmw.png %%DATADIR%%/data/graphics/gui/buttonhi.png %%DATADIR%%/data/graphics/gui/buttonpress.png %%DATADIR%%/data/graphics/gui/checkbox.png +%%DATADIR%%/data/graphics/gui/close_button.png %%DATADIR%%/data/graphics/gui/deepbox.png %%DATADIR%%/data/graphics/gui/fixedfont.png %%DATADIR%%/data/graphics/gui/hits_blue.png @@ -20,6 +21,7 @@ share/pixmaps/tmw.png %%DATADIR%%/data/graphics/gui/hscroll_right_default.png %%DATADIR%%/data/graphics/gui/hscroll_right_highlight.png %%DATADIR%%/data/graphics/gui/hscroll_right_pressed.png +%%DATADIR%%/data/graphics/gui/item_shortcut_bgr.png %%DATADIR%%/data/graphics/gui/menuitemD.png %%DATADIR%%/data/graphics/gui/menuitemF.png %%DATADIR%%/data/graphics/gui/menuitemN.png @@ -39,6 +41,7 @@ share/pixmaps/tmw.png %%DATADIR%%/data/graphics/gui/target-cursor-red-m.png %%DATADIR%%/data/graphics/gui/target-cursor-red-s.png %%DATADIR%%/data/graphics/gui/thickborder.png +%%DATADIR%%/data/graphics/gui/unknown-item.png %%DATADIR%%/data/graphics/gui/vscroll_blue.png %%DATADIR%%/data/graphics/gui/vscroll_down_default.png %%DATADIR%%/data/graphics/gui/vscroll_down_highlight.png |