[92184] trunk/dports/games/crafty/Portfile

pmq at macports.org pmq at macports.org
Sat Apr 21 03:50:23 PDT 2012


Revision: 92184
          https://trac.macports.org/changeset/92184
Author:   pmq at macports.org
Date:     2012-04-21 03:50:23 -0700 (Sat, 21 Apr 2012)
Log Message:
-----------
Version bump to 23.4, thanks to pusteblumekuchen.

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

Modified: trunk/dports/games/crafty/Portfile
===================================================================
--- trunk/dports/games/crafty/Portfile	2012-04-21 10:08:04 UTC (rev 92183)
+++ trunk/dports/games/crafty/Portfile	2012-04-21 10:50:23 UTC (rev 92184)
@@ -4,7 +4,7 @@
 
 name                crafty
 categories          games
-version             20.14
+version             23.4
 platforms	    darwin
 maintainers	    pmq
 description         Crafty is a chess program, that can be interfaced with xboard.
@@ -37,13 +37,28 @@
 		    ${dist_ps}:doc \
 		    ${dist_man}:doc
 
-checksums           ${dist_srczip} md5 ab681d84fc2f01ce0789cf4f47c945f8 \
-		    ${dist_book1} md5 085e207bd19bd974d511e77fbef36507 \
-		    ${dist_book2} md5 bc153dca6a22adb07a729a0df80ecd50 \
-		    ${dist_book3} md5 6d7abc20944720986086ff6569fe35ec \
-		    ${dist_ascii} md5 5fd73027a1de1674763562e1987197ba \
-		    ${dist_ps} md5 6cef69aa2f9ea1ceb74b6c14edc8291f \
-		    ${dist_man} md5 26163f4048f3ca05a1f6a1a2fb64525f
+checksums \
+	${dist_srczip} \
+	rmd160  c21292abd1f14b72f83b727884b4f2e534604aee \
+	sha256  f49e119b9e843bd1f99b895919b4361ba0d6ae4349e2751a864872d6dd250e66 \
+	${dist_book1} \
+	rmd160  0254f07781ea9a096feae892bd7343e401e4b413 \
+	sha256  67a41dda9a477912b570cc5583fe5fac4f93fb2dba9db436f77f5f95217279b2 \
+	${dist_book2} \
+	rmd160  532ec57508ebd3bb6db052d853d1be549faeb859 \
+	sha256  746a343dc9cda2bcf9ded95aa5b9503c8d629d3463ee7709bd06bd852932fc41 \
+	${dist_book3} \
+	rmd160  b2b5d8f9b2be351373b734e9f3ca3d34c2aa2438 \
+	sha256  c81be5033aeb43decfa82604eebf7f16026131e9aedd7d1f0aa1b5e19863a744 \
+	${dist_ascii} \
+	rmd160  f0c8304efcaa93a14a37da96d22bb25cda8d1bf5 \
+	sha256  be291c0f4c7e7d64404ec58b9e92c2455c4342d3c96c721ba21a80fce8332e83 \
+	${dist_ps} \
+	rmd160  10001918bfc54a9c456b4572037b9fa640491d7b \
+	sha256  887eb54de05f3371ef95adc38629a0f1f2cad66d1ca1b14fc426b87f5b13a9ab \
+	${dist_man} \
+	rmd160  ccfedc1511a0ae523e16f94d9818abb29b1ea188 \
+	sha256  7c6c217431abb178ed53a6f9f949a2412a9bf30be856077b30dfbc13d426ca0e
 
 depends_build	    bin:unzip:unzip
 
@@ -52,6 +67,8 @@
 
     # extract the src zip
     system "cd ${workpath} && unzip ${distpath}/${dist_srczip}"
+    reinplace "s|IPHONE|__APPLE__|g" ${worksrcpath}/chess.h
+    reinplace -E "s|BOOKDIR \+\".\"|BOOKDIR \"${prefix}/share/crafty\"|g" ${worksrcpath}/chess.h
 }
 
 use_configure	    no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120421/525ddc65/attachment.html>


More information about the macports-changes mailing list