diff -Nur textmaze.orig/Makefile textmaze/Makefile --- textmaze.orig/Makefile Thu Feb 5 21:37:13 2004 +++ textmaze/Makefile Wed Jun 22 12:21:05 2005 @@ -7,23 +7,27 @@ # PORTNAME= textmaze -PORTVERSION= 1.0 +PORTVERSION= 1.2 CATEGORIES= games perl5 MASTER_SITES= http://www.robobunny.com/projects/textmaze/ DISTNAME= ${PORTNAME}_v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@critical.ch COMMENT= Generates mazes on a text terminal and lets you traverse them +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses + USE_PERL5= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/TextMaze NO_BUILD= yes PLIST_FILES= bin/textmaze post-patch: - @${PERL} -pi -e "s,/usr/local/bin/perl,${PERL},g" ${WRKSRC}/textmaze + @${REINPLACE_CMD} -e 's|/usr/local/bin/perl|${PERL}|' \ + ${WRKSRC}/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/textmaze ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include diff -Nur textmaze.orig/distinfo textmaze/distinfo --- textmaze.orig/distinfo Thu Jan 29 08:24:01 2004 +++ textmaze/distinfo Wed Jun 22 11:36:16 2005 @@ -1,2 +1,2 @@ -MD5 (textmaze_v1.0.tar.gz) = de3360c97f20df36a3a6b1109674d322 -SIZE (textmaze_v1.0.tar.gz) = 14957 +MD5 (textmaze_v1.2.tar.gz) = 46ffd277f178702391eb0c275a71da75 +SIZE (textmaze_v1.2.tar.gz) = 15827 diff -Nur textmaze.orig/pkg-descr textmaze/pkg-descr --- textmaze.orig/pkg-descr Sat Sep 8 23:24:03 2001 +++ textmaze/pkg-descr Wed Jun 22 11:42:06 2005 @@ -1,2 +1,4 @@ TextMaze generates random mazes on a text terminal and lets you traverse them using the arrow keys. + +WWW: http://www.robobunny.com/projects/textmaze/