[45017] trunk/dports/games/ctris/Portfile

toby at macports.org toby at macports.org
Tue Jan 6 06:54:26 PST 2009


Revision: 45017
          http://trac.macports.org/changeset/45017
Author:   toby at macports.org
Date:     2009-01-06 06:54:26 -0800 (Tue, 06 Jan 2009)
Log Message:
-----------
remove 1.6 workaround, detab, add sha1/rmd160 checksums

Modified Paths:
--------------
    trunk/dports/games/ctris/Portfile

Modified: trunk/dports/games/ctris/Portfile
===================================================================
--- trunk/dports/games/ctris/Portfile	2009-01-06 14:52:49 UTC (rev 45016)
+++ trunk/dports/games/ctris/Portfile	2009-01-06 14:54:26 UTC (rev 45017)
@@ -2,28 +2,29 @@
 
 PortSystem 1.0
 
-name	   ctris
-version	   0.42
-categories	games
-platforms	darwin
-maintainers	jmpp openmaintainer
+name             ctris
+version          0.42
+categories       games
+platforms        darwin
+maintainers      jmpp openmaintainer
 
-description	Ncurses based tetris clone written in C.
-long_description	ctetris is a beautiful tetris clone, written in C using the ncurses \
-			library. It works very fast and efficiently, so it should be possible to \
-			play it even over a slow remote terminal.
+description      Ncurses based tetris clone written in C.
+long_description \
+    ctetris is a beautiful tetris clone, written in C using the ncurses \
+    library. It works very fast and efficiently, so it should be possible to \
+    play it even over a slow remote terminal.
 
-homepage	http://www.hackl.dhs.org/ctris/
-master_sites	http://www.hackl.dhs.org/data/download/files/
-use_bzip2	yes
-checksums	md5 035627486d5f767f0c818a17a97bbe0c
+homepage         http://www.hackl.dhs.org/ctris/
+master_sites     http://www.hackl.dhs.org/data/download/files/
+use_bzip2        yes
+checksums        md5 035627486d5f767f0c818a17a97bbe0c \
+                 sha1 f367f4b91724f9c272f2e7bf4523721a8f3c1f99 \
+                 rmd160 e64a8d52a73bf3238512b8a12760bab64df1f5d4
 
-patchfiles	patch-Makefile.diff
+patchfiles       patch-Makefile.diff
 
-# lame, but configure.compiler etc aren't set unless configure_main runs
-configure.cmd	true
-post-configure {
-	reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Makefile
-	reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/Makefile
-	reinplace "s|__CFLAGS__|${configure.cflags}|" ${worksrcpath}/Makefile
+configure {
+    reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Makefile
+    reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/Makefile
+    reinplace "s|__CFLAGS__|${configure.cflags}|" ${worksrcpath}/Makefile
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090106/41dcc925/attachment-0001.html>


More information about the macports-changes mailing list