Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Nov 2011 22:32:29 +0100 (CET)
From:      Martin Tournoij <martin@arp242.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/162386: [PATCH] Bring back games/tome
Message-ID:  <20111108213229.393681701F@cthulhu.daemonforums.org>
Resent-Message-ID: <201111082150.pA8Lo7C0038477@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162386
>Category:       ports
>Synopsis:       [PATCH] Bring back games/tome
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 08 21:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cthulhu.daemonforums.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Apr 14 22:52:12 CEST 2011 carpetsmoker@cthulhu.daemonforums.org:/usr/obj/usr/src/sys/CTHULHU i386


	
>Description:
This brings back games/tome, I'll host the distfile.

Also set myself as the maintainer and fix a permission issue ...

>How-To-Repeat:
	
>Fix:

	

--- tome.patch begins here ---
diff -urN tome/Makefile tome2/Makefile
--- tome/Makefile	2010-01-25 23:49:44.000000000 +0100
+++ tome2/Makefile	2011-11-08 22:01:36.000000000 +0100
@@ -7,12 +7,12 @@
 
 PORTNAME=	tome
 PORTVERSION=	2.3.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	http://t-o-m-e.net/dl/src/
+MASTER_SITES=	http://distfiles.arp242.net/
 DISTNAME=	tome-235-src
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	martin@arp242.net
 COMMENT=	Roguelike dungeon exploration game based on JRR Tolkien's works
 
 SUB_FILES=	pkg-deinstall
@@ -43,4 +43,8 @@
 	${REINPLACE_CMD} -e 's@-I$$(LOCALBASE)/include@@g' ${WRKSRC}/${MAKEFILE}
 .endif
 
+post-install:
+	${FIND} ${DATADIR} -type f -exec ${CHMOD} 0664 {} \;
+	${FIND} ${DATADIR} -type d -exec ${CHMOD} 0775 {} \;
+
 .include <bsd.port.post.mk>
diff -urN tome/pkg-descr tome2/pkg-descr
--- tome/pkg-descr	2003-01-17 03:25:52.000000000 +0100
+++ tome2/pkg-descr	2011-11-08 21:36:59.000000000 +0100
@@ -1,5 +1,3 @@
 Troubles of Middle Earth (ToME) is a roguelike dungeon exploration
 game based on JRR Tolkien's works.  It is derived from the angband
 codebase.
-
-WWW:	http://www.t-o-m-e.net/
--- tome.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111108213229.393681701F>