ports/162386: [PATCH] Bring back games/tome

Martin Tournoij martin at arp242.net
Tue Nov 8 21:50:08 UTC 2011


>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 at 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 at FreeBSD.org
+MAINTAINER=	martin at 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 at -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:



More information about the freebsd-ports-bugs mailing list