diff options
author | pav <pav@FreeBSD.org> | 2005-07-29 03:36:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-29 03:36:27 +0800 |
commit | 7457d24544353e3a76481b330c9b131e08f77ab4 (patch) | |
tree | ee58382efee7b7e74d964a68498a078224c63f9e | |
parent | 82daf9bd873e5002f8018881669160e8b4adc97c (diff) | |
download | freebsd-ports-gnome-7457d24544353e3a76481b330c9b131e08f77ab4.tar.gz freebsd-ports-gnome-7457d24544353e3a76481b330c9b131e08f77ab4.tar.zst freebsd-ports-gnome-7457d24544353e3a76481b330c9b131e08f77ab4.zip |
- Update to 2.3.2
PR: ports/84227
Submitted by: Peter Thoenen <eol1@yahoo.com> (maintainer)
-rw-r--r-- | games/tome/Makefile | 8 | ||||
-rw-r--r-- | games/tome/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games/tome/Makefile b/games/tome/Makefile index d9fb02c26c9c..bc34f92d8d04 100644 --- a/games/tome/Makefile +++ b/games/tome/Makefile @@ -6,10 +6,10 @@ # PORTNAME= tome -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= games MASTER_SITES= http://t-o-m-e.net/dl/src/ -DISTNAME= tome-231-src +DISTNAME= tome-232-src MAINTAINER= eol1@yahoo.com COMMENT= Roguelike dungeon exploration game based on JRR Tolkien's works @@ -21,6 +21,8 @@ USE_REINPLACE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src +.include <bsd.port.pre.mk> + .if exists(${X11BASE}/lib/libX11.a) && !defined(WITHOUT_X11) USE_XLIB= yes .endif @@ -33,4 +35,4 @@ post-patch: ${REINPLACE_CMD} -e 's@-I$$(X11BASE)/include@@g' ${WRKSRC}/${MAKEFILE} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/games/tome/distinfo b/games/tome/distinfo index 0de505c9a22c..6331cb511ba9 100644 --- a/games/tome/distinfo +++ b/games/tome/distinfo @@ -1,2 +1,2 @@ -MD5 (tome-231-src.tar.bz2) = 51067d664e34bec5cd9eb4b78f0c8f16 -SIZE (tome-231-src.tar.bz2) = 2638388 +MD5 (tome-232-src.tar.bz2) = 76019ca6e3dc012561b658a35b862889 +SIZE (tome-232-src.tar.bz2) = 2592023 |